Home
last modified time | relevance | path

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

/busybox-1.35.0/debianutils/
Drun_parts.c178 # define GETOPT32 getopt32long macro
181 # define GETOPT32 getopt32 macro
196 GETOPT32(argv, "^" "a:*u:" "\0" "=1" LONGOPTS, in run_parts_main()
Dstart_stop_daemon.c400 # define GETOPT32 getopt32long macro
403 # define GETOPT32 getopt32 macro
422 opt = GETOPT32(argv, "^" in start_stop_daemon_main()
/busybox-1.35.0/networking/
Dipcalc.c111 # define GETOPT32 getopt32long macro
114 # define GETOPT32 getopt32 macro
133 opt = GETOPT32(argv, "^" in ipcalc_main()
Darping.c56 #define GETOPT32(str_timeout, device, source) \ macro
314 opt = GETOPT32(str_timeout, device, source); in arping_main()
Dwget.c1525 # define GETOPT32 getopt32long in wget_main() macro
1528 # define GETOPT32 getopt32 in wget_main()
1545 GETOPT32(argv, "^" in wget_main()
/busybox-1.35.0/coreutils/
Dinstall.c64 # define GETOPT32 getopt32long macro
67 # define GETOPT32 getopt32 macro
145 opts = GETOPT32(argv, "^" in install_main()
/busybox-1.35.0/archival/
Dtar.c924 # define GETOPT32 getopt32long macro
927 # define GETOPT32 getopt32 macro
992 opt = GETOPT32(argv, "^" in tar_main()
/busybox-1.35.0/editors/
Ddiff.c968 # define GETOPT32 getopt32long macro
971 # define GETOPT32 getopt32 macro
985 GETOPT32(argv, "^" "abdiL:*NqrsS:tTU:+wupBE" "\0" "=2" in diff_main()