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

/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dmalloc.c44 static int optg = 100; variable
64 optg, opts[0]);
77 optg = sizetoint(optarg);
99 ts->ts_glob = malloc(sizeof (void *)* optg);
113 for (k = j = 0; j < optg; j++) {
119 for (j = 0; j < optg; j++) {
135 (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 150 milliseconds