/aosp_15_r20/external/toybox/lib/ |
H A D | commas.c | 64 int comma_scan(char *optlist, char *opt, int clean) in comma_scan() 86 int comma_scanall(char *optlist, char *scanlist) in comma_scanall() 103 int comma_remove(char *optlist, char *opt) in comma_remove()
|
/aosp_15_r20/bionic/libc/kernel/tools/ |
H A D | update_all.py | 118 optlist, args = getopt.getopt(sys.argv[1:], '') variable
|
H A D | clean_header.py | 153 optlist, args = getopt.getopt(sys.argv[1:], 'uvk:d:') variable
|
/aosp_15_r20/external/python/cpython2/Demo/scripts/ |
D | pp.py | 36 optlist, ARGS = getopt.getopt(sys.argv[1:], 'acde:F:np') variable
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | imaplib.py | 1444 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1446 optlist, args = (), () variable
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | csocket.py | 129 def _MakeMsgControl(optlist): argument
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | sort.c | 329 char *temp, *temp2, *optlist; in sort_main() local
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | imaplib.py | 1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1556 optlist, args = (), () variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | imaplib.py | 1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1556 optlist, args = (), () variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | imaplib.py | 1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1556 optlist, args = (), () variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | imaplib.py | 1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1556 optlist, args = (), () variable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | imaplib.py | 1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1556 optlist, args = (), () variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | imaplib.py | 1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable 1556 optlist, args = (), () variable
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | traceroute.c | 539 unsigned char optlist[MAX_IPOPTLEN]; in traceroute_main() local
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | fsck.c | 825 static int opt_in_list(const char *opt, char *optlist) in opt_in_list()
|