HomeSort by: relevance | last modified time | path
    Searched defs:BOTH (Results 1 - 12 of 12) sorted by relevancy

  /src/common/lib/libutil/
proc_compare.c 86 #define BOTH 3
99 case BOTH:
110 case BOTH:
  /src/usr.bin/make/unit-tests/
varmod-ifelse.mk 8 # Until 2015-10-11, the modifier always evaluated both the "then" and the
160 # expect+2: Comparison with ">=" requires both operands "no" and "10" to be numeric
219 # that in both cases the expression is parsed in the same way, taking the
241 # must parse both of its branches in the same way, no matter whether they are
305 BOTH= <${YES}> <${NO}>
306 .if ${BOTH} != "<yes> <no>"
  /src/external/gpl3/binutils/dist/include/opcode/
d10v.h 70 #define BOTH 3
  /src/external/gpl3/binutils.old/dist/include/opcode/
d10v.h 70 #define BOTH 3
  /src/external/gpl3/gdb/dist/include/opcode/
d10v.h 70 #define BOTH 3
  /src/external/gpl3/gdb.old/dist/include/opcode/
d10v.h 70 #define BOTH 3
  /src/sbin/newfs/
newfs.c 153 * Both constants must be a power of 2 and meet the following constraints:
856 #define BOTH NEWFS | MFS_MOUNT
868 { BOTH, "-N \t\tdo not create file system, just print out "
875 { BOTH, "-V verbose\toutput verbosity: 0 ==> none, 4 ==> max" },
877 { BOTH, "-a maxcontig\tmaximum contiguous blocks" },
878 { BOTH, "-b bsize\tblock size" },
879 { BOTH, "-d maxbsize\tmaximum extent size" },
880 { BOTH, "-e maxbpg\tmaximum blocks per file in a cylinder group"
882 { BOTH, "-f fsize\tfrag size" },
885 { BOTH, "-h avgfpdir\taverage files per directory" }
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/grn/
hgraph.cpp 43 OUTLINE, FILL, BOTH
163 * If polyfill=BOTH, just use the \D'p ...' command.
171 if (polyfill == FILL || polyfill == BOTH) {
173 char command = (polyfill == BOTH && element->brushf) ? 'p' : 'P';
main.cpp 166 OUTLINE, FILL, BOTH
601 /* polyfill = !sflag ? BOTH : OUTLINE; */
602 polyfill = sflag ? BOTH : OUTLINE; /* changing the default */
  /src/external/gpl3/gdb/dist/gdb/
value.h 398 /* contents() and contents_raw() both return the address of the gdb
501 /* An overload of contents_eq that compares the entirety of both
1312 enum oload_search_type { NON_METHOD, METHOD, BOTH };
  /src/external/gpl3/gdb.old/dist/gdb/
value.h 398 /* contents() and contents_raw() both return the address of the gdb
501 /* An overload of contents_eq that compares the entirety of both
1312 enum oload_search_type { NON_METHOD, METHOD, BOTH };
  /src/usr.sbin/mtrace/
mtrace.c 869 #define BOTH 3
902 case BOTH:

Completed in 46 milliseconds