Searched defs:SYNC (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtpipe.c24 #define SYNC line = __LINE__; macro
58 SYNC sfwrite(fw,"0123456789",10);
61 SYNC sfwrite(fw,"0123456789",10);
62 SYNC if(sfmove(fr,fw,(Sfoff_t)10,-1) != 10)
81 SYNC if(sfwrite(fw,"1\n2\n3\n",6) != 6)
84 SYNC if(sfscanf(fr,"%d%d\n%n",&i,&j,&n) != 2 || i != 1 || j != 2 || n != 4)
86 SYNC if(sfscanf(fr,"%d\n%n",&i,&n) != 1 || i != 3 || n != 2)
93 SYNC if(sfwrite(fw,"123\n",4) != 4)
95 SYNC if(!(s = sfreserve(fr,4,0)) )
102 SYNC sfput
[all...]
/ast/src/cmd/pax/
H A Dnocomment.c49 #define SYNC() do \ macro
69 SYNC(); \
256 SYNC();
/ast/src/lib/libpp/
H A Dpplex.c62 #define SYNC() do{SYNCINX();SYNCOUTX();pp.state=st;}while(0) macro
167 #define SYNC() do{SYNCIN();SYNCOUT();}while(0) macro
395 SYNC();
442 SYNC();
1659 SYNC();
1734 SYNC();
1760 SYNC();
1771 SYNC();
2361 SYNC();
H A Dppproto.c516 #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) macro
698 SYNC();
755 SYNC();
832 SYNC();
957 SYNC();
1015 SYNC();
1018 SYNC();
1051 SYNC();
1060 SYNC();
1706 SYNC();
[all...]
/ast/src/lib/libz/
H A Dinflate.h50 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon450
/ast/src/cmd/std/
H A Ddd.c92 #define SYNC (1L<<17) macro
369 SYNC,
644 if ((state.conv.value.number & (SYNC|UNBLOCK)) == (SYNC|UNBLOCK))
646 state.conv.value.number &= ~SYNC;
770 if (state.conv.value.number & SYNC)
896 if (f & SYNC)
/ast/src/cmd/INIT/
H A Dratz.c1611 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon32
3341 case SYNC:
3497 if (state->mode != SYNC) {
3498 state->mode = SYNC;

Completed in 36 milliseconds