| /openbsd-src/usr.bin/top/ |
| H A D | top.c | 677 static char tempbuf[TEMPBUFSIZE]; in rundisplay() local 811 if (readline(tempbuf, 8) > 0) { in rundisplay() 812 if ((i = atoiwi(tempbuf)) != Invalid) { in rundisplay() 841 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 843 double newdelay = strtod(tempbuf, &endp); in rundisplay() 865 if (readline(tempbuf, 10) > 0) { in rundisplay() 866 if ((i = atoiwi(tempbuf)) != Invalid) { in rundisplay() 882 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 883 if ((errmsg = kill_procs(tempbuf)) != NULL) { in rundisplay() 894 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() [all …]
|
| H A D | commands.c | 275 char tempbuf[TEMPBUFSIZE]; in kill_procs() local 278 tmp = tempbuf; in kill_procs() 316 nptr = tempbuf; in kill_procs() 348 char tempbuf[TEMPBUFSIZE]; in renice_procs() local 364 nptr = tempbuf; in renice_procs()
|
| /openbsd-src/gnu/usr.bin/binutils/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 | 2422 static char *tempbuf; in yylex() local 2627 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex() 2643 tempbuf[tempbufindex++] = c; in yylex() 2646 tempbuf[tempbufindex++] = *tokptr++; in yylex() 2654 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 2655 yylval.sval.ptr = tempbuf; in yylex() 2851 tempbuf = (char *) xrealloc (tempbuf, namelen + 1); in yylex() 2852 strncpy (tempbuf, tokstart, namelen); tempbuf [namelen] = 0; in yylex() 2853 yylval.sval.ptr = tempbuf; in yylex()
|
| H A D | objc-exp.c | 2923 static char *tempbuf; in yylex() local 3143 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex() 3145 tempbuf[tempbufindex++] = *tokptr++; in yylex() 3151 tempbuf[tempbufindex] = '\0'; in yylex() 3152 yylval.sval.ptr = tempbuf; in yylex() 3186 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex() 3201 tempbuf[tempbufindex++] = c; in yylex() 3204 tempbuf[tempbufindex++] = *tokptr++; in yylex() 3212 tempbuf[tempbufindex] = '\0'; /* See note above. */ in yylex() 3213 yylval.sval.ptr = tempbuf; in yylex()
|
| H A D | jv-exp.y | 874 static char *tempbuf; in yylex() local 1071 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex() 1086 tempbuf[tempbufindex++] = c; in yylex() 1089 tempbuf[tempbufindex++] = *tokptr++; in yylex() 1097 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 1098 yylval.sval.ptr = tempbuf; in yylex()
|
| H A D | f-exp.c | 2248 static char *tempbuf; /* Current buffer contents */ variable 2274 if (tempbuf == NULL) 2275 tempbuf = (char *) xmalloc (tempbufsize); 2277 tempbuf = (char *) xrealloc (tempbuf, tempbufsize); 2304 tempbuf[tempbufindex++] = *tokptr; in match_string_literal() 2311 tempbuf[tempbufindex] = '\0'; in match_string_literal() 2312 yylval.sval.ptr = tempbuf; in match_string_literal()
|
| H A D | c-exp.y | 1311 static char *tempbuf; in yylex() local 1549 tempbuf = (char *) realloc (tempbuf, tempbufsize += 64); in yylex() 1564 tempbuf[tempbufindex++] = c; in yylex() 1579 tempbuf[tempbufindex++] = c; in yylex() 1587 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 1588 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 | 2261 static char *tempbuf; in yylex() local 2458 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex() 2473 tempbuf[tempbufindex++] = c; in yylex() 2476 tempbuf[tempbufindex++] = *tokptr++; in yylex() 2484 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 2485 yylval.sval.ptr = tempbuf; in yylex()
|
| H A D | c-exp.c | 2963 static char *tempbuf; in yylex() local 3201 tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64); in yylex() 3216 tempbuf[tempbufindex++] = c; in yylex() 3231 tempbuf[tempbufindex++] = c; in yylex() 3239 tempbuf[tempbufindex] = '\0'; /* See note above */ in yylex() 3240 yylval.sval.ptr = tempbuf; in yylex()
|
| H A D | ada-lex.l | 348 tempbuf = xrealloc (tempbuf, tempbufsize);
|
| H A D | ChangeLog-1992 | 731 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
|
| H A D | ChangeLog-1993 | 7323 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
|
| /openbsd-src/lib/libkeynote/ |
| H A D | environment.c | 794 char **buf, **tempbuf, *ptr; in kn_read_asserts() local 849 tempbuf = reallocarray(buf, bufsize, 2 * sizeof(char *)); in kn_read_asserts() 850 if (tempbuf == NULL) { in kn_read_asserts() 858 buf = tempbuf; in kn_read_asserts()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ |
| H A D | Makefile.am | 205 ${backward_srcdir}/tempbuf.h \
|
| H A D | Makefile.in | 325 ${backward_srcdir}/tempbuf.h \
|
| /openbsd-src/gnu/lib/libstdc++-v3/ |
| H A D | Makefile | 115 queue.h rope.h set.h slist.h stack.h tempbuf.h tree.h \
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ |
| H A D | Makefile.am | 192 ${backward_srcdir}/tempbuf.h \
|
| H A D | Makefile.in | 418 ${backward_srcdir}/tempbuf.h \
|
| /openbsd-src/gnu/lib/libstdc++/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 | 5752 * include/backward/tempbuf.h: get_temporary_buffer and 7023 * include/backward/tempbuf.h: Include <ext/memory>, tweak.
|
| H A D | ChangeLog-2000 | 4246 stack.h tempbuf.h tree.h vector.h: Add.
|