Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/pkill/
Dpkill.c64 #define STATUS_ERROR 3 macro
272 errx(STATUS_ERROR, in main()
285 errx(STATUS_ERROR, "Cannot open kernel files (%s)", buf); in main()
289 errx(STATUS_ERROR, "Cannot get process list (%s)", in main()
297 err(STATUS_ERROR, "Cannot allocate memory for %d processes", in main()
342 errx(STATUS_ERROR, in main()
598 err(STATUS_ERROR, "Cannot allocate %zu bytes", in makelist()
657 err(STATUS_ERROR, "Cannot access `%s'", buf); in makelist()
683 err(STATUS_ERROR, "Cannot open pidfile `%s'", pidfile); in takepid()
692 errx(STATUS_ERROR, "File '%s' can be locked", pidfile); in takepid()
[all …]