Home
last modified time | relevance | path

Searched refs:musl_optind (Results 1 – 6 of 6) sorted by relevance

/dports/devel/rgbds/rgbds/src/extern/
H A Dgetopt.c60 musl_optind = 1; in getopt()
63 if (musl_optind >= argc || !argv[musl_optind]) in getopt()
77 if (argv[musl_optind][1] == '-' && !argv[musl_optind][2]) in getopt()
91 musl_optind++; in getopt()
154 musl_optind = 1; in musl_getopt_long()
157 if (musl_optind >= argc || !argv[musl_optind]) in musl_getopt_long()
169 musl_optind = i; in musl_getopt_long()
189 (argv[musl_optind][1] == '-' && argv[musl_optind][2]))) { in musl_getopt_long_core()
231 musl_optind++; in musl_getopt_long_core()
258 musl_optind++; in musl_getopt_long_core()
[all …]
/dports/devel/rgbds/rgbds/src/asm/
H A Dmain.c316 if (argc == musl_optind) { in main()
319 } else if (argc != musl_optind + 1) { in main()
324 char const *mainFileName = argv[musl_optind]; in main()
/dports/devel/rgbds/rgbds/include/extern/
H A Dgetopt.h30 extern int musl_optind, musl_opterr, musl_optopt, musl_optreset;
/dports/devel/rgbds/rgbds/src/gfx/
H A Dmain.c155 argc -= musl_optind; in main()
156 argv += musl_optind; in main()
/dports/devel/rgbds/rgbds/src/link/
H A Dmain.c425 int curArgIndex = musl_optind; in main()
/dports/devel/rgbds/rgbds/src/fix/
H A Dmain.c1442 argv += musl_optind; in main()