Searched refs:optg (Results 1 - 2 of 2) sorted by relevance

/libmicro/
H A Dmalloc.c44 static int optg = 100; variable
64 optg, opts[0]);
76 optg = sizetoint(optarg);
97 ts->ts_glob = malloc(sizeof (void *)* optg);
111 for (k = j = 0; j < optg; j++) {
117 for (j = 0; j < optg; j++) {
133 (void) sprintf(result, "%6d ", optg);
H A Dchdir.c44 static int optg = 0; variable
72 optg = 1;
115 if (optg && (getcwd(buf, MAXPATHLEN) == NULL)) {
129 (void) sprintf(result, "%5d %5s", dircount, optg ? "y" : "n");

Completed in 7 milliseconds