Searched refs:fno (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/TSRM/ |
H A D | tsrm_win32.c | 461 int fno, type_len, read, mode; in popen_ex() local 558 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex() 561 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex() 565 stream = _fdopen(fno, type); in popen_ex()
|
/PHP-7.0/build/ |
H A D | libtool.m4 | 2890 # We don't want -fno-exception wen compiling C++ code, so set the 2893 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4521 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4523 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], 4525 [-fno-rtti -fno-exceptions], [], 4526 …uiltin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) 4775 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' 5066 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
Completed in 19 milliseconds