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

  /src/lib/libedit/
makelist 47 FLAG="$1"
52 case $FLAG in
  /src/tools/compat/buildaux/
nb_check_cc_flag.m4 14 # to that flag for NB_CHECK_CC_FLAG() to use.
23 # NB_CHECK_CC_FLAG(FLAG, [VAR=FLAG_DERIVED])
24 # Determine if the C compiler supports FLAG,
25 # and sets output variable VAR to FLAG if FLAG is supported.
28 # FLAG converted to upper-case and all special characters
31 # E.g., if FLAG is "-Wexample=yes", FLAG_DERIVED is "CC_WEXAMPLE_YES".
36 # gcc Check for -WFLAG if FLAG is -Wno-FLAG, to work around
37 # gcc silently ignoring unknown -Wno-FLAG
    [all...]
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
11 # Check whether the given FLAG works with the current language's compiler
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
20 # force the compiler to issue an error when a bad flag is given.
  /src/common/include/x86emu/
x86emu_regs.h 85 /* flag conditions */
86 #define FB_CF 0x0001 /* CARRY flag */
87 #define FB_PF 0x0004 /* PARITY flag */
88 #define FB_AF 0x0010 /* AUX flag */
89 #define FB_ZF 0x0040 /* ZERO flag */
90 #define FB_SF 0x0080 /* SIGN flag */
91 #define FB_TF 0x0100 /* TRAP flag */
92 #define FB_IF 0x0200 /* INTERRUPT ENABLE flag */
93 #define FB_DF 0x0400 /* DIR flag */
94 #define FB_OF 0x0800 /* OVERFLOW flag */
    [all...]
  /src/lib/libterminfo/
genhash 102 genent flag FLAG
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
11 # Check whether the given FLAG works with the current language's compiler
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
20 # force the compiler to issue an error when a bad flag is given.
ax_check_link_flag.m4 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
11 # Check whether the given FLAG works with the linker or gives an error.
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
20 # issue an error when a bad flag is given.
  /src/sys/external/bsd/common/include/linux/
kernel.h 272 #define DFEINE_STATIC_KEY_FALSE(FLAG) \
273 bool FLAG = false
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc.c 247 #define FLAG GUC_LOG_ALLOC_IN_MEGABYTE
250 #define FLAG 0
269 FLAG |
276 #undef FLAG
  /src/usr.sbin/route6d/
route6d.c 168 static int dflag = 0; /* debug flag */
169 static int qflag = 0; /* quiet flag */
310 #define FLAG(c, flag, n) case c: do { flag = n; break; } while(0)
311 FLAG('a', aflag, 1); break;
312 FLAG('d', dflag, 1); break;
313 FLAG('D', dflag, 2); break;
314 FLAG('h', hflag, 1); break;
315 FLAG('l', lflag, 1); break
    [all...]
  /src/sys/dev/ic/
dwc_eqos.c 77 #define DPRINTF(FLAG, FORMAT, ...) \
78 if (sc->sc_debug & FLAG) \
82 #define DPRINTF(FLAG, FORMAT, ...) ((void)0)
  /src/share/mk/
bsd.own.mk 736 # The naming convention is "CC" + the compiler flag converted
738 # For variable naming purposes, treat -Werror=FLAG as -WFLAG,
739 # and -Wno-error=FLAG as -Wno-FLAG (usually from Clang).
1885 # 4 Trace shell commands using the shell's -x flag
  /src/sys/net/
zlib.c 134 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
513 * the same number of elements. To use different lengths, an extra flag
1674 * Flush the current block, with given end-of-file flag.
3372 FLAG, /* waiting for flag byte */
3404 int nowrap; /* flag for no wrapper */
3531 z->state->mode = FLAG;
3533 case FLAG:

Completed in 49 milliseconds