Home
last modified time | relevance | path

Searched defs:_exits (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/6c/
H A Dsys.c67 _exits(char *s) in _exits() function
/plan9/sys/src/ape/lib/draw/
H A Dlibc.h122 #define _exits(s) _exit(s && *(char*)s ? 1 : 0) macro
/plan9/sys/src/ape/lib/9/
H A Dlibc.h127 #define _exits(s) _exit(s && *(char*)s ? 1 : 0) macro
/plan9/sys/src/ape/lib/sec/port/
H A Dlibc.h158 #define _exits(s) _exit(s && *(char*)s ? 1 : 0) macro