Home
last modified time | relevance | path

Searched defs:optpos (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/unistd/
H A Dgetopt.cpp39 RefWrapper<unsigned> optpos; member
186 static unsigned optpos; variable
193 void set_getopt_state(char **optarg, int *optind, int *optopt, unsigned *optpos, in set_getopt_state()
/aosp_15_r20/external/trusty/musl/src/misc/
Dgetopt.c12 #define optpos __optpos macro
/aosp_15_r20/external/musl/src/misc/
H A Dgetopt.c13 #define optpos __optpos macro
/aosp_15_r20/external/llvm-libc/test/src/unistd/
H A Dgetopt_test.cpp24 unsigned optpos; variable
/aosp_15_r20/external/flashrom/
H A Dcli_getopt.c37 int optind=1, opterr=1, optopt, optpos; variable