Searched refs:tempstr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | expprint.c | 75 char *tempstr = NULL; in print_subexp_standard() local 252 tempstr = alloca (nargs); in print_subexp_standard() 265 tempstr[tem++] = in print_subexp_standard() 273 LA_PRINT_STRING (stream, tempstr, nargs - 1, 1, 0); in print_subexp_standard()
|
| H A D | ChangeLog-1993 | 2431 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | nlmcode.h | 388 char tempstr[16]; local 395 amt = sizeof (tempstr); 396 if (bfd_bread ((PTR) tempstr, amt, abfd) != amt) 400 if (strncmp (tempstr, "VeRsIoN#", 8) == 0) 422 else if (strncmp (tempstr, "MeSsAgEs", 8) == 0) 490 else if (strncmp (tempstr, "CoPyRiGhT=", 10) == 0) 506 else if (strncmp (tempstr, "CuStHeAd", 8) == 0)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | nlmcode.h | 166 char tempstr[16]; in nlm_swap_auxiliary_headers_in() local 173 amt = sizeof (tempstr); in nlm_swap_auxiliary_headers_in() 174 if (bfd_bread ((void *) tempstr, amt, abfd) != amt) in nlm_swap_auxiliary_headers_in() 178 if (strncmp (tempstr, "VeRsIoN#", 8) == 0) in nlm_swap_auxiliary_headers_in() 200 else if (strncmp (tempstr, "MeSsAgEs", 8) == 0) in nlm_swap_auxiliary_headers_in() 268 else if (strncmp (tempstr, "CoPyRiGhT=", 10) == 0) in nlm_swap_auxiliary_headers_in() 284 else if (strncmp (tempstr, "CuStHeAd", 8) == 0) in nlm_swap_auxiliary_headers_in()
|