Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/soltools/cpp/
H A D_unix.c38 extern char *optarg;
85 includelist[i].file = optarg; in setup()
96 setsource("<cmdarg>", -1, -1, optarg, 0); in setup()
108 for (n = 0; (c = optarg[n]) != '\0'; n++) in setup()
137 for (n = 0; (c = optarg[n]) != '\0'; n++) in setup()
157 dp = &optarg[n + 1]; in setup()
H A D_getopt.c31 char *optarg; variable
70 optarg = &argv[optind++][sp + 1]; in stgetopt()
79 optarg = argv[optind++]; in stgetopt()
89 optarg = NULL; in stgetopt()
/aoo42x/main/soltools/javadep/
H A Djavadep.c143 char *optarg = NULL; variable
769 optarg = ++parg; in simple_getopt()
771 optarg = pargv[++optind]; in simple_getopt()
774 optarg = NULL; in simple_getopt()
839 append_to_growable(pincs, strdup(optarg));
843 csep = optarg[0];
847 pout_file = optarg;

Completed in 21 milliseconds