Searched refs:optstring (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | getopt.h | 25 int getopt(int argc, char * const argv[], const char *optstring) in getopt() argument 41 if (optstring[0] == '-') { in getopt() 65 if (optstring[0] == '-' || optstring[0] == '+') in getopt() 66 optstring++; in getopt() 71 d = optstring[i++]; in getopt() 76 if (optstring[0] != ':' && opterr) in getopt() 80 if (optstring[i] == ':') { in getopt() 82 if (optstring[i + 1] != ':' || __optpos) { in getopt() 90 if (optstring[0] == ':') in getopt()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_netlink.sh | 14 optstring=hi 15 while getopts "$optstring" option;do
|
| H A D | mptcp_connect.sh | 13 optstring="S:R:d:e:l:r:h4cm:f:tC" 64 while getopts "$optstring" option;do
|
| /linux/tools/virtio/ringtest/ |
| H A D | main.c | 213 static const char optstring[] = ""; variable 308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_uring_test.c | 228 static const char optstring[] = ""; variable 298 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
| H A D | vsock_perf.c | 365 static const char optstring[] = ""; variable 457 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
| H A D | vsock_diag_test.c | 444 static const char optstring[] = ""; variable 535 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
| H A D | vsock_test.c | 2377 static const char optstring[] = ""; 2479 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main() 2372 static const char optstring[] = ""; global() variable
|
| /linux/samples/bpf/ |
| H A D | hbm.c | 455 char *optstring = "iodln:r:st:wh"; in main() local 462 while ((k = getopt_long(argc, argv, optstring, loptions, NULL)) != -1) { in main()
|
| /linux/tools/virtio/ |
| H A D | virtio_test.c | 278 const char optstring[] = "h"; variable 354 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
| H A D | vhost_net_test.c | 410 static const char optstring[] = "h"; variable 486 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|