Home
last modified time | relevance | path

Searched refs:fno (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/TSRM/
H A Dtsrm_win32.c451 int fno, type_len, read, mode; in popen_ex() local
582 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
585 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
589 stream = _fdopen(fno, type); in popen_ex()
/PHP-7.3/build/
H A Dlibtool.m42886 # We don't want -fno-exception wen compiling C++ code, so set the
2889 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4517 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4519 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4521 [-fno-rtti -fno-exceptions], [],
4522 …uiltin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4771 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5062 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
/PHP-7.3/
H A Dacinclude.m41774 CFLAGS="$CFLAGS -fno-optimize-strlen"

Completed in 27 milliseconds