Searched refs:tmp (Results 226 - 250 of 1829) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_rx.c165 struct mbuf *tmp; local
167 for (tmp = vcc->chain; tmp != NULL; tmp = tmp->m_next) {
168 printf("mbuf %p: len=%u\n", tmp, tmp->m_len);
169 for (ptr = mtod(tmp, u_char *);
170 ptr < mtod(tmp, u_char *) + tmp
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dclocktime.c65 int32 y, tmp, idx, min; local
71 tmp = ((int32)second +
84 test[0] = (u_int32)(*yearstart) + tmp;
98 * the seconds offset in 'tmp', we make an educated guess
106 y = ntp_to_year(rec_ui - tmp);
111 test[idx] = ystt[idx] + tmp;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_time.c79 char tmp[24];
87 ebcdic2ascii(tmp, tmpstr.data,
88 (len >= sizeof tmp) ? sizeof tmp : len);
89 tmpstr.data = tmp;
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86unix.pl341 local($tmp)=<<"EOF";
344 push(@out,$tmp);
354 local($tmp)=<<"EOF";
358 push(@out,$tmp);
360 { $tmp=push(@out,"TYPE($func,\@function)\n"); }
362 { $tmp=push(@out,".def\t$func;\t.scl\t2;\t.type\t32;\t.endef\n"); }
365 else { $tmp=push(@out,".type\t$func,\@function\n"); }
368 $tmp=<<"EOF";
375 push(@out,$tmp);
386 local($tmp)
[all...]
H A Dx86ms.pl255 local($tmp)=<<"EOF";
262 push(@out,$tmp);
271 local($tmp)=<<"EOF";
280 push(@out,$tmp);
288 local($tmp)=<<"EOF";
293 push(@out,$tmp);
301 local($tmp)=<<"EOF";
309 push(@out,$tmp);
318 local($tmp)=<<"EOF";
321 push(@out,$tmp);
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dmri.c194 struct wildcard_list *tmp; local
212 tmp = xmalloc (sizeof *tmp);
213 tmp->next = NULL;
214 tmp->spec.name = p->name;
215 tmp->spec.exclude_name_list = NULL;
216 tmp->spec.sorted = none;
217 lang_add_wild (NULL, tmp, FALSE);
223 tmp = xmalloc (sizeof *tmp);
[all...]
/freebsd-9.3-release/lib/libc/inet/
H A Dinet_net_pton.c67 int n, ch, tmp = 0, dirty, bits; local
85 tmp = n;
87 tmp = (tmp << 4) | n;
91 *dst++ = (u_char) tmp;
98 *dst++ = (u_char) (tmp << 4);
103 tmp = 0;
107 tmp *= 10;
108 tmp += n;
109 if (tmp > 25
268 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c415 static char tmp[16]; local
422 sprintf(tmp, "0%o", val);
425 sprintf(tmp, "0x%x", val);
428 sprintf(tmp, "%u", val);
434 return (tmp);
564 char *tmp; local
566 tmp = strsig(sig);
567 if (tmp == NULL)
568 asprintf(&tmp, "%d", sig);
569 return (tmp);
586 char *tmp; local
[all...]
/freebsd-9.3-release/contrib/libpcap/missing/
H A Dsnprintf.c102 unsigned char *tmp;
110 tmp = realloc (state->str, state->sz);
111 if (tmp == NULL)
113 state->str = tmp;
477 char *tmp; local
479 tmp = malloc (sz);
480 if (tmp == NULL)
483 ret2 = vsprintf (tmp, format, args);
484 if (ret != ret2 || strcmp(str, tmp))
486 free (tmp);
[all...]
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Dsnprintf.c102 unsigned char *tmp;
110 tmp = realloc (state->str, state->sz);
111 if (tmp == NULL)
113 state->str = tmp;
477 char *tmp; local
479 tmp = malloc (sz);
480 if (tmp == NULL)
483 ret2 = vsprintf (tmp, format, args);
484 if (ret != ret2 || strcmp(str, tmp))
486 free (tmp);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-threadedge.c146 tree tmp = SSA_NAME_VALUE (y); local
147 y = tmp ? tmp : y;
284 tree tmp = NULL; local
289 tmp = SSA_NAME_VALUE (use);
290 if (tmp && TREE_CODE (tmp) != VALUE_HANDLE)
291 SET_USE (use_p, tmp);
383 tree tmp = SSA_NAME_VALUE (op0); local
384 if (tmp
390 tree tmp = SSA_NAME_VALUE (op1); local
414 tree tmp; local
[all...]
H A Dfixproto107 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
108 rm -f /tmp/ShouldNotExist
288 cat >tmp.h <<EOF
307 cat >>tmp.h <<EOF
316 cat >>tmp.h <<EOF
324 cat >>tmp.h <<EOF
328 ${FIX_HEADER} $rel_source_file tmp.h $abs_target_dir/$rel_source_file ${DEFINES} $include_path
331 rm tmp.h
333 mv tmp.h $abs_target_dir/$rel_source_file
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c89 char tmp[sizeof "255.255.255.255"]; local
92 l = snprintf(tmp, size, fmt, src[0], src[1], src[2], src[3]);
97 strlcpy(dst, tmp, size);
117 char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"]; local
158 tp = tmp;
159 ep = tmp + sizeof(tmp);
203 if ((size_t)(tp - tmp) > size) {
207 strlcpy(dst, tmp, size);
/freebsd-9.3-release/sys/dev/syscons/dragon/
H A Ddragon_saver.c135 int tmp; local
141 for (tmp = 0; tmp < 3*CURVE; ++tmp) {
142 dragon_pal[3+tmp] = (u_char)random();
184 tmp = dx; dx = dy; dy = -tmp; /* turn right */
188 tmp = dx; dx = -dy; dy = tmp; /* turn left */
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dticket.c55 krb5_ticket *tmp; local
58 tmp = malloc(sizeof(*tmp));
59 if(tmp == NULL) {
63 if((ret = copy_EncTicketPart(&from->ticket, &tmp->ticket))){
64 free(tmp);
67 ret = krb5_copy_principal(context, from->client, &tmp->client);
69 free_EncTicketPart(&tmp->ticket);
70 free(tmp);
73 ret = krb5_copy_principal(context, from->server, &tmp
[all...]
/freebsd-9.3-release/sys/dev/ex/
H A Dif_ex_isa.c103 int tmp;
110 for (tmp = 0; tmp < 32; tmp++) {
111 outb(EX_PNP_WAKE, ex_pnp_wake_seq[tmp]);
126 int tmp; local
170 tmp = ex_eeprom_read(&sc, EE_W1) & EE_W1_INT_SEL;
174 irq = plus_ee2irqmap[tmp];
177 irq = ee2irqmap[tmp];
203 int tmp; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-isoclns.c1445 int stlv_type, stlv_len, tmp; local
1484 tmp = *(tptr++);
1488 while (tmp)
1509 tmp--;
2094 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2450 tmp =tlv_len; /* copy temporary len & pointer to packet data */
2474 while (tmp && alen < tmp) {
2479 tmp -= alen + 1;
2480 if (tmp
[all...]
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c185 struct tm * tmp);
187 struct tm * tmp);
196 static time_t time1(struct tm * tmp,
200 static time_t time2(struct tm *tmp,
204 static time_t time2sub(struct tm *tmp,
209 const struct state * sp, struct tm * tmp);
1344 localsub(timep, offset, tmp)
1347 struct tm * const tmp;
1358 return gmtsub(timep, offset, tmp);
1385 result = localsub(&newt, offset, tmp);
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Devergreen.c185 u32 tmp = RREG32(EVERGREEN_GRPH_UPDATE + radeon_crtc->crtc_offset); local
189 tmp |= EVERGREEN_GRPH_UPDATE_LOCK;
190 WREG32(EVERGREEN_GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
212 tmp &= ~EVERGREEN_GRPH_UPDATE_LOCK;
213 WREG32(EVERGREEN_GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
431 u32 tmp; local
437 tmp = RREG32(EVERGREEN_CRTC_CONTROL + radeon_crtc->crtc_offset);
438 tmp |= EVERGREEN_CRTC_DISP_READ_REQUEST_DISABLE;
439 WREG32(EVERGREEN_CRTC_CONTROL + radeon_crtc->crtc_offset, tmp);
456 u32 tmp; local
525 u32 tmp; local
595 u32 tmp = DC_HPDx_CONNECTION_TIMER(0x9c4) | local
678 u32 tmp; local
749 u32 tmp = RREG32(MC_SHARED_CHMAP); local
1004 u32 tmp, arb_control3; local
1142 u32 tmp; local
1160 u32 tmp; local
1182 u32 tmp; local
1241 u32 tmp; local
1274 u32 tmp; local
1300 u32 crtc_enabled, tmp, frame_count, blackout; local
1360 u32 tmp, frame_count; local
1417 u32 tmp; local
1630 u32 tmp; local
1716 u32 hdp_host_path_cntl, tmp; local
2256 u32 tmp; local
2400 u32 tmp; local
2475 u32 tmp; local
2739 u32 tmp; local
2887 u32 wptr, tmp; local
[all...]
/freebsd-9.3-release/lib/libcompat/4.3/
H A Drexec.c139 char *hdir, buf[BUFSIZ], *tmp; local
178 if ((tmp = strchr(host, '.')) != NULL &&
179 strcasecmp(tmp, mydomain) == 0 &&
180 strncasecmp(host, tokval, tmp - host) == 0 &&
181 tokval[tmp - host] == '\0')
235 tmp = macros[macnum].mac_name;
236 *tmp++ = c;
239 *tmp++ = c;
245 *tmp = '\0';
259 tmp
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Duser.c170 char tmp[256], *cp; local
177 snprintf(tmp, 256, "pw group show -q -n %s > /dev/null", gname);
178 if (vsystem("%s", tmp) == 0) {
214 char tmp[256], *cp; local
240 amnt = sizeof tmp;
242 while((l = read(pfd[0], &tmp[i], amnt)) > 0)
253 tmp[i] = '\0';
258 if ((cp = strchr(tmp, '\n')) != NULL)
260 strncpy(gid, tmp, sizeof gid);
267 char tmp[25 local
407 char tmp[256], *cp; local
476 char tmp[256], *cp, *cp2; local
559 char tmp[256], *msg; local
[all...]
/freebsd-9.3-release/contrib/amd/scripts/
H A Dtest-attrcache.in22 mapfile="/tmp/amd.testmap.$$"
30 a type:=link;fs:=/tmp/a
37 a type:=link;fs:=/tmp/b
44 # rm -f /tmp/a /tmp/b $mapfile $logfile
47 touch /tmp/a
48 touch /tmp/b
55 inode_a=`ls -lLi /tmp/a | awk '{print $1}'`
56 inode_b=`ls -lLi /tmp/b | awk '{print $1}'`
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dinet_pton.c85 unsigned char tmp[NS_INADDRSZ], *tp; local
89 *(tp = tmp) = 0;
117 memmove(dst, tmp, NS_INADDRSZ);
138 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
213 memmove(dst, tmp, NS_IN6ADDRSZ);
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwinetpton.c84 unsigned char tmp[NS_INADDRSZ], *tp; local
88 *(tp = tmp) = 0;
119 memmove(dst, tmp, NS_INADDRSZ);
140 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
145 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
213 memmove(dst, tmp, NS_IN6ADDRSZ);
/freebsd-9.3-release/contrib/openresolv/
H A DMakefile58 rm -rf /tmp/${PKG}
59 ${INSTALL} -d /tmp/${PKG}
60 cp README ${SRCS} /tmp/${PKG}
63 cp configure Makefile resolvconf.conf /tmp/${PKG}
64 tar cvjpf ${PKG}.tar.bz2 -C /tmp ${PKG}
65 rm -rf /tmp/${PKG}

Completed in 141 milliseconds

1234567891011>>