Home
last modified time | relevance | path

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

/pciutils/compat/
H A Dgetopt.c254 char *temp, **first, **last; in exchange() local
260 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() local
572 if (temp == NULL || c == ':') { in _getopt_internal()
590 if (temp[1] == ':') { in _getopt_internal()
[all …]