Searched refs:TERM (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/ncurses/include/
H A DMKkey_defs.sh47 trap 'rm -f $data pass[1234]_$$' EXIT INT QUIT TERM HUP
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dsshd.init58 killproc $SSHD -TERM
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zvol_thrash/
H A Dzvol_thrash_001_pos.ksh100 trap childcleanup INT TERM && while `true`; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_001_pos.ksh153 [[ -z $pidlist ]] || log_must kill -TERM $pidlist
169 [[ -z $pidlist ]] || log_must kill -TERM $pidlist
/freebsd-13-stable/usr.bin/gzip/
H A Dznew60 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
/freebsd-13-stable/contrib/byacc/
H A Dsymtab.c99 bp->class = TERM;
H A Dreader.c1425 bp->class = TERM;
1605 bp->class = TERM;
1785 if (bp->class == TERM)
2414 if (bp->class == TERM)
2445 if (bp->class == TERM)
3465 bp->class = TERM;
3519 if (bp->class == TERM)
3561 if (bp->class == TERM)
3745 if (pitem[j]->class == TERM)
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c72 #define TERM 0 /* used to indicate that the 'indirect' */ macro
296 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0}
297 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0}
298 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0}
299 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0}
300 #define TNSyp(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 1}
301 #define TNSZ(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0}
302 #define TNSZy(name, amode, sz) {TERM, amode, name, 0, sz, 0, 1, 0, 0}
303 #define TNSZvr(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0, 1}
304 #define TS(name, amode) {TERM, amod
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dtc.func.c2103 termtype = (v[1] == NULL ? getenv("TERM") : short2str(v[1]));
/freebsd-13-stable/crypto/openssh/contrib/
H A Dfindssl.sh70 trap 'rm -f conftest.c' INT HUP TERM
H A Dssh-copy-id227 trap "$L_CLEANUP" EXIT TERM INT QUIT
256 eval "$L_CLEANUP" && trap - EXIT TERM INT QUIT
/freebsd-13-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh186 trap cleanup EXIT HUP INT QUIT TERM
189 trap cleanup EXIT HUP INT QUIT TERM
/freebsd-13-stable/tests/sys/mac/portacl/
H A Dnobody_test.sh13 trap restore_settings EXIT INT TERM
H A Droot_test.sh11 trap restore_settings EXIT INT TERM
/freebsd-13-stable/release/tools/
H A Dvmimage.subr13 trap "cleanup" INT QUIT TRAP ABRT TERM
/freebsd-13-stable/tools/build/
H A Dbeinstall.sh169 trap 'errx "Interrupt caught"' HUP INT TERM
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh185 trap 'rm -Rf "$SRC_DIR"' INT TERM EXIT
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in137 $SIG{TERM} = \&signal_catcher;
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in795 trap 'rm -rf "$LOCKDIR"; exit 1' INT QUIT ABRT SEGV ALRM TERM
/freebsd-13-stable/contrib/openpam/t/
H A DMakefile.in244 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
/freebsd-13-stable/crypto/openssh/
H A Dsession.c1072 child_set_env(&env, &envsize, "TERM", "su");
1115 child_set_env(&env, &envsize, "TERM", s->term);
2138 SSH_SIG(TERM);
2333 SSH_SIG(TERM);
/freebsd-13-stable/contrib/expat/tests/
H A DMakefile.in273 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in296 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
/freebsd-13-stable/contrib/libevent/
H A DMakefile.in599 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in525 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \

Completed in 325 milliseconds

12