/openbsd/usr.bin/top/ |
H A D | top.c | 841 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 882 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 894 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 916 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 924 tempbuf[0] == '-' ? tempbuf + 1 : in rundisplay() 944 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 948 tempbuf[0] == '-' ? tempbuf + 1 : in rundisplay() 960 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 991 if (readline(tempbuf, sizeof(tempbuf)) > 0) { in rundisplay() 1005 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/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);
|
/openbsd/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/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/distrib/sets/lists/comp/ |
H A D | gcc.luna88k | 41 ./usr/include/g++/backward/tempbuf.h
|
H A D | gcc.alpha | 63 ./usr/include/g++/backward/tempbuf.h
|
H A D | gcc.hppa | 40 ./usr/include/g++/backward/tempbuf.h
|
H A D | gcc.landisk | 40 ./usr/include/g++/backward/tempbuf.h
|
H A D | gcc.sparc64 | 40 ./usr/include/g++/backward/tempbuf.h
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | Makefile | 115 queue.h rope.h set.h slist.h stack.h tempbuf.h tree.h \
|
/openbsd/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 \
|