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

  /src/usr.bin/error/
input.c 72 Errorclass errorclass = C_SYNC;
148 case C_SYNC: nsyncerrors++; break;
179 return C_SYNC;
184 return C_SYNC;
189 return C_SYNC;
196 return C_SYNC;
210 return C_SYNC;
531 return C_SYNC;
568 return C_SYNC;
572 return C_SYNC;
    [all...]
filter.c 173 case C_SYNC:
error.h 71 #define C_SYNC 2 /* synchronization errors */
93 #define nsyncerrors class_count[C_SYNC]
pi.c 390 return C_SYNC;
399 return C_SYNC;
touch.c 187 /*C_SYNC 2 */ "synchronization",
250 if (type > C_SYNC)
  /src/bin/dd/
dd.h 120 #define C_SYNC 0x20000
dd.c 382 if (flags & C_SYNC) {
420 if (!(ddflags & C_SYNC))
435 if (ddflags & C_SYNC)
args.c 372 { "sync", C_SYNC, 0, NULL },

Completed in 35 milliseconds