Home
last modified time | relevance | path

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

/src/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh9 exerr () { echo -e "$*" >&2 ; exit 1; } function
/src/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh13 exerr () { echo -e "Error: $*" >&2 ; exit 1; } function
/src/contrib/tcsh/
H A Dsh.exec.c61 static char *exerr; /* Execution error message */ variable