Searched refs:OPT (Results 1 - 9 of 9) sorted by relevance

/src/sys/conf/
H A Dnewvers_stand.sh50 while getopts "m:D:dknm:" OPT; do
51 case ${OPT} in
H A Dnewvers.sh163 while getopts "Rr:m:i:n" OPT; do
164 case $OPT in
/src/libexec/httpd/
H A DMakefile.boot7 OPT= -O
10 CFLAGS= $(OPT) $(LARGE_CFLAGS) $(LOCAL_CFLAGS)
/src/usr.bin/vgrind/
H A Dregexp.c110 * The descriptor byte can also have the OPT bit set if the object
148 #define OPT 1 macro
172 *cre = META | OPT;
252 *cs = *cs | OPT;
386 } else if (*cs & OPT) {
426 } else if (*cs & OPT) {
460 } else if (ptr != NULL && (*cs & OPT)) {
492 } else if (ptr != NULL && (*cs & OPT)) {
535 } else if (*cs & OPT) {
559 } else if (*cs & OPT) {
[all...]
/src/usr.bin/make/unit-tests/
H A Dmodmisc.exp8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
/src/lib/libc/stdlib/
H A Djemalloc.c806 #define OPT(a) __predict_false(opt_##a) macro
811 if (OPT(utrace)) { \
1233 if (OPT(abort))
1261 if (OPT(abort))
1950 if (OPT(hint))
2241 if (OPT(junk))
2243 else if (OPT(zero))
2341 if (OPT(junk))
2343 else if (OPT(zero))
2426 if (OPT(jun
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh61 OPT=$CLANG_DIR/opt
65 for F in $CC $CXX $TBLGEN $LINK $OPT $AR; do
160 $OPT -internalize -internalize-public-api-list=${SYMBOLIZER_API_LIST} all.bc -o opt.bc
/src/common/dist/zlib/amiga/
H A DMakefile.sas7 CFLAGS=OPT
8 #CFLAGS=OPT CPU=68030
/src/tests/bin/sh/
H A Dt_builtins.sh269 for OPT in a b c v E N Q V 0 1 2 @ , \? \[ \] \( \; . \* -help -version
271 check "echo '-${OPT}' foo" "-${OPT} foo${nl}" 0

Completed in 9 milliseconds