Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fuzzer/
H A Dconfig.m454 dnl We need to specify -fno-sanitize-recover=undefined here, otherwise ubsan warnings
56 … CFLAGS="$CFLAGS -fsanitize=undefined -fno-sanitize=object-size -fno-sanitize-recover=undefined"
/PHP-8.0/TSRM/
H A Dtsrm_win32.c449 int fno, type_len, read, mode; in popen_ex() local
579 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
582 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
586 stream = _fdopen(fno, type); in popen_ex()
/PHP-8.0/build/
H A Dlibtool.m42887 # We don't want -fno-exception wen compiling C++ code, so set the
2890 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4518 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4520 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4522 [-fno-rtti -fno-exceptions], [],
4523 …uiltin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4772 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5063 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
H A Dphp.m41419 CFLAGS="$CFLAGS -fno-optimize-strlen"
/PHP-8.0/.github/workflows/
H A Dnightly.yml296 CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'

Completed in 31 milliseconds