Searched refs:optreset (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/getopt/ |
H A D | getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 74 extern int optreset;
|
H A D | getopt_long.c | 61 int optreset; /* reset getopt */ variable 86 /* XXX: set optreset to 1 rather than these two */ 302 * XXX using optreset. Work around this braindamage. 305 optind = optreset = 1; 308 if (optreset) 311 if (optreset || !*place) { /* update scanning pointer */ 312 optreset = 0;
|
/external/mesa3d/src/getopt/ |
H A D | getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 74 extern int optreset;
|
H A D | getopt_long.c | 61 int optreset; /* reset getopt */ variable 86 /* XXX: set optreset to 1 rather than these two */ 302 * XXX using optreset. Work around this braindamage. 305 optind = optreset = 1; 308 if (optreset) 311 if (optreset || !*place) { /* update scanning pointer */ 312 optreset = 0;
|
/external/e2fsprogs/debugfs/ |
H A D | util.c | 25 extern int optreset; /* defined by BSD, but not others */ 44 * More modern versions of BSD require that optreset be set to 1 in 57 optreset = 1; /* Makes BSD getopt happy */
|
/external/openssh/ |
H A D | sftp.c | 354 extern int opterr, optind, optopt, optreset; 357 optind = optreset = 1; 383 extern int opterr, optind, optopt, optreset; 386 optind = optreset = 1; 407 extern int opterr, optind, optopt, optreset; 410 optind = optreset = 1; 460 extern int opterr, optind, optopt, optreset; 463 optind = optreset = 1;
|
H A D | defines.h | 560 # undef optreset macro 566 # define optreset BSDoptreset macro
|
H A D | ssh.c | 246 extern int optind, optreset; 623 optind = optreset = 1;
|
H A D | session.c | 1766 extern int optind, optreset; 1776 optind = optreset = 1;
|
H A D | configure | 14021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt has optreset support" >&5 14022 $as_echo_n "checking whether getopt has optreset support... " >&6; } 14033 extern int optreset; optreset = 0;
|
Completed in 1123 milliseconds