Home
last modified time | relevance | path

Searched refs:tempstr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dexpprint.c75 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 DChangeLog-19932431 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h388 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 Dnlmcode.h166 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()