HomeSort by: relevance | last modified time | path
    Searched refs:OPT (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/conf/
newvers_stand.sh 50 while getopts "m:D:dknm:" OPT; do
51 case ${OPT} in
newvers.sh 163 while getopts "Rr:m:i:n" OPT; do
164 case $OPT in
  /src/usr.bin/vgrind/
regexp.c 110 * The descriptor byte can also have the OPT bit set if the object
148 #define OPT 1
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/
modmisc.exp 6 path_/usr/xbin=/opt/xbin/
7 paths=/bin /tmp / /no/such/dir /opt/xbin
8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
  /src/lib/libc/stdlib/
jemalloc.c 806 #define OPT(a) __predict_false(opt_##a)
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(junk) && size < oldsize
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
build_symbolizer.sh 61 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
161 $CC $FLAGS -fno-lto -c opt.bc -o symbolizer.o
  /src/tests/bin/sh/
t_builtins.sh 269 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 16 milliseconds