Searched refs:exerr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh10 exerr () { echo -e "$*" >&2 ; exit 1; } function
18 exerr ${usage};
25 #?) exerr ${usage};;
/freebsd-12-stable/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh14 exerr () { echo -e "Error: $*" >&2 ; exit 1; } function
35 exerr "$0 must modify files that belong to root. Re-run as root."
46 [ "${ng_nodes}" ] || exerr "No Bluetooth host controllers found."
74 [ "${known_nodes}" ] || exerr "Failed to set up Bluetooth stack"
84 [ "${found}" ] || exerr "Node ${node} not found"
114 [ "${device}" ] && exerr "Device ${device} not found"
115 exerr "No new Bluetooth devices found"
/freebsd-12-stable/contrib/tcsh/
H A Dsh.exec.c61 static char *exerr; /* Execution error message */ variable
62 static Char *expath; /* Path for exerr */
177 exerr = 0;
343 if (exerr)
344 stderror(ERR_NAME | ERR_STRING, exerr);
511 if (exerr == 0) {
512 exerr = strerror(errno);

Completed in 105 milliseconds