Searched refs:omit (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/lib/csu/
H A DMakefile.inc10 CFLAGS+= -fno-omit-frame-pointer
/freebsd-11-stable/sys/conf/
H A DMakefile.arm6431 CFLAGS += -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
H A DMakefile.amd6437 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
H A DMakefile.riscv32 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
H A DMakefile.powerpc46 CFLAGS+= -fno-omit-frame-pointer
H A Dkmod.mk144 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
164 CFLAGS+= -mlongcall -fno-omit-frame-pointer
H A Dkern.pre.mk181 # Infiniband C flags. Correct include paths and omit errors that linux
/freebsd-11-stable/lib/csu/amd64/
H A DMakefile10 CFLAGS+= -fno-omit-frame-pointer
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c1080 bool omit = FALSE; local
1083 omit = TRUE;
1088 omit = TRUE;
1093 if (omit) {
/freebsd-11-stable/gnu/lib/csu/
H A DMakefile22 -fno-omit-frame-pointer
/freebsd-11-stable/contrib/libxo/
H A DMakefile.am125 SANIFLAGS=-fno-omit-frame-pointer -g -O2
/freebsd-11-stable/share/mk/
H A Dbsd.opts.mk12 # to omit from that make.
H A Dsrc.opts.mk12 # to omit from that make.
/freebsd-11-stable/sys/modules/linux/
H A DMakefile54 -fno-omit-frame-pointer -fPIC \
/freebsd-11-stable/stand/lua/
H A Dcli.lua86 -- Pass argv wholesale into cmd. We could omit argv[0] since the
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4839 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
4874 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6859 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
6862 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
6864 ** checked separately in byte code. If the omit flag is change to true, then
6866 ** when the omit flag is true there is no guarantee that the constraint will
6932 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
11202 ** causes the sessions module to omit this savepoint. In this case, if the
H A Dshell.c3038 pIdxInfo->aConstraintUsage[idxPath].omit = 1;
3041 pIdxInfo->aConstraintUsage[idxDir].omit = 1;
3555 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1;
3559 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1;
5794 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY;
7199 pIdxInfo->aConstraintUsage[idx].omit = 1;
10565 pIdx->aConstraintUsage[iSchema].omit = 1;
10569 pIdx->aConstraintUsage[iPgno].omit = 1;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure10860 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10861 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10966 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10967 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4397 \def\toctype{omit}%
4510 \def\toctype{omit}%
4572 % But if #1 is `omit', then we don't do anything. This is used for the
4576 \def\omitkeyword{omit}%
5805 % Called by \do from \dounmacro on each macro. The idea is to omit any
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4295 \def\toctype{omit}%
4408 \def\toctype{omit}%
4470 % But if #1 is `omit', then we don't do anything. This is used for the
4474 \def\omitkeyword{omit}%
5681 % Called by \do from \dounmacro on each macro. The idea is to omit any
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1764 % encoding (only OT1, OT1IT and OT1TT are allowed, or empty to omit).
5741 \def\toctype{omit}%
5900 \def\toctype{omit}%
5970 % But if #1 is `omit', then we don't do anything. This is used for the
5974 \def\omitkeyword{omit}%
7402 % Called by \do from \dounmacro on each macro. The idea is to omit any
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure10940 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10941 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11046 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11047 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure11886 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11887 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11992 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11993 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure10747 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10748 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
10853 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
10854 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then

Completed in 578 milliseconds

12