Searched refs:temp (Results 1 – 1 of 1) sorted by relevance
254 char *temp, **first, **last; in exchange() local260 temp = *first; in exchange()262 *last = temp; in exchange()271 temp = *first; in exchange()273 *last = temp; in exchange()283 temp = *first; in exchange()285 *last = temp; in exchange()566 char *temp = my_index(optstring, c); in _getopt_internal() local572 if (temp == NULL || c == ':') { in _getopt_internal()590 if (temp[1] == ':') { in _getopt_internal()[all …]