Searched refs:optc (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsystem.c40 static char *optc = DEFC; variable
64 optc = optarg;
81 if (system(optc) != 0) {
95 (void) sprintf(result, "%8s", optc);
H A Dpwrite.c49 static int optc = 0; variable
78 optc++;
122 if (optc)
H A Dwrite.c50 static int optc = 0; variable
88 optc++;
120 if (optc)
H A Dconnection.c59 static int optc = 0; variable
87 optc = 1;
93 if (opta && optc) {
95 optc = 0;
248 if (optc)
262 if (!optc) {
298 if (!optc) {
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dtrivial.c96 static char * optc; // allocated in benchmark_init, freed in benchmark_fini. variable
126 optc = malloc(20);
142 strncpy(optc, optarg, 20);
143 debug("optc = %s\n", optc);
260 free(optc);
H A Dlmbench_write.c53 static int optc = 0; variable
91 optc++;
123 if (optc)

Completed in 26 milliseconds