/third_party/toybox/scripts/ |
H A D | mkflags.c | 19 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 D | ulimit.c | 160 #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 D | ntfs-3g.probe.c | 93 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 D | ntfs-3g_common.c | 601 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 D | modprobe.c | 381 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 D | ntfscat.c | 163 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 D | ntfslabel.c | 124 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 D | ntfscluster.c | 114 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 D | ntfsls.c | 195 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 D | ntfsfallocate.c | 103 static const struct option lopt[] = { variable 281 while ((c = getopt_long(argc, argv, "fh?no:qvVl:", lopt, NULL)) != EOF) { in parse_options()
|
H A D | ntfsmove.c | 111 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 D | ntfscmp.c | 188 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 D | ntfscp.c | 153 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 D | ntfsdecrypt.c | 196 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 D | ntfsfix.c | 170 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 D | ntfsinfo.c | 163 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 D | ntfsundelete.c | 607 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 D | ntfswipe.c | 270 static struct option lopt[] = { in parse_options() local 304 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
|
H A D | ntfsclone.c | 404 static const struct option lopt[] = { local 431 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsresize.c | 482 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 D | ntfsrecover.c | 4148 static const struct option lopt[] = { in getoptions() local 4184 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in getoptions()
|
H A D | mkntfs.c | 597 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 D | ntfssecaudit.c | 6127 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 D | optparse.py | 355 long_opts = [self._long_opt_fmt % (lopt, metavar) 356 for lopt in option._long_opts]
|