Searched defs:except (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtclose.c25 static int except(Sfio_t* f, int type, Void_t* obj, Sfdisc_t* disc) function
27 static int except(f, type, obj, disc)
39 static Sfdisc_t Wdisc = {NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), except};
H A Dtexcept.c26 static int except(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) function
28 static int except(f, type, data, disc)
108 Disc.exceptf = except;
H A Dtsync.c25 static int except(Sfio_t* f, int type, Void_t* arg, Sfdisc_t* disc) function
27 static int except(f, type, arg, disc)
38 Sfdisc_t Disc = { NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), except };
/ast/src/cmd/tests/vmalloc/
H A Dtwalk.c63 static int except(Vmalloc_t* vm, int type, Void_t* data, Vmdisc_t* disc) function
71 static Vmdisc_t Disc = {memory, except, 64};
/ast/src/lib/libdss/
H A Dtag.c143 except(Sfio_t* sp, int op, void* val, Sfdisc_t* dp) function
215 ip->disc.exceptf = except;

Completed in 33 milliseconds