Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh13 exerr () { echo -e "Error: $*" >&2 ; exit 1; } function
34 exerr "$0 must modify files that belong to root. Re-run as root."
45 [ "${ng_nodes}" ] || exerr "No Bluetooth host controllers found."
73 [ "${known_nodes}" ] || exerr "Failed to set up Bluetooth stack"
83 [ "${found}" ] || exerr "Node ${node} not found"
113 [ "${device}" ] && exerr "Device ${device} not found"
114 exerr "No new Bluetooth devices found"
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh9 exerr () { echo -e "$*" >&2 ; exit 1; } function
17 exerr ${usage};
/freebsd/contrib/tcsh/
H A Dsh.exec.c61 static char *exerr; /* Execution error message */ variable
177 exerr = 0; in doexec()
343 if (exerr) in pexerr()
344 stderror(ERR_NAME | ERR_STRING, exerr); in pexerr()
511 if (exerr == 0) { in texec()
512 exerr = strerror(errno); in texec()