Home
last modified time | relevance | path

Searched refs:tempbuf (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_egd.c65 unsigned char tempbuf[255];
67 if (bytes > (int)sizeof(tempbuf))
112 tempbuf[0] = 1;
113 tempbuf[1] = bytes;
114 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF)
116 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0)
118 numbytes = tempbuf[0];
123 buf = tempbuf;
131 RAND_add(tempbuf, i, i);
/freebsd-12.1/contrib/gdb/gdb/
H A Dp-exp.y1079 static char *tempbuf; in yylex() local
1284 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
1300 tempbuf[tempbufindex++] = c; in yylex()
1303 tempbuf[tempbufindex++] = *tokptr++; in yylex()
1311 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
1312 yylval.sval.ptr = tempbuf; in yylex()
1508 tempbuf = (char *) realloc (tempbuf, namelen + 1); in yylex()
1509 strncpy (tempbuf, tokstart, namelen); tempbuf [namelen] = 0; in yylex()
1510 yylval.sval.ptr = tempbuf; in yylex()
H A Df-exp.y853 static char *tempbuf; /* Current buffer contents */ variable
879 if (tempbuf == NULL)
880 tempbuf = (char *) malloc (tempbufsize);
882 tempbuf = (char *) realloc (tempbuf, tempbufsize);
909 tempbuf[tempbufindex++] = *tokptr; in match_string_literal()
916 tempbuf[tempbufindex] = '\0'; in match_string_literal()
917 yylval.sval.ptr = tempbuf; in match_string_literal()
H A Dobjc-exp.y1260 static char *tempbuf; in yylex() local
1480 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
1482 tempbuf[tempbufindex++] = *tokptr++; in yylex()
1488 tempbuf[tempbufindex] = '\0'; in yylex()
1489 yylval.sval.ptr = tempbuf; in yylex()
1523 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
1538 tempbuf[tempbufindex++] = c; in yylex()
1541 tempbuf[tempbufindex++] = *tokptr++; in yylex()
1549 tempbuf[tempbufindex] = '\0'; /* See note above. */ in yylex()
1550 yylval.sval.ptr = tempbuf; in yylex()
H A Dp-exp.c2401 static char *tempbuf; in yylex() local
2606 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex()
2622 tempbuf[tempbufindex++] = c; in yylex()
2625 tempbuf[tempbufindex++] = *tokptr++; in yylex()
2633 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
2634 yylval.sval.ptr = tempbuf; in yylex()
2830 tempbuf = (char *) xrealloc (tempbuf, namelen + 1); in yylex()
2831 strncpy (tempbuf, tokstart, namelen); tempbuf [namelen] = 0; in yylex()
2832 yylval.sval.ptr = tempbuf; in yylex()
H A Dobjc-exp.c2902 static char *tempbuf; in yylex() local
3122 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex()
3124 tempbuf[tempbufindex++] = *tokptr++; in yylex()
3130 tempbuf[tempbufindex] = '\0'; in yylex()
3131 yylval.sval.ptr = tempbuf; in yylex()
3165 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex()
3180 tempbuf[tempbufindex++] = c; in yylex()
3183 tempbuf[tempbufindex++] = *tokptr++; in yylex()
3191 tempbuf[tempbufindex] = '\0'; /* See note above. */ in yylex()
3192 yylval.sval.ptr = tempbuf; in yylex()
H A Djv-exp.y865 static char *tempbuf; in yylex() local
1062 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
1077 tempbuf[tempbufindex++] = c; in yylex()
1080 tempbuf[tempbufindex++] = *tokptr++; in yylex()
1088 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
1089 yylval.sval.ptr = tempbuf; in yylex()
H A Df-exp.c2227 static char *tempbuf; /* Current buffer contents */ variable
2253 if (tempbuf == NULL)
2254 tempbuf = (char *) xmalloc (tempbufsize);
2256 tempbuf = (char *) xrealloc (tempbuf, tempbufsize);
2283 tempbuf[tempbufindex++] = *tokptr; in match_string_literal()
2290 tempbuf[tempbufindex] = '\0'; in match_string_literal()
2291 yylval.sval.ptr = tempbuf; in match_string_literal()
H A Dc-exp.y1314 static char *tempbuf; in yylex() local
1552 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex()
1567 tempbuf[tempbufindex++] = c; in yylex()
1582 tempbuf[tempbufindex++] = c; in yylex()
1590 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
1591 yylval.sval.ptr = tempbuf; in yylex()
H A Dui-out.c601 struct ui_stream *tempbuf; in ui_out_stream_new() local
603 tempbuf = XMALLOC (struct ui_stream); in ui_out_stream_new()
604 tempbuf->uiout = uiout; in ui_out_stream_new()
605 tempbuf->stream = mem_fileopen (); in ui_out_stream_new()
606 return tempbuf; in ui_out_stream_new()
H A Djv-exp.c2236 static char *tempbuf; in yylex() local
2433 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex()
2448 tempbuf[tempbufindex++] = c; in yylex()
2451 tempbuf[tempbufindex++] = *tokptr++; in yylex()
2459 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
2460 yylval.sval.ptr = tempbuf; in yylex()
H A Dc-exp.c2944 static char *tempbuf; in yylex() local
3182 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex()
3197 tempbuf[tempbufindex++] = c; in yylex()
3212 tempbuf[tempbufindex++] = c; in yylex()
3220 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex()
3221 yylval.sval.ptr = tempbuf; in yylex()
H A Dada-lex.l365 tempbuf = (char*) xrealloc (tempbuf, tempbufsize);
/freebsd-12.1/contrib/libpcap/
H A Dsockutils.h212 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
H A Dsockutils.c779 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check… argument
789 memcpy(tempbuf + (*offset), buffer, size);
/freebsd-12.1/sys/net/
H A Droute.c1960 char tempbuf[_SOCKADDR_TMPSIZE]; in rtinit1() local
2011 rt_maskedcopy(dst, (struct sockaddr *)tempbuf, netmask); in rtinit1()
2012 dst = (struct sockaddr *)tempbuf; in rtinit1()
/freebsd-12.1/gnu/lib/libstdc++/
H A DMakefile136 queue.h rope.h set.h slist.h stack.h tempbuf.h tree.h \
/freebsd-12.1/contrib/libstdc++/include/
H A DMakefile.am192 ${backward_srcdir}/tempbuf.h \
H A DMakefile.in418 ${backward_srcdir}/tempbuf.h \
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20012763 * include/backward/tempbuf.h: Likewise.
2987 * include/backward/tempbuf.h: Likewise.
4175 * include/backward/tempbuf.h: Same.
4386 * include/backward/tempbuf.h: Same.
4765 * include/backward/tempbuf.h: Likewise.
H A DChangeLog-20024248 * include/backward/tempbuf.h: get_temporary_buffer and
5519 * include/backward/tempbuf.h: Include <ext/memory>, tweak.
H A DChangeLog-2005350 * include/backward/tempbuf.h: Same.
4871 * include/backward/tempbuf.h: Include cpp_type_traits.h instead.
H A DChangeLog-20004246 stack.h tempbuf.h tree.h vector.h: Add.
H A DChangeLog-2003569 include/backward/tempbuf.h, include/backward/tree.h,
/freebsd-12.1/
H A DObsoleteFiles.inc7030 OLD_FILES+=usr/include/c++/3.4/backward/tempbuf.h
7710 OLD_FILES+=usr/include/c++/3.3/backward/tempbuf.h
8871 OLD_FILES+=usr/libdata/perl/5.00503/mach/g++/tempbuf.ph
10470 OLD_FILES+=usr/include/g++/tempbuf.h

12