Searched refs:optstring (Results 1 – 2 of 2) sorted by relevance
| /spdk/lib/ut/ |
| H A D | ut.c | 58 char optstring[MAX_OPTSTRING_LEN] = {}; in parse_args() local 79 rc = snprintf(optstring, MAX_OPTSTRING_LEN, "%s%s", OPTION_STRING, in parse_args() 80 opts->optstring); in parse_args() 86 snprintf(optstring, sizeof(optstring), "%s", OPTION_STRING); in parse_args() 90 while ((op = getopt_long(argc, argv, optstring, options, NULL)) != -1) { in parse_args()
|
| /spdk/test/nvme/compliance/ |
| H A D | nvme_compliance.c | 1486 .optstring = "gr:", in main()
|