Home
last modified time | relevance | path

Searched refs:lidx (Results 1 – 2 of 2) sorted by relevance

/external/fsck_msdos/
Ddir.c534 u_int lidx = 0; in readDosDirSection() local
629 || lidx != (*p & LRNOMASK)) { in readDosDirSection()
640 lidx = *p & LRNOMASK; in readDosDirSection()
641 t = longName + --lidx * 13; in readDosDirSection()
/external/fio/
Dinit.c1942 int c, ini_idx = 0, lidx, ret = 0, do_exit = 0, exit_val = 0; in parse_cmd_line() local
1954 while ((c = getopt_long_only(argc, argv, ostr, l_opts, &lidx)) != -1) { in parse_cmd_line()
2111 const char *opt = l_opts[lidx].name; in parse_cmd_line()
2144 l_opts[lidx].has_arg == required_argument) { in parse_cmd_line()
2171 const char *opt = l_opts[lidx].name; in parse_cmd_line()