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

/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c145 static char *opt_what; // maximum "what" command string size variable
506 opt_what = (char *)malloc(30);
524 free(opt_what);
571 strcpy(opt_what, optarg);
579 // (void) fprintf(stderr, "opt_what = %s\n", opt_what);
626 if (STREQ(opt_what, "cp") ||
627 STREQ(opt_what, "fcp") || STREQ(opt_what, "bcopy")) {
633 if (STREQ(opt_what, "r
[all...]

Completed in 25 milliseconds