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

  /src/external/mpl/bind/dist/bin/confgen/
util.h 26 #undef DO
27 #define DO(name, function) \
28 do { \
  /src/external/mpl/bind/dist/bin/rndc/
util.h 26 #undef DO
27 #define DO(name, function) \
28 do { \
  /src/external/ibm-public/postfix/dist/src/util/
dup2_pass_on_exec.c 38 #define DO(s) if (s < 0) { perror(#s); exit(1); }
45 DO(fcntl(0, F_SETFD, 1));
48 DO(dup2(0, 3));
51 DO((res = fcntl(3, F_GETFD, 0)));
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
sha.c 73 #define DO(t,f,k) \
74 do { \
105 DO(0,F0,K0);
106 DO(1,F0,K0);
107 DO(2,F0,K0);
108 DO(3,F0,K0);
109 DO(4,F0,K0);
110 DO(5,F0,K0);
111 DO(6,F0,K0);
112 DO(7,F0,K0)
    [all...]
  /src/external/mit/isl/dist/interface/
extract_interface.cc 315 DiagnosticOptions DO;
316 return new TextDiagnosticPrinter(llvm::errs(), DO);
389 * Do not take into account sysroot, i.e., set ignoreSysRoot to true.
400 * Do not take into account sysroot, i.e., set IsSysRootRelative to false.
  /src/bin/ksh/
lex.h 93 #define DO 271
  /src/include/arpa/
telnet.h 42 #define DO 253 /* please, you use option */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
  /src/external/bsd/tcpdump/dist/
print-telnet.c 65 #define DO 253 /* please, you use option */
89 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
383 do { \
409 case DO:
413 /* DONT/DO/WONT/WILL x */
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 155 (void) fprintf(stderr, " -L disable leak tracking (do not "
1091 do {
1372 #define DO(which) \
1375 DO(HEAD);
1376 DO(SNAP);
1377 DO(CHILD);
1378 DO(CHILD_RSRV);
1379 DO(REFRSRV);
1380 #undef DO
3292 * p: Do I/O to physical offse
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 491 // Do not cast arguments if we emit function with non-original types.
526 // Do not map arguments if we emit function with non-original types.
534 // If we are capturing a pointer by copy we don't need to do anything, just
700 // The basic structure here is a while-do loop.
822 // Do not emit copy for firstprivate constant variables in target regions,
1063 // Taskloops do not require additional initialization, it is done in
1426 // Do not emit for inscan reductions.
1531 // Firstprivates do not return value but may be passed by reference - no need
2733 // same way, with the restriction that the chunks do not contain fewer than k
3296 /// When dealing with dispatch schedules (e.g. dynamic, guided) we do no
    [all...]
  /src/lib/libc/time/
zic.c 229 bool r_todo; /* a rule to do (used in outzone) */
946 /* The mode passed to open+O_CREAT. Do not bother with executable
1744 Keep it simple, and do not inspect the file system. */
2038 /* nothing to do */
2689 as this is a bit faster. Do not malloc(0) if !timecnt,
2866 buggy 32-bit clients that do not use time type 0 for
2992 #define DO(field) fwrite(tzh.field, sizeof tzh.field, (size_t) 1, fp)
3003 DO(tzh_magic);
3004 DO(tzh_version);
3005 DO(tzh_reserved)
    [all...]

Completed in 57 milliseconds