Home
last modified time | relevance | path

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

/freebsd/usr.bin/env/
H A Denv.c55 #define EXIT_CANCELED 125 /* Internal error prior to exec attempt. */ macro
192 errx(EXIT_CANCELED, "cannot specify command with -0"); in main()
194 err(EXIT_CANCELED, "cannot change directory to '%s'", in main()
211 errx(EXIT_CANCELED, "must specify command with -C"); in main()
213 errx(EXIT_CANCELED, "must specify command with -P"); in main()