| /freebsd-12.1/crypto/openssl/crypto/rand/ |
| H A D | rand_egd.c | 65 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 D | p-exp.y | 1079 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 D | f-exp.y | 853 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 D | objc-exp.y | 1260 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 D | p-exp.c | 2401 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 D | objc-exp.c | 2902 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 D | jv-exp.y | 865 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 D | f-exp.c | 2227 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 D | c-exp.y | 1314 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 D | ui-out.c | 601 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 D | jv-exp.c | 2236 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 D | c-exp.c | 2944 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 D | ada-lex.l | 365 tempbuf = (char*) xrealloc (tempbuf, tempbufsize);
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | sockutils.h | 212 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
|
| H A D | sockutils.c | 779 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 D | route.c | 1960 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 D | Makefile | 136 queue.h rope.h set.h slist.h stack.h tempbuf.h tree.h \
|
| /freebsd-12.1/contrib/libstdc++/include/ |
| H A D | Makefile.am | 192 ${backward_srcdir}/tempbuf.h \
|
| H A D | Makefile.in | 418 ${backward_srcdir}/tempbuf.h \
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2001 | 2763 * 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 D | ChangeLog-2002 | 4248 * include/backward/tempbuf.h: get_temporary_buffer and 5519 * include/backward/tempbuf.h: Include <ext/memory>, tweak.
|
| H A D | ChangeLog-2005 | 350 * include/backward/tempbuf.h: Same. 4871 * include/backward/tempbuf.h: Include cpp_type_traits.h instead.
|
| H A D | ChangeLog-2000 | 4246 stack.h tempbuf.h tree.h vector.h: Add.
|
| H A D | ChangeLog-2003 | 569 include/backward/tempbuf.h, include/backward/tree.h,
|
| /freebsd-12.1/ |
| H A D | ObsoleteFiles.inc | 7030 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
|