Searched refs:GETOPT32 (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/debianutils/ |
D | run_parts.c | 178 # define GETOPT32 getopt32long macro 181 # define GETOPT32 getopt32 macro 196 GETOPT32(argv, "^" "a:*u:" "\0" "=1" LONGOPTS, in run_parts_main()
|
D | start_stop_daemon.c | 400 # define GETOPT32 getopt32long macro 403 # define GETOPT32 getopt32 macro 422 opt = GETOPT32(argv, "^" in start_stop_daemon_main()
|
/busybox-1.35.0/networking/ |
D | ipcalc.c | 111 # define GETOPT32 getopt32long macro 114 # define GETOPT32 getopt32 macro 133 opt = GETOPT32(argv, "^" in ipcalc_main()
|
D | arping.c | 56 #define GETOPT32(str_timeout, device, source) \ macro 314 opt = GETOPT32(str_timeout, device, source); in arping_main()
|
D | wget.c | 1525 # 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/ |
D | install.c | 64 # define GETOPT32 getopt32long macro 67 # define GETOPT32 getopt32 macro 145 opts = GETOPT32(argv, "^" in install_main()
|
/busybox-1.35.0/archival/ |
D | tar.c | 924 # define GETOPT32 getopt32long macro 927 # define GETOPT32 getopt32 macro 992 opt = GETOPT32(argv, "^" in tar_main()
|
/busybox-1.35.0/editors/ |
D | diff.c | 968 # define GETOPT32 getopt32long macro 971 # define GETOPT32 getopt32 macro 985 GETOPT32(argv, "^" "abdiL:*NqrsS:tTU:+wupBE" "\0" "=2" in diff_main()
|