Home
last modified time | relevance | path

Searched refs:lopt (Results 1 - 24 of 24) sorted by relevance

/third_party/toybox/scripts/
H A Dmkflags.c19 struct flag *lopt; member
99 new->next = list->lopt; in digest()
100 list->lopt = new; in digest()
105 blank->lopt = new; in digest()
208 if (!offlist->command) s = offlist->lopt->command; in main()
228 s = aflist->lopt->command; in main()
229 if (flist && flist->lopt && in main()
230 !strcmp(flist->lopt->command, aflist->lopt->command)) enabled++; in main()
/third_party/mksh/
H A Dulimit.c160 #define FN(lname,lid,lfac,lopt) \
167 lid, lfac, lopt, lname \
170 #define FN(lname,lg,ls,lw,lopt) \
178 lg, ls, lw, lopt, lname \
/third_party/ntfs-3g/src/
H A Dntfs-3g.probe.c93 static const struct option lopt[] = { in parse_options() local
103 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfs-3g_common.c601 static const struct option lopt[] = { in ntfs_parse_options() local
612 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in ntfs_parse_options()
/third_party/toybox/toys/pending/
H A Dmodprobe.c381 int lopt = 0; in add_cmdopt() local
387 opt = xrealloc(opt, lopt + 2 + strlen(var) + 2); in add_cmdopt()
392 lopt += sprintf(opt + lopt, fmt, (int) (val - var), var, val); in add_cmdopt()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.c163 static const struct option lopt[] = { in parse_options() local
190 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfslabel.c124 static const struct option lopt[] = { in parse_options() local
145 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfscluster.c114 static const struct option lopt[] = { in parse_options() local
142 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsls.c195 static const struct option lopt[] = { in parse_options() local
224 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsfallocate.c103 static const struct option lopt[] = { variable
281 while ((c = getopt_long(argc, argv, "fh?no:qvVl:", lopt, NULL)) != EOF) { in parse_options()
H A Dntfsmove.c111 static const struct option lopt[] = { in parse_options() local
135 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfscmp.c188 static const struct option lopt[] = { in parse_options() local
203 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfscp.c153 static const struct option lopt[] = { in parse_options() local
186 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsdecrypt.c196 static const struct option lopt[] = { in parse_options() local
217 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsfix.c170 static const struct option lopt[] = { in parse_options() local
181 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsinfo.c163 static const struct option lopt[] = { in parse_options() local
187 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsundelete.c607 static const struct option lopt[] = { in parse_options() local
645 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfswipe.c270 static struct option lopt[] = { in parse_options() local
304 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsclone.c404 static const struct option lopt[] = { local
431 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
H A Dntfsresize.c482 static const struct option lopt[] = { in parse_options() local
509 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
H A Dntfsrecover.c4148 static const struct option lopt[] = { in getoptions() local
4184 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in getoptions()
H A Dmkntfs.c597 static const struct option lopt[] = { in mkntfs_parse_options() local
636 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in mkntfs_parse_options()
H A Dntfssecaudit.c6127 static const struct option lopt[] = { in parse_options() local
6157 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
/third_party/python/Lib/
H A Doptparse.py355 long_opts = [self._long_opt_fmt % (lopt, metavar)
356 for lopt in option._long_opts]

Completed in 49 milliseconds