Home
last modified time | relevance | path

Searched defs:optlist (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/toybox/lib/
H A Dcommas.c64 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 Dupdate_all.py118 optlist, args = getopt.getopt(sys.argv[1:], '') variable
H A Dclean_header.py153 optlist, args = getopt.getopt(sys.argv[1:], 'uvk:d:') variable
/aosp_15_r20/external/python/cpython2/Demo/scripts/
Dpp.py36 optlist, ARGS = getopt.getopt(sys.argv[1:], 'acde:F:np') variable
/aosp_15_r20/external/python/cpython2/Lib/
Dimaplib.py1444 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable
1446 optlist, args = (), () variable
/aosp_15_r20/kernel/tests/net/test/
H A Dcsocket.py129 def _MakeMsgControl(optlist): argument
/aosp_15_r20/external/toybox/toys/posix/
H A Dsort.c329 char *temp, *temp2, *optlist; in sort_main() local
/aosp_15_r20/external/python/cpython3/Lib/
Dimaplib.py1554 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/
Dimaplib.py1554 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/
Dimaplib.py1554 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/
Dimaplib.py1554 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 Dimaplib.py1554 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/
Dimaplib.py1554 optlist, args = getopt.getopt(sys.argv[1:], 'd:s:') variable
1556 optlist, args = (), () variable
/aosp_15_r20/external/toybox/toys/pending/
H A Dtraceroute.c539 unsigned char optlist[MAX_IPOPTLEN]; in traceroute_main() local
/aosp_15_r20/external/e2fsprogs/misc/
H A Dfsck.c825 static int opt_in_list(const char *opt, char *optlist) in opt_in_list()