Home
last modified time | relevance | path

Searched defs:sop (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/libevent/dist/
H A Dselect.c106 struct selectop *sop; in select_init() local
123 check_selectop(struct selectop *sop) in check_selectop()
128 #define check_selectop(sop) do { (void) sop; } while (/*CONSTCOND*/0) argument
135 struct selectop *sop = base->evbase; in select_dispatch() local
204 select_resize(struct selectop *sop, int fdsz) in select_resize()
246 struct selectop *sop = base->evbase; in select_add() local
293 struct selectop *sop = base->evbase; in select_del() local
315 select_free_selectop(struct selectop *sop) in select_free_selectop()
/minix3/external/bsd/nvi/dist/regex/
H A Dregex2.h79 typedef char sop; /* strip operator */ typedef
H A Dregcomp.c165 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
/minix3/lib/libc/regex/
H A Dregex2.h112 typedef u_int32_t sop; /* strip operator */ typedef
H A Dregcomp.c202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregex2.h65 typedef unsigned long sop; /* strip operator */ typedef
H A Dregcomp.c142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
/minix3/minix/tests/
H A Dtest88.c2305 struct sembuf sop; in test88d() local
2527 struct sembuf sop; in sub88e() local
/minix3/lib/libc/db/hash/
H A Dhash_page.c410 uint16_t *bp, *sop; in __addel() local