Searched refs:exerr (Results 1 – 3 of 3) sorted by relevance
13 exerr () { echo -e "Error: $*" >&2 ; exit 1; } function34 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"
9 exerr () { echo -e "$*" >&2 ; exit 1; } function17 exerr ${usage};
61 static char *exerr; /* Execution error message */ variable177 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()