Searched refs:tmp (Results 151 - 175 of 2125) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y466 struct assignment *tmp;
470 for(tmp = opt1;
471 tmp != NULL;
472 tmp = find_next(tmp, "option")) {
477 s = make_name(tmp->u.assignment);
478 type = find(tmp->u.assignment, "type");
493 struct assignment *tmp;
527 for(tmp = find(as, "option");
528 tmp !
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c379 felem tmp; local
385 tmp[3] = zero110[3] + in[3] + ((u64)(in[2] >> 64));
386 /* tmp[3] < 2^110 */
388 tmp[2] = zero110[2] + (u64)in[2];
389 tmp[0] = zero110[0] + in[0];
390 tmp[1] = zero110[1] + in[1];
391 /* tmp[0] < 2**110, tmp[1] < 2^111, tmp[2] < 2**65 */
395 * tmp[
910 felem tmp; local
921 felem tmp; local
986 longfelem tmp; local
1077 felem tmp; local
1106 longfelem tmp, tmp2; local
1207 const limb tmp = mask & (in[i] ^ out[i]); local
1240 longfelem tmp, tmp2; local
1659 smallfelem tmp[3]; local
1919 longfelem tmp; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepsepdir.ksh37 libdira=${TMPDIR:-/tmp}/libdepa.$$
38 libdirb=${TMPDIR:-/tmp}/libdepb.$$
39 libdirc=${TMPDIR:-/tmp}/libdepc.$$
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.h130 #define ALL_TRACEPOINTS_SAFE(t,tmp) \
132 t ? (tmp = t->next, 1) : 0;\
133 t = tmp)
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c78 const struct zfs2bsd *tmp; local
81 for (tmp = table; tmp->zb_zfs != 0; tmp++) {
82 if (zfs & tmp->zb_zfs)
83 bsd |= tmp->zb_bsd;
92 const struct zfs2bsd *tmp; local
95 for (tmp = table; tmp->zb_bsd != 0; tmp
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Ddelete_c.c45 int32_t tmp; local
72 krb5_ret_int32(sp, &tmp);
76 return tmp;
H A Dmodify_c.c47 int32_t tmp; local
75 krb5_ret_int32(sp, &tmp);
79 return tmp;
H A Dprivs_c.c45 int32_t tmp; local
73 krb5_ret_int32(sp, &tmp);
75 ret = tmp;
H A Drename_c.c47 int32_t tmp; local
72 krb5_ret_int32(sp, &tmp);
73 ret = tmp;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrcollect.c50 char **tmp = realloc(argv, (argc + increment) * sizeof(*argv)); local
51 if(tmp == NULL) {
56 argv = tmp;
/freebsd-11-stable/usr.bin/mail/
H A Dv7.local.c57 char *tmp = getenv("MAIL"); local
59 if (tmp == NULL)
62 (void)strlcpy(buf, tmp, buflen);
/freebsd-11-stable/usr.sbin/nmtree/tests/
H A DMakefile15 CLEANFILES+= $f $f.tmp
18 sed -e 's/sha256/sha256digest/g' < ${.ALLSRC} > ${.TARGET}.tmp
19 mv ${.TARGET}.tmp ${.TARGET}
/freebsd-11-stable/bin/cat/tests/
H A DMakefile21 sed -E -e 's,^[[:space:]]{7}\$$$$,\$$,' < ${.ALLSRC} > ${.TARGET}.tmp
22 mv ${.TARGET}.tmp ${.TARGET}
24 CLEANFILES+= d_align.out d_align.out.tmp
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh33 echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
34 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
36 hcopy boot1.elf.tmp :boot1.elf
37 hcopy bootinfo.txt.tmp :bootinfo.txt
41 rm bootinfo.txt.tmp
42 rm boot1.elf.tmp
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Db_dump.c80 char buf[288 + 1], tmp[20], str[128 + 1]; local
100 BIO_snprintf(tmp, sizeof(tmp), "%04x - ", i * dump_width);
101 BUF_strlcat(buf, tmp, sizeof(buf));
107 BIO_snprintf(tmp, sizeof(tmp), "%02x%c", ch,
109 BUF_strlcat(buf, tmp, sizeof(buf));
118 BIO_snprintf(tmp, sizeof(tmp), "%c",
121 BIO_snprintf(tmp, sizeo
[all...]
/freebsd-11-stable/share/syscons/scrnmaps/
H A DMakefile18 ${BTOOLSPATH:U.}/${.TARGET:R}.mk ${.TARGET:R}.tmp
19 uuencode ${.TARGET:R}.tmp ${.TARGET:R} > ${.TARGET}
20 rm -f ${.TARGET:R}.tmp
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs600.c133 u32 tmp = RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset); local
137 tmp |= AVIVO_D1GRPH_UPDATE_LOCK;
138 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
155 tmp &= ~AVIVO_D1GRPH_UPDATE_LOCK;
156 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
167 u32 tmp, dyn_pwrmgt_sclk_length, dyn_sclk_vol_cntl; local
172 tmp = RREG32(voltage->gpio.reg);
174 tmp |= voltage->gpio.mask;
176 tmp &= ~(voltage->gpio.mask);
177 WREG32(voltage->gpio.reg, tmp);
261 u32 tmp; local
279 u32 tmp; local
295 u32 tmp; local
318 u32 tmp; local
397 u32 status, tmp; local
461 uint32_t tmp; local
496 u32 tmp; local
561 u32 tmp; local
599 uint32_t tmp = 0; local
650 u32 tmp; local
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmisc.exp1 path=':/bin:/tmp::/:.:/no/such/dir:.'
2 path='/bin:/tmp:/:/no/such/dir'
3 path='/bin:/tmp:/:/no/such/dir'
4 path='/bin':'/tmp':'/':'/no/such/dir'
5 path='/bin':'/tmp':'/':'/no/such/dir'
7 paths=/bin /tmp / /no/such/dir /opt/xbin
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh41 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
42 cofile=${TMPDIR:-/tmp}/inc.$$.$file
96 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
97 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
114 bigofile=${TMPDIR:-/tmp}/inc.$$.out
118 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c156 static char * abbr(struct tm * tmp);
159 static void dumptime(const struct tm * tmp);
173 register struct tm * tmp; local
175 tmp = localtime(tp);
176 if (tp != NULL && tmp != NULL) {
180 tm = *tmp;
187 (void) fprintf(stderr, " year=%d", tmp->tm_year);
188 (void) fprintf(stderr, " mon=%d", tmp->tm_mon);
189 (void) fprintf(stderr, " mday=%d", tmp->tm_mday);
190 (void) fprintf(stderr, " hour=%d", tmp
252 register struct tm * tmp; local
481 register struct tm * tmp; local
546 register struct tm * tmp; local
[all...]
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dntp-close6 sort -n +7 > /tmp/ntp-close
/freebsd-11-stable/contrib/ee/
H A Dgenstr11 trap 'rm -f /tmp/$$.out; exit 0' 0 # set up traps to clean up
12 trap 'rm -f /tmp/$$.out; exit 1' 1 2 3 15 # on errors AND normal exit
23 sed -e 's/);//' > /tmp/$$.out
32 sort -n < /tmp/$$.out >> $2
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.include.ksh30 DIR=/var/tmp/dtest.$$
/freebsd-11-stable/contrib/groff/
H A Dgendef.sh19 # which don't have /tmp on each drive (we are going to remove
22 t=${TMPDIR-.}/gro$$.tmp
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwired.conf12 dump_file=/tmp/hostapd.dump

Completed in 167 milliseconds

1234567891011>>