Searched refs:tmp (Results 401 - 425 of 1981) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c106 fifonode_t *tmp; local
114 tmp = fn;
116 free(tmp);
/freebsd-13-stable/contrib/ntp/libntp/
H A Ddofptoa.c52 register u_short tmp; local
56 tmp = sv;
58 *(--cp) = (u_char)(tmp - ((sv<<3) + (sv<<1)));
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DpacketProcessing.c121 l_fp tmp; local
122 tmp.l_ui = 1000UL;
123 tmp.l_uf = 0UL;
125 HTONL_FP(&tmp, &testpkt.p.org);
126 HTONL_FP(&tmp, &testspkt.p.xmt);
379 l_fp tmp; local
380 tmp.l_ui = 1000UL;
381 tmp.l_uf = 0UL;
382 HTONL_FP(&tmp, &testpkt.p.org);
384 tmp
[all...]
/freebsd-13-stable/contrib/ncurses/misc/
H A DMakefile.in83 @MAKE_DATABASE@sources :: terminfo.tmp
89 @MAKE_DATABASE@install.data :: terminfo.tmp \
101 @MAKE_DATABASE@ source=terminfo.tmp \
154 terminfo.tmp : run_tic.sed $(source)
156 sed -f run_tic.sed $(source) >terminfo.tmp
194 @MAKE_DATABASE@ -rm -f terminfo.tmp
/freebsd-13-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_mount.c38 void *tmp; variable
41 FSTEST_CONSTRUCTOR(tc, ffs, tmp);
44 FSTEST_DESTRUCTOR(tc, ffs, tmp);
/freebsd-13-stable/sys/netinet/
H A Dip_encap.c189 struct srcaddrtab *p, *tmp; local
200 CK_LIST_FOREACH(tmp, head, chain) {
201 if (func == tmp->srcaddr && arg == tmp->arg)
204 if (tmp == NULL)
208 if (tmp != NULL) {
210 p = tmp;
239 struct encaptab *ep, *tmp; local
260 CK_LIST_FOREACH(tmp, head, chain) {
261 if (tmp
[all...]
/freebsd-13-stable/sys/dev/random/
H A Dnehemiah.c102 uint64_t tmp; local
107 ret = MIN(VIA_RNG_store(&tmp), count);
108 memcpy(b, &tmp, ret);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_debug.c150 char tmp[128], buf[128]; local
152 snprintf(tmp, sizeof(tmp), "ELINK: %s", fmt);
153 snprintf(buf, sizeof(buf), tmp, arg1);
164 char tmp[128], buf[128]; local
166 snprintf(tmp, sizeof(tmp), "ELINK: %s", fmt);
167 snprintf(buf, sizeof(buf), tmp, arg1, arg2);
179 char tmp[128], buf[128]; local
181 snprintf(tmp, sizeo
[all...]
/freebsd-13-stable/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h51 uint32_t tmp = a->limb[NLIMBS - 1] >> 28; local
54 a->limb[NLIMBS / 2] += tmp;
57 a->limb[0] = (a->limb[0] & mask) + tmp;
/freebsd-13-stable/usr.sbin/fmtree/
H A Dmisc.c91 KEY *k, tmp; local
93 tmp.name = name;
94 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY),
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c276 uint16_t tmp; local
304 tmp = value & 0xFF;
305 bwn_nphy_rf_ctl_override_rev7(mac, 0x0800, tmp, core, off, 0);
306 tmp = value >> 8;
307 bwn_nphy_rf_ctl_override_rev7(mac, 0x6000, tmp, core, off, 0);
310 tmp = value & 0x7FFF;
311 bwn_nphy_rf_ctl_override_rev7(mac, 0x1000, tmp, core, off, 0);
312 tmp = value >> 14;
313 bwn_nphy_rf_ctl_override_rev7(mac, 0x4000, tmp, core, off, 0);
403 uint16_t reg, tmp, tmp local
474 uint16_t reg, tmp, val; local
599 uint16_t tmp; local
669 int16_t tmp; local
919 uint16_t tmp; local
1020 uint16_t tmp; local
1410 uint16_t mast2, tmp; local
1703 uint32_t tmp; local
1781 uint16_t tmp; local
2481 uint8_t tmp[4]; local
2706 uint16_t tmp; local
3667 uint16_t tmp; local
3754 uint16_t bmask, val, tmp; local
3892 uint16_t tmp, radio_gain, dac_gain; local
4104 uint32_t tmp; local
4227 uint16_t tmp; local
4465 uint16_t tmp; local
4502 uint16_t tmp; local
4526 uint16_t tmp; local
4673 uint16_t tmp, a, b; local
4842 uint32_t tmp; local
4967 uint16_t r, tmp; local
5020 uint16_t tmp; local
5120 uint16_t tmp = nphy->txcal_bbmult; local
5304 uint16_t tmp; local
5569 uint16_t tmp, core, type, count, max, numb, last = 0, cmd; local
5832 uint16_t tmp[6]; local
6216 uint16_t tmp; local
6593 uint8_t tmp; local
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c27 const uint8_t tmp = coder->history[ local
30 out[i] = in[i] - tmp;
43 const uint8_t tmp = coder->history[ local
46 buffer[i] -= tmp;
/freebsd-13-stable/lib/libc/inet/
H A Dinet_cidr_pton.c90 int n, ch, tmp, bits; local
95 tmp = 0;
99 tmp *= 10;
100 tmp += n;
101 if (tmp > 255)
106 *dst++ = (u_char) tmp;
158 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
164 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
243 memcpy(dst, tmp, NS_IN6ADDRSZ);
/freebsd-13-stable/lib/libc/rpc/
H A Dgetnetconfig.c247 char *stringp; /* tmp string pointer */
496 char *tmpp; /* tmp string pointer */
629 char *cp; /* tmp string */
697 char *tmp; local
700 if ((tmp=malloc(MAXNETCONFIGLINE)) == NULL)
703 free(tmp);
716 p->nc_netid = (char *)strcpy(tmp,ncp->nc_netid);
717 tmp = strchr(tmp, '\0') + 1;
718 p->nc_protofmly = (char *)strcpy(tmp,nc
[all...]
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparc_arch.h97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg)
112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) \
113 mov %o7, tmp; \
115 mov tmp, %o7;
/freebsd-13-stable/lib/libproc/
H A Dproc_rtld.c49 struct map_info *mapping, *tmp; local
56 tmp = reallocarray(phdl->mappings, phdl->maparrsz,
58 if (tmp == NULL)
60 phdl->mappings = tmp;
/freebsd-13-stable/contrib/bearssl/src/aead/
H A Dccm.c61 unsigned char tmp[16]; local
76 tmp[0] = (aad_len > 0 ? 0x40 : 0x00)
79 memcpy(tmp + 1, nonce, nonce_len);
81 tmp[15 - u] = (unsigned char)data_len;
97 (*ctx->bctx)->mac(ctx->bctx, ctx->cbcmac, tmp, sizeof tmp);
336 unsigned char tmp[16]; local
340 tag_len = br_ccm_get_tag(ctx, tmp);
343 z |= tmp[u] ^ ((const unsigned char *)tag)[u];
/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_rec_gcm.c39 unsigned char tmp[12]; local
46 memset(tmp, 0, sizeof tmp);
47 bc_impl->run(&cc->bc.vtable, tmp, 0, cc->h, sizeof cc->h);
200 unsigned char tmp[16]; local
204 memset(tmp, 0, sizeof tmp);
206 do_ctr(cc, buf - 8, buf, len, tmp);
209 buf[len + u] ^= tmp[u];
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_small_dec.c84 unsigned tmp; local
86 tmp = state[13];
90 state[1] = tmp;
92 tmp = state[2];
94 state[10] = tmp;
95 tmp = state[6];
97 state[14] = tmp;
99 tmp = state[3];
103 state[15] = tmp;
/freebsd-13-stable/contrib/kyua/
H A DMakefile.am87 CLEANFILES += local-kyua local-kyua.tmp
89 $(AM_V_GEN)echo '#!/bin/sh' >local-kyua.tmp; \
93 "$${@}"' >>local-kyua.tmp; \
94 chmod +x local-kyua.tmp; \
95 mv -f local-kyua.tmp local-kyua
156 @rm -f api-docs/doxygen.out api-docs/doxygen.out.tmp
158 >api-docs/doxygen.out.tmp 2>&1 && \
159 mv api-docs/doxygen.out.tmp api-docs/doxygen.out
/freebsd-13-stable/contrib/libucl/tests/
H A Drun_tests.sh41 rm /tmp/_ucl_test_schema.out ||true
45 cat $i | $4 >> /tmp/_ucl_test_schema.out && ( echo "OK" ) || ( echo "Fail" )
/freebsd-13-stable/contrib/dialog/
H A Ddialog.pl115 my ( $tmp, $height );
121 $tmp =
127 if ($tmp) {
137 my ( $tmp, $height );
153 my ( $tmp, $height );
159 $tmp =
167 if ( !$tmp ) {
177 my ( $tmp, $height );
213 my ( $tmp, $height );
230 my ( $i, $tmp,
[all...]
/freebsd-13-stable/bin/stty/
H A Dcchar.c97 struct cchar *cp, tmp; local
103 tmp.name = name;
104 if (!(cp = (struct cchar *)bsearch(&tmp, cchars1,
106 c_cchar)) && !(cp = (struct cchar *)bsearch(&tmp, cchars2,
H A Dprint.c55 long tmp; local
90 #define on(f) ((tmp & (f)) != 0)
96 tmp = tp->c_lflag;
117 tmp = tp->c_iflag;
134 tmp = tp->c_oflag;
139 switch(tmp&TABDLY) {
151 tmp = tp->c_cflag;
154 switch(tmp&CSIZE) {
173 switch(tmp & (CCTS_OFLOW | CRTS_IFLOW)) {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart1.ksh55 dtraceout=/tmp/dtrace.out.$$

Completed in 302 milliseconds

<<11121314151617181920>>