temp 788 libglibc/getopt.c char *temp = strchr (optstring, c); temp 794 libglibc/getopt.c if (temp == NULL || c == ':') temp 831 libglibc/getopt.c if (temp[0] == 'W' && temp[1] == ';') temp 1046 libglibc/getopt.c if (temp[1] == ':') temp 1048 libglibc/getopt.c if (temp[2] == ':') temp 153 libglibc/obstack.h PTR_INT_TYPE temp; /* Temporary for some macros. */ temp 411 libglibc/obstack.h ( (h)->temp = (length), \ temp 412 libglibc/obstack.h (((h)->next_free + (h)->temp > (h)->chunk_limit) \ temp 413 libglibc/obstack.h ? (_obstack_newchunk ((h), (h)->temp), 0) : 0)) temp 416 libglibc/obstack.h ( (h)->temp = (length), \ temp 417 libglibc/obstack.h (((h)->next_free + (h)->temp > (h)->chunk_limit) \ temp 418 libglibc/obstack.h ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ temp 419 libglibc/obstack.h memcpy ((h)->next_free, where, (h)->temp), \ temp 420 libglibc/obstack.h (h)->next_free += (h)->temp) temp 423 libglibc/obstack.h ( (h)->temp = (length), \ temp 424 libglibc/obstack.h (((h)->next_free + (h)->temp + 1 > (h)->chunk_limit) \ temp 425 libglibc/obstack.h ? (_obstack_newchunk ((h), (h)->temp + 1), 0) : 0), \ temp 426 libglibc/obstack.h memcpy ((h)->next_free, where, (h)->temp), \ temp 427 libglibc/obstack.h (h)->next_free += (h)->temp, \ temp 452 libglibc/obstack.h ( (h)->temp = (length), \ temp 453 libglibc/obstack.h (((h)->chunk_limit - (h)->next_free < (h)->temp) \ temp 454 libglibc/obstack.h ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ temp 455 libglibc/obstack.h obstack_blank_fast (h, (h)->temp)) temp 470 libglibc/obstack.h (h)->temp = __PTR_TO_INT ((h)->object_base), \ temp 478 libglibc/obstack.h (void *) __INT_TO_PTR ((h)->temp)) temp 481 libglibc/obstack.h ( (h)->temp = (char *) (obj) - (char *) (h)->chunk, \ temp 482 libglibc/obstack.h (((h)->temp > 0 && (h)->temp < (h)->chunk_limit - (char *) (h)->chunk)\ temp 484 libglibc/obstack.h = (h)->temp + (char *) (h)->chunk) \ temp 485 libglibc/obstack.h : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) temp 560 libglibc/regex.c int temp = SIGN_EXTEND_CHAR (*(source + 1)); temp 562 libglibc/regex.c *dest += temp << 8; temp 50 libltdl/lt_error.c const char **temp = (const char **) 0; temp 55 libltdl/lt_error.c temp = REALLOC (const char *, user_error_strings, 1 + errindex); temp 56 libltdl/lt_error.c if (temp) temp 58 libltdl/lt_error.c user_error_strings = temp; temp 2339 libltdl/ltdl.c lt_interface_data *temp temp 2342 libltdl/ltdl.c if (!temp) temp 2348 libltdl/ltdl.c cur->interface_data = temp; temp 99 libutil/find.c static FILE *temp; temp 555 libutil/find.c if (temp == NULL) { temp 558 libutil/find.c temp = tmpfile(); temp 560 libutil/find.c fputs(buf, temp); temp 562 libutil/find.c rewind(temp); temp 563 libutil/find.c ip = temp; temp 786 libutil/find.c if (ip != temp)