Searched refs:exerr (Results 1 – 3 of 3) sorted by relevance
14 exerr () { echo -e "Error: $*" >&2 ; exit 1; } function35 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"
10 exerr () { echo -e "$*" >&2 ; exit 1; } function18 exerr ${usage};
65 static char *exerr; /* Execution error message */181 exerr = 0; in doexec()347 if (exerr) in pexerr()348 stderror(ERR_NAME | ERR_STRING, exerr); in pexerr()515 if (exerr == 0) { in texec()516 exerr = strerror(errno); in texec()