Searched defs:l_opts (Results 1 - 7 of 7) sorted by relevance
/external/blktrace/btt/ |
H A D | args.c | 33 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 D | blkiomon.c | 615 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 D | blkparse.c | 107 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 D | blktrace.c | 330 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 D | btrecord.c | 123 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 D | btreplay.c | 1377 static struct option l_opts[] = { variable in typeref:struct:option 1467 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
|
/external/fio/ |
H A D | init.c | 87 static struct option l_opts[FIO_NR_OPTIONS] = { variable in typeref:struct:option 1880 while (l_opts[i].name) { 1881 ostr[c++] = l_opts[i].val; 1882 if (l_opts[i].has_arg == required_argument) 1884 else if (l_opts[i].has_arg == optional_argument) { 1898 while (l_opts[i].name) { 1899 int val = l_opts[i].val; 1926 while (l_opts[i].name) { 1927 distance = string_distance(name, l_opts[i].name); 1936 log_err("Did you mean %s?\n", l_opts[best_optio [all...] |
Completed in 389 milliseconds