Searched refs:S_OPTS (Results 1 – 6 of 6) sorted by relevance
/external/blktrace/btt/ |
D | args.c | 32 #define S_OPTS "aAB:d:D:e:hi:I:l:L:m:M:o:p:P:q:Q:rs:S:t:T:u:VvXz:" macro 288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
/external/blktrace/btreplay/ |
D | btrecord.c | 122 #define S_OPTS "d:D:Fhm:M:o:vV" macro 395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
D | btreplay.c | 1376 #define S_OPTS "c:d:Fhi:I:M:Nx:t:vVW" macro 1467 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
|
/external/blktrace/ |
D | blkiomon.c | 596 #define S_OPTS "b:d:D:h:I:Q:q:m:V" macro 690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
|
D | blktrace.c | 329 #define S_OPTS "d:a:A:r:o:kw:vVb:n:D:lh:p:sI:" macro 2018 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) >= 0) { in handle_args()
|
D | blkparse.c | 2657 #define S_OPTS "a:A:b:D:d:f:F:hi:o:Oqstw:vVM" macro 2709 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
|