Home
last modified time | relevance | path

Searched refs:tmp (Results 76 – 100 of 3031) sorted by relevance

12345678910>>...122

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcmp.S27 #define tmp x6 macro
137 and tmp, src2, 15
138 sub tmp, tmp, 16
163 fmov tmp, d0
164 ccmp tmp, 0, 0, hi
169 cbz tmp, L(last64)
173 rev16 tmp, tmp
175 rev tmp, tmp
176 clz tmp, tmp
177 bic tmp, tmp, 7
[all …]
H A Dmemchr.S24 #define tmp x4 macro
75 sub tmp, soff, #32
76 adds cntin, cntin, tmp
85 lsl tmp, soff, #1
86 lsr synd, synd, tmp
87 lsl synd, synd, tmp
120 and tmp, tmp, #31
121 sub tmp, tmp, #32
122 neg tmp, tmp, lsl #1
123 lsl synd, synd, tmp
[all …]
/freebsd/contrib/atf/test-programs/
H A Dsrcdir_test.sh28 mkdir tmp
29 touch tmp/datafile
44 cp ${hp} tmp
62 mkdir tmp/.libs
66 cp ${hp} tmp
67 cp ${hp} tmp/.libs
76 cp ${hp} tmp
77 cp ${hp} tmp/.libs/lt-${h}
97 cp ${hp} tmp
120 cp ${hp} tmp
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_nv.c249 nvlist_t *tmp; in pf_pool_to_nvpool() local
257 if (tmp == NULL) in pf_pool_to_nvpool()
267 if (tmp == NULL) in pf_pool_to_nvpool()
325 nvlist_t *tmp; in pf_addr_wrap_to_nvaddr_wrap() local
356 if (tmp == NULL) in pf_addr_wrap_to_nvaddr_wrap()
361 if (tmp == NULL) in pf_addr_wrap_to_nvaddr_wrap()
419 nvlist_t *tmp; in pf_rule_addr_to_nvrule_addr() local
426 if (tmp == NULL) in pf_rule_addr_to_nvrule_addr()
663 nvlist_t *tmp; in pf_divert_to_nvdivert() local
670 if (tmp == NULL) in pf_divert_to_nvdivert()
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_common.c96 uint32_t tmp; in br_aes_keysched() local
98 tmp = skey[i - 1]; in br_aes_keysched()
100 tmp = (tmp << 8) | (tmp >> 24); in br_aes_keysched()
101 tmp = SubWord(tmp) ^ Rcon[k]; in br_aes_keysched()
103 tmp = SubWord(tmp); in br_aes_keysched()
105 skey[i] = skey[i - nk] ^ tmp; in br_aes_keysched()
H A Daes_ct_ctr.c67 unsigned char tmp[32]; in br_aes_ct_ctr_run() local
81 br_enc32le(tmp, q[0]); in br_aes_ct_ctr_run()
82 br_enc32le(tmp + 4, q[2]); in br_aes_ct_ctr_run()
83 br_enc32le(tmp + 8, q[4]); in br_aes_ct_ctr_run()
84 br_enc32le(tmp + 12, q[6]); in br_aes_ct_ctr_run()
85 br_enc32le(tmp + 16, q[1]); in br_aes_ct_ctr_run()
86 br_enc32le(tmp + 20, q[3]); in br_aes_ct_ctr_run()
87 br_enc32le(tmp + 24, q[5]); in br_aes_ct_ctr_run()
88 br_enc32le(tmp + 28, q[7]); in br_aes_ct_ctr_run()
91 xorbuf(buf, tmp, len); in br_aes_ct_ctr_run()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dmktime.c135 struct tm * tmp in mkdst() argument
141 tmbuf = *tmp; in mkdst()
183 struct tm * tmp, in time2() argument
196 yourtm = *tmp; in time2()
257 *tmp = *gmtime(&t); in time2()
268 struct tm * tmp in time1() argument
275 tmp->tm_isdst = 1; in time1()
285 struct tm * tmp in mktime() argument
288 return time1(tmp); in mktime()
296 struct tm * tmp in timegm() argument
[all …]
/freebsd/bin/stty/
H A Dgfmt.c70 long tmp; in gread() local
81 tmp = strtoul(ep, NULL, 0x10); in gread()
85 tp->c_cflag = tmp; in gread()
89 tp->c_iflag = tmp; in gread()
93 tmp = strtoul(ep, NULL, 10); in gread()
94 tp->c_ispeed = tmp; in gread()
98 tp->c_lflag = tmp; in gread()
102 tp->c_oflag = tmp; in gread()
106 tmp = strtoul(ep, NULL, 10); in gread()
107 tp->c_ospeed = tmp; in gread()
[all …]
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dauthkeys_fuzz.cc32 char *tmp, *o, *cp = (char *)malloc(size + 1 + strlen(pubkey) + 1); in LLVMFuzzerTestOneInput() local
41 if ((o = tmp = strdup(pubkey)) == NULL || in LLVMFuzzerTestOneInput()
42 sshkey_read(key, &tmp) != 0) in LLVMFuzzerTestOneInput()
45 if ((o = tmp = strdup(certtext)) == NULL || in LLVMFuzzerTestOneInput()
46 sshkey_read(cert, &tmp) != 0) in LLVMFuzzerTestOneInput()
62 if ((tmp = strdup(cp)) == NULL) in LLVMFuzzerTestOneInput()
64 (void) auth_check_authkey_line(pw, key, tmp, "127.0.0.1", "localhost", in LLVMFuzzerTestOneInput()
66 free(tmp); in LLVMFuzzerTestOneInput()
70 if ((tmp = strdup(cp)) == NULL) in LLVMFuzzerTestOneInput()
72 (void) auth_check_authkey_line(pw, cert, tmp, "127.0.0.1", "localhost", in LLVMFuzzerTestOneInput()
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A DMakefile.am235 chmod +x test_ca.tmp
236 mv test_ca.tmp test_ca
240 chmod +x test_cert.tmp
245 chmod +x test_chain.tmp
250 chmod +x test_cms.tmp
251 mv test_cms.tmp test_cms
255 chmod +x test_crypto.tmp
260 chmod +x test_nist.tmp
265 chmod +x test_nist2.tmp
290 chmod +x test_req.tmp
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h147 _t *tmp; \
152 tmp = parent->_f.right; \
157 tmp = parent->_f.right; \
163 tmp->_f.colour = C_RED; \
169 _t *tmp2 = tmp->_f.left; \
173 tmp->_f.colour = C_RED; \
174 rotate_right(head, tmp); \
175 tmp = parent->_f.right; \
185 tmp = parent->_f.left; \
190 tmp = parent->_f.left; \
[all …]
/freebsd/tools/test/stress2/misc/
H A Dreaper.sh37 cat > /tmp/$prog.c <<EOF
83 sed -i '' "s#SLP#/tmp/$prog.sleep#" /tmp/$prog.c
84 cc -o /tmp/$prog -Wall -Wextra -O0 /tmp/$prog.c || exit 1
85 rm /tmp/$prog.c
87 cp /bin/sleep /tmp/$prog.sleep
91 timeout 2s /tmp/$prog
101 rm -f /tmp/$prog /tmp/$prog.sleep
107 rm /tmp/$prog /tmp/$prog.sleep
H A Dsegnp.sh35 cat > /tmp/segnp.c <<EOF
48 mycc -o /tmp/segnp -Wall -Wextra -O2 /tmp/segnp.c || exit 1
49 rm /tmp/segnp.c
52 (cd /tmp; /tmp/segnp)
56 rm /tmp/segnp /tmp/segnp.core
H A Dshm_super.sh32 cat > /tmp/shm_super.c <<EOF
80 cc -o /tmp/shm_super -Wall -Wextra -O2 -g /tmp/shm_super.c || exit 1
81 rm /tmp/shm_super.c
83 /tmp/shm_super > /tmp/shm_super.log 2>&1
84 grep -wq S /tmp/shm_super.log && s=0 || { cat /tmp/shm_super.log; s=1; }
87 rm -f /tmp/shm_super /tmp/shm_super.log
/freebsd/crypto/openssl/crypto/aes/
H A Daes_ige.c89 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
97 load_block(tmp, in); in AES_ige_encrypt()
106 iv2 = tmp; in AES_ige_encrypt()
123 aes_block_t tmp; in AES_ige_encrypt() local
142 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
150 load_block(tmp, in); in AES_ige_encrypt()
151 tmp2 = tmp; in AES_ige_encrypt()
158 store_block(out, tmp); in AES_ige_encrypt()
160 iv2 = tmp; in AES_ige_encrypt()
271 tmp[n] ^= iv2[n]; in AES_bi_ige_encrypt()
[all …]
/freebsd/sys/arm/include/
H A Datomic.h109 uint64_t tmp; in atomic_add_64() local
122 [tmp] "=&r" (tmp) in atomic_add_64()
158 uint64_t tmp; in atomic_clear_64() local
171 [tmp] "=&r" (tmp) in atomic_clear_64()
203 [tmp] "=&r" (tmp) \ in ATOMIC_ACQ_REL_LONG()
602 [tmp] "=&r" (tmp) in atomic_fetchadd_64()
699 [tmp] "=&r" (tmp) in atomic_readandclear_64()
731 uint64_t tmp; in atomic_set_64() local
744 [tmp] "=&r" (tmp) in atomic_set_64()
793 [tmp] "=&r" (tmp) in atomic_subtract_64()
[all …]
/freebsd/sys/contrib/zstd/examples/
H A DMakefile59 @$(RM) core *.o tmp* result* *.zst \
69 cp README.md tmp
72 ./simple_compression tmp
73 ./simple_decompression tmp.zst
75 ./streaming_decompression tmp.zst > /dev/null
79 ./streaming_compression tmp
80 ./streaming_decompression tmp.zst > /dev/null
82 ! ./streaming_decompression tmp # invalid input, must fail
90 ./dictionary_compression tmp2 tmp README.md
91 ./dictionary_decompression tmp2.zst tmp.zst README.md
[all …]
/freebsd/libexec/rc/rc.d/
H A Dcleartmp21 local tmp="/tmp"
24 local x11_socket_dirs="${tmp}/.X11-unix ${tmp}/.XIM-unix \
25 ${tmp}/.ICE-unix ${tmp}/.font-unix"
28 startmsg "Clearing ${tmp}."
40 find -x ${tmp}/. ! -name . \
50 startmsg "Clearing ${tmp} (X related)."
51 rm -rf ${tmp}/.X[0-9]-lock ${x11_socket_dirs}
/freebsd/crypto/heimdal/lib/krb5/
H A Dacl.c82 tmp = malloc(sizeof(*tmp)); in acl_parse_format()
83 if(tmp == NULL) { in acl_parse_format()
90 tmp->type = acl_string; in acl_parse_format()
93 tmp->type = acl_fnmatch; in acl_parse_format()
96 tmp->type = acl_retval; in acl_parse_format()
98 *tmp->u.retv = NULL; in acl_parse_format()
104 free(tmp); in acl_parse_format()
107 tmp->next = NULL; in acl_parse_format()
109 acl = tmp; in acl_parse_format()
111 *acl->last = tmp; in acl_parse_format()
[all …]
/freebsd/contrib/cortex-strings/src/aarch64/
H A Dmemchr.S45 #define tmp x4 macro
102 sub tmp, soff, #32
112 lsl tmp, soff, #1
113 lsr synd, synd, tmp
114 lsl synd, synd, tmp
146 add tmp, cntrem, soff
147 and tmp, tmp, #31
148 sub tmp, tmp, #32
149 neg tmp, tmp, lsl #1
150 lsl synd, synd, tmp
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh61 if [[ -e /tmp/$file ]]; then
62 rm -f /tmp/$file
64 if [[ -d /tmp/$dir ]]; then
65 rm -rf /tmp/$dir
105 mkdir /tmp/$dir
106 touch /tmp/$file
107 log_must zfs create -o mountpoint=/tmp/$dir $fs1
109 cd /tmp
133 log_must mount -t zfs $fs1 /tmp/$dir
135 log_must mount -F zfs $fs1 /tmp/$dir
[all …]
/freebsd/sys/sys/
H A Dstats.h768 tmp.int64.u64 = val; in stats_ctor_vsd_numeric()
770 return (tmp); in stats_ctor_vsd_numeric()
975 struct voistatdata tmp; in stats_voi_update_abs_s32() local
1146 tmp.q32.sq32 = voival; in stats_voi_update_abs_sq32()
1160 tmp.q32.sq32 = voival; in stats_voi_update_rel_sq32()
1174 tmp.q32.uq32 = voival; in stats_voi_update_abs_uq32()
1188 tmp.q32.uq32 = voival; in stats_voi_update_rel_uq32()
1202 tmp.q64.sq64 = voival; in stats_voi_update_abs_sq64()
1216 tmp.q64.sq64 = voival; in stats_voi_update_rel_sq64()
1230 tmp.q64.uq64 = voival; in stats_voi_update_abs_uq64()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dinet_ntop.c92 char tmp[sizeof("255.255.255.255")]; in inet_ntop4() local
95 len = snprintf(tmp, sizeof(tmp), fmt, src[0], src[1], src[2], src[3]); in inet_ntop4()
101 memcpy(dst, tmp, 1 + len); in inet_ntop4()
123 char tmp[sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")], *tp; in inet_ntop6() local
163 tp = tmp; in inet_ntop6()
180 sizeof(tmp) - (tp - tmp))) in inet_ntop6()
185 tp += snprintf(tp, sizeof(tmp) - (tp - tmp), "%x", words[i]); in inet_ntop6()
196 if ((size_t)(tp - tmp) > size) { in inet_ntop6()
200 memcpy(dst, tmp, (size_t)(tp - tmp)); in inet_ntop6()
/freebsd/tools/regression/msdosfs/
H A Dmsdosfstest.sh6 mkdir /tmp/msdosfstest/
10 mount_msdosfs /dev/md10a /tmp/msdosfstest/
11 cp -R /usr/src/bin/ /tmp/msdosfstest/
12 umount /tmp/msdosfstest/
13 mount_msdosfs /dev/md10a /tmp/msdosfstest/
14 diff -u -r /usr/src/bin /tmp/msdosfstest/
20 umount /tmp/msdosfstest/
22 rmdir /tmp/msdosfstest/
/freebsd/crypto/heimdal/lib/roken/
H A Dgetipnodebyname.c50 struct hostent *tmp; in getipnodebyname() local
53 tmp = gethostbyname2 (name, af); in getipnodebyname()
59 tmp = gethostbyname (name); in getipnodebyname()
61 if (tmp == NULL) { in getipnodebyname()
77 tmp = copyhostent (tmp); in getipnodebyname()
78 if (tmp == NULL) { in getipnodebyname()
82 return tmp; in getipnodebyname()

12345678910>>...122