HomeSort by relevance Sort by last modified time
    Searched defs:SYNC (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/zmod/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /onnv/onnv-gate/usr/src/lib/libpp/common/
pplex.c 62 #define SYNC() do{SYNCINX();SYNCOUTX();pp.state=st;}while(0)
167 #define SYNC() do{SYNCIN();SYNCOUT();}while(0)
395 SYNC();
442 SYNC();
    [all...]
ppproto.c 333 * generate line sync
486 #define SYNC() do{SYNCIN();SYNCOUT();proto->flags&=~(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->flags|=flags&(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->call=call;}while(0)
668 SYNC();
725 SYNC();
802 SYNC();
927 SYNC();
985 SYNC();
988 SYNC();
1021 SYNC();
1030 SYNC();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 95 #define SYNC 020 /* flag - pad short input blocks with nulls */
106 " [,noerror][,notrunc][,sync]]\n"
652 if (match("sync"))
654 cflag |= SYNC;
1127 /* If `sync' enabled, pad nulls */
1129 if ((cflag&SYNC) && ((cflag&NERR) == 0))
    [all...]

Completed in 540 milliseconds