Searched defs:EXIT_NOTFOUND (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfpopen.c32 #define EXIT_NOTFOUND 127 macro
128 _exit(EXIT_NOTFOUND);
264 _exit(EXIT_NOTFOUND);
271 _exit(EXIT_NOTFOUND);
277 _exit(EXIT_NOTFOUND);
/ast/src/lib/libast/include/
H A Dast.h74 #define EXIT_NOTFOUND ((1<<(EXIT_BITS-1))-1) /* command not found */ macro

Completed in 12 milliseconds