Searched defs:l_opts (Results 1 - 6 of 6) sorted by relevance

/external/blktrace/btt/
H A Dargs.c33 static struct option l_opts[] = { variable in typeref:struct:option
288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
/external/blktrace/
H A Dblkiomon.c615 static struct option l_opts[] = { variable in typeref:struct:option
690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dblkparse.c107 static struct option l_opts[] = { variable in typeref:struct:option
2709 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dblktrace.c330 static struct option l_opts[] = { variable in typeref:struct:option
2018 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) >= 0) {
/external/blktrace/btreplay/
H A Dbtrecord.c123 static struct option l_opts[] = { variable in typeref:struct:option
395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
H A Dbtreplay.c1377 static struct option l_opts[] = { variable in typeref:struct:option
1467 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {

Completed in 499 milliseconds