Home
last modified time | relevance | path

Searched refs:SF_SYNC (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/tests/sfio/
H A Dtexcept.c43 case SF_SYNC: in except()
117 if (Type != SF_SYNC) terror("Did not get sync event"); in tmain()
H A Dtsync.c35 if (type == SF_SYNC && (uintptr_t)arg == 1) Count += 1; in except()
48 if (type == SF_SYNC) ((Mydisc_t *)disc)->sync = (uintptr_t)arg; in event()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/sfio/
H A Dtexcept.c43 case SF_SYNC:
133 if(Type != SF_SYNC) in tmain()
H A Dtsync.c34 if(type == SF_SYNC && integralof(arg) == 1)
56 if(type == SF_SYNC)
/dports/shells/ksh93/ast-93u/src/cmd/tests/sfio/
H A Dtexcept.c43 case SF_SYNC:
133 if(Type != SF_SYNC) in tmain()
H A Dtsync.c34 if(type == SF_SYNC && integralof(arg) == 1)
56 if(type == SF_SYNC)
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tests/sfio/
H A Dtexcept.c43 case SF_SYNC:
133 if(Type != SF_SYNC) in tmain()
H A Dtsync.c34 if(type == SF_SYNC && integralof(arg) == 1)
56 if(type == SF_SYNC)
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A Dsfsync.c97 (void) (*f->disc->exceptf) (f, SF_SYNC, (void *) ((int) 1), in sfsync()
141 (void) (*f->disc->exceptf) (f, SF_SYNC, (void *) ((int) 0), in sfsync()
/dports/shells/ksh93/ast-93u/src/lib/libast/sfio/
H A Dsfsync.c117 (void)(*f->disc->exceptf)(f,SF_SYNC,(Void_t*)((int)1),f->disc);
164 (void)(*f->disc->exceptf)(f,SF_SYNC,(Void_t*)((int)0),f->disc);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/sfio/
H A Dsfsync.c117 (void)(*f->disc->exceptf)(f,SF_SYNC,(Void_t*)((int)1),f->disc);
164 (void)(*f->disc->exceptf)(f,SF_SYNC,(Void_t*)((int)0),f->disc);
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dsfsync.c106 (void)(*f->disc->exceptf)(f, SF_SYNC, (void *)((int)1), f->disc); in sfsync()
151 (void)(*f->disc->exceptf)(f, SF_SYNC, (void *)((int)0), f->disc); in sfsync()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/sfio/
H A Dsfsync.c117 (void)(*f->disc->exceptf)(f,SF_SYNC,(Void_t*)((int)1),f->disc);
164 (void)(*f->disc->exceptf)(f,SF_SYNC,(Void_t*)((int)0),f->disc);
/dports/net/py-pysendfile/pysendfile-2.0.1/
H A Dsendfilemodule.c386 #ifdef SF_SYNC in PyInit_sendfile()
387 PyModule_AddIntConstant(module, "SF_SYNC", SF_SYNC); in PyInit_sendfile()
H A DHISTORY.rst27 - #6: exposed SF_NODISKIO, SF_MNOWAIT and SF_SYNC constants on FreeBSD
/dports/devel/pth-hard/pth-2.0.7/
H A Dpth_ext.c77 case SF_SYNC: in pth_sfio_except()
/dports/devel/pth/pth-2.0.7/
H A Dpth_ext.c77 case SF_SYNC: in pth_sfio_except()
/dports/devel/pthsem/pthsem-2.0.8/
H A Dpth_ext.c77 case SF_SYNC: in pth_sfio_except()
/dports/shells/ksh93/ast-93u/src/lib/libcodex/
H A DRELEASE12 04-01-10 codex.c: use CODEX_FLUSH to disable SF_SYNC before initf
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcodex/
H A DRELEASE12 04-01-10 codex.c: use CODEX_FLUSH to disable SF_SYNC before initf
/dports/shells/ksh93/ast-93u/src/lib/libbz/
H A Dsfdcbzip.c117 case SF_SYNC: in sfbzexcept()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libbz/
H A Dsfdcbzip.c117 case SF_SYNC: in sfbzexcept()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libbz/
H A Dsfdcbzip.c117 case SF_SYNC: in sfbzexcept()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcodex/
H A DRELEASE16 04-01-10 codex.c: use CODEX_FLUSH to disable SF_SYNC before initf
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dsfio.h203 #undef SF_SYNC // Some BSDs define this in sys/socket.h
204 #define SF_SYNC 9 // announcing start/end synchronization macro

12345678910>>...12