Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/nohup/
HDnohup.c53 #define EXIT_NOEXEC 126 macro
78 exit_status = (errno == ENOENT) ? EXIT_NOTFOUND : EXIT_NOEXEC; in main()