Home
last modified time | relevance | path

Searched refs:EXIT_NOTFOUND (Results 1 – 2 of 2) sorted by relevance

/src/usr.bin/nohup/
H A Dnohup.c54 #define EXIT_NOTFOUND 127 macro
78 exit_status = (errno == ENOENT) ? EXIT_NOTFOUND : EXIT_NOEXEC; in main()
/src/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib184 EXIT_NOTFOUND=127
217 elif (( $status == EXIT_NOTFOUND )); then