temp 613 libglibc/getopt.c char *temp = my_index (optstring, c); temp 619 libglibc/getopt.c if (temp == NULL || c == ':') temp 634 libglibc/getopt.c if (temp[1] == ':') temp 636 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 82 libutil/find.c static FILE *temp; temp 431 libutil/find.c if (temp == NULL) { temp 434 libutil/find.c temp = tmpfile(); temp 436 libutil/find.c fputs(buf, temp); temp 438 libutil/find.c rewind(temp); temp 439 libutil/find.c ip = temp; temp 660 libutil/find.c if (ip != temp)