Home
last modified time | relevance | path

Searched refs:C_SYNC (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.bin/error/
H A Dinput.c72 Errorclass errorclass = C_SYNC; in eaterrors()
148 case C_SYNC: nsyncerrors++; break; in erroradd()
179 return C_SYNC; in onelong()
184 return C_SYNC; in onelong()
189 return C_SYNC; in onelong()
196 return C_SYNC; in onelong()
210 return C_SYNC; in onelong()
531 return C_SYNC; in f77()
568 return C_SYNC; in make()
572 return C_SYNC; in make()
H A Derror.h71 #define C_SYNC 2 /* synchronization errors */ macro
93 #define nsyncerrors class_count[C_SYNC]
H A Dpi.c390 return C_SYNC; in pi()
399 return C_SYNC; in pi()
H A Dfilter.c173 case C_SYNC: in discardit()
H A Dtouch.c250 if (type > C_SYNC) in nopertain()
/netbsd-src/bin/dd/
H A Ddd.c382 if (flags & C_SYNC) { in dd_in()
420 if (!(ddflags & C_SYNC)) in dd_in()
435 if (ddflags & C_SYNC) in dd_in()
H A Ddd.h120 #define C_SYNC 0x20000 macro
H A Dargs.c372 { "sync", C_SYNC, 0, NULL },