Searched defs:except (Results 1 - 5 of 5) sorted by relevance
| /ast/src/cmd/tests/sfio/ |
| H A D | tclose.c | 25 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 D | texcept.c | 26 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 D | tsync.c | 25 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 D | twalk.c | 63 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 D | tag.c | 143 except(Sfio_t* sp, int op, void* val, Sfdisc_t* dp) function 215 ip->disc.exceptf = except;
|
Completed in 33 milliseconds