Searched refs:tmp (Results 1 - 25 of 2125) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c60 sha2_word32 tmp = (w); \
61 tmp = (tmp >> 16) | (tmp << 16); \
62 (x) = ((tmp & 0xff00ff00UL) >> 8) | ((tmp & 0x00ff00ffUL) << 8); \
65 sha2_word64 tmp = (w); \
66 tmp = (tmp >> 32) | (tmp << 3
[all...]
/freebsd-11-stable/lib/libarchive/tests/
H A DMakefile328 egrep -v '${BROKEN_TESTS:tW:C/ /|/g}') > ${.TARGET}.tmp
329 @mv ${.TARGET}.tmp ${.TARGET}
331 CLEANTESTS+= list.h list.h.tmp
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c3766 const char *tmp, *option_arg, *p; local
3844 tmp = getenv("TMPDIR");
3846 tmp = getenv("TMP");
3848 tmp = getenv("TEMP");
3850 tmp = getenv("TEMPDIR");
3852 tmp = "/tmp";
3997 if ((strlen(tmp) + 1 + strlen(progname) + 1 +
4004 snprintf(tmpdir, sizeof(tmpdir), "%s/%s.%s-%03d", tmp,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c4270 struct archive_string tmp; local
4279 archive_string_init(&tmp);
4280 archive_strcpy(&tmp, pathname);
4281 archive_strcat(&tmp, ".XXXXXX");
4282 fd = mkstemp(tmp.s);
4287 archive_string_free(&tmp);
4306 ret = copy_metadata(a, tmp.s, pathname, compressed);
4308 unlink(tmp.s);
4309 archive_string_free(&tmp);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_console.c461 struct pci_vtcon_port *tmp; local
475 tmp = &sc->vsc_ports[i];
476 if (tmp->vsp_enabled)
477 pci_vtcon_announce_port(tmp);
479 if (tmp->vsp_open)
480 pci_vtcon_open_port(tmp, true);
491 tmp = &sc->vsc_ports[ctrl->id];
492 if (tmp->vsp_console) {
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c2516 union sockunion tmp;
2518 tmp = *su;
2519 if (tmp.su_family == AF_INET6)
2520 tmp.su_sin6.sin6_scope_id = 0;
2521 if (!getnameinfo((struct sockaddr *)&tmp, tmp.su_len,
2527 af, hname, htons(tmp.su_port));
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c492 /* tmp(I) - new value for lock */
497 ipf_state_setlock(arg, tmp)
499 int tmp;
503 softs->ipf_state_lock = tmp;
672 int tmp; local
674 tmp = ipf_log_clear(softc, IPL_LOGSTATE);
675 error = BCOPYOUT(&tmp, data, sizeof(tmp));
H A Dip_frag.c324 /* tmp(I) - new value for lock */
329 ipf_frag_setlock(arg, tmp)
331 int tmp;
335 softf->ipfr_lock = tmp;
H A Dip_nat.c607 /* tmp(I) - new lock value */
609 /* Set the "lock status" of NAT to the value in tmp. */
612 ipf_nat_setlock(arg, tmp)
614 int tmp;
618 softn->ipf_nat_lock = tmp;
1104 int tmp; local
1110 tmp = ipf_log_clear(softc, IPL_LOGNAT);
1111 error = BCOPYOUT(&tmp, data, sizeof(tmp));
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh38 echo " -d Add date and time to directory name (e.g., /var/tmp/temproot.`date +%m%d.%H.%M`)"
47 echo "* To specify a directory other than /var/tmp/temproot for the"
252 TEMPROOT='/var/tmp/temproot'
375 PRESERVE_FILES_DIR=/var/tmp/mergemaster/preserved-files-`date +%y%m%d-%H%M%S`
600 TEMPROOT=/var/tmp/temproot.`date +%m%d.%H.%M.%S`
782 echo -n 'Move these files to /var/tmp/mergemaster/old_rc? [yes] '
788 mkdir -p /var/tmp/mergemaster/old_rc
792 mv ${DESTDIR}/etc/rc.${file} /var/tmp/mergemaster/old_rc/
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c503 sbintime_t sbt, prec, tmp; local
514 tmp = tstosbt(uts);
515 if (TIMESEL(&sbt, tmp))
517 sbt += tmp;
518 prec = tmp;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11278 SDValue tmp = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, widenType, Ops); local
11279 unsigned ExtOp = VT.bitsGT(tmp.getValueType()) ? ISD::ANY_EXTEND : ISD::TRUNCATE;
11280 return DAG.getNode(ExtOp, dl, VT, tmp);
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure4354 cat "conftest.in" "conftest.in" >"conftest.tmp"
4355 mv "conftest.tmp" "conftest.in"
4369 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4420 cat "conftest.in" "conftest.in" >"conftest.tmp"
4421 mv "conftest.tmp" "conftest.in"
4435 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
9557 # creating and moving files from /tmp can sometimes cause problems.
9560 # after its creation but before its name has been assigned to `$tmp'.
9563 tmp= ac_tmp=
9565 : "${ac_tmp:=$tmp}"
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c78498 Vdbe tmp, *pTmp; local
224679 Fts5Buffer tmp = *p1; local
224798 Fts5Buffer tmp = {0, 0, 0}; local
[all...]
H A Dltmain.sh244 cat conftest.in conftest.in >conftest.tmp
245 mv conftest.tmp conftest.in
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
280 cat conftest.in conftest.in >conftest.tmp
281 mv conftest.tmp conftest.in
295 rm -f conftest.in conftest.tmp conftest.nl conftest.out
894 _G_template=${TMPDIR-/tmp}/${1-$progname}
4010 > $tmpdir/tmp-la
4011 mv -f $tmpdir/tmp-la $lib
6008 char tmp[LT_PATHMA
[all...]
H A Dconfigure5083 cat "conftest.in" "conftest.in" >"conftest.tmp"
5084 mv "conftest.tmp" "conftest.in"
5098 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5159 cat "conftest.in" "conftest.in" >"conftest.tmp"
5160 mv "conftest.tmp" "conftest.in"
5174 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5225 cat "conftest.in" "conftest.in" >"conftest.tmp"
5226 mv "conftest.tmp" "conftest.in"
5240 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5292 cat "conftest.in" "conftest.in" >"conftest.tmp"
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1069 BIO* tmp = do_chunked_read(ssl); local
1072 if(!tmp) {
1076 l = (size_t)BIO_get_mem_data(tmp, &d);
1089 BIO_free(tmp);
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh244 cat conftest.in conftest.in >conftest.tmp
245 mv conftest.tmp conftest.in
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
280 cat conftest.in conftest.in >conftest.tmp
281 mv conftest.tmp conftest.in
295 rm -f conftest.in conftest.tmp conftest.nl conftest.out
894 _G_template=${TMPDIR-/tmp}/${1-$progname}
4010 > $tmpdir/tmp-la
4011 mv -f $tmpdir/tmp-la $lib
6008 char tmp[LT_PATHMA
[all...]
H A Dconfigure3888 cat "conftest.in" "conftest.in" >"conftest.tmp"
3889 mv "conftest.tmp" "conftest.in"
3903 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3954 cat "conftest.in" "conftest.in" >"conftest.tmp"
3955 mv "conftest.tmp" "conftest.in"
3969 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7093 cat "conftest.in" "conftest.in" >"conftest.tmp"
7094 mv "conftest.tmp" "conftest.in"
7108 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7172 cat "conftest.in" "conftest.in" >"conftest.tmp"
[all...]
H A Dconfig.guess95 # Portable tmp directory creation inspired by the Autoconf team.
97 tmp=
99 trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15
102 # prevent multiple calls if $tmp is already set
103 test "$tmp" && return 0
104 : "${TMPDIR=/tmp}"
106 { tmp=$( (umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null) && test -n "$tmp" && test -d "$tmp" ; } ||
[all...]
H A DMakefile.in627 curl -o port-numbers.tmp https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml --compressed
628 if file port-numbers.tmp | grep 'gzip' >/dev/null; then zcat port-numbers.tmp; else cat port-numbers.tmp; fi | awk '/<record>/ {p=0;} /<protocol>udp/ {p=1;} /<protocol>[^u]/ {p=0;} /Decomissioned|Decommissioned|Removed|De-registered|unassigned|Unassigned|Reserved/ {u=1;} /<number>/ { if(u==1) {u=0;} else { if(p==1) { match($$0,/[0-9]+/); print substr($$0, RSTART, RLENGTH) ","}}}' | sort -nu > util/iana_ports.inc
629 rm -f port-numbers.tmp
632 DEPEND_TMP=depend1073.tmp
633 DEPEND_TMP2=depend1074.tmp
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1926 char *tmp; local
1975 asprintf(&tmp, "%s %d", swork->sw_fname, swork->sw_signum);
1976 if (tmp == NULL) {
1982 printf("Run command: %s\n", tmp);
1983 kres = system(tmp);
1986 tmp, kres);
1988 free(tmp);
2405 char tmp[MAXPATHLEN + sizeof(".0") + COMPRESS_SUFFIX_MAXLEN + 1]; local
2411 /* build name of archive directory into tmp */
2413 strlcpy(tmp, archdirnam
[all...]
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c2598 uid_t tmp; local
2680 tmp = uid;
2682 while (tmp || i == 0) {
2683 tmp /= 10;
2689 tmp = uid;
2691 *cp-- = '0' + (tmp % 10);
2692 tmp /= 10;
2860 gid_t tmp; local
2942 tmp = gid;
2944 while (tmp ||
3070 u_char tmp; local
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_support_nfs4.c100 const char *tmp; local
102 while ((tmp = format_flag(&var, flags)) != NULL) {
103 off += snprintf(str + off, size - off, "%s/", tmp);
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c245 struct vfsopt *opt, *opt2, *tmp; local
251 tmp = TAILQ_PREV(opt2, vfsoptlist, link);
253 opt2 = tmp;

Completed in 855 milliseconds

1234567891011>>