HomeSort by relevance Sort by last modified time
    Searched defs:optstring (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/tests/monotonic_time/src/
time_test.c 35 const char optstring[] = "c:d:ht:v"; variable
333 while ((c = getopt_long(argc, argv, optstring, options, NULL)) != EOF) {
  /external/fio/t/
genzipf.c 96 const char *optstring = "t:g:i:o:b:p:ch"; local
99 while ((c = getopt(argc, argv, optstring)) != -1) {
  /external/e2fsprogs/misc/
tune2fs.c 876 char optstring[100] = "c:e:fg:i:jlm:o:r:s:u:C:E:I:J:L:M:O:T:U:"; local
879 strcat(optstring, "Q:");
884 while ((c = getopt(argc, argv, optstring)) != EOF)
    [all...]

Completed in 85 milliseconds