Searched refs:optarg (Results 1 - 25 of 92) sorted by relevance

1234

/xnu-2422.115.4/tools/tests/libMicro/
H A Dbenchmark_optswitch.c43 benchmark_optswitch(int opt, char *optarg) argument
H A Dfcntl.c63 benchmark_optswitch(int opt, char *optarg) argument
67 optf = optarg;
H A Drealpath.c59 benchmark_optswitch(int opt, char *optarg) argument
63 optf = optarg;
H A Drecurse.c74 benchmark_optswitch(int opt, char *optarg) argument
78 optd = atoi(optarg);
H A Dstat.c59 benchmark_optswitch(int opt, char *optarg) argument
63 optf = optarg;
H A Dsystem.c60 benchmark_optswitch(int opt, char *optarg) argument
64 optc = optarg;
H A Disatty.c67 benchmark_optswitch(int opt, char *optarg) argument
71 optf = optarg;
H A Dwritev.c82 benchmark_optswitch(int opt, char *optarg) argument
86 optf = optarg;
89 opts = sizetoint(optarg);
92 optv = atoi(optarg);
H A Dlseek.c76 benchmark_optswitch(int opt, char *optarg) argument
80 optf = optarg;
83 opts = sizetoll(optarg);
H A Dmalloc.c72 benchmark_optswitch(int opt, char *optarg) argument
77 optg = sizetoint(optarg);
80 opts[optscnt] = sizetoint(optarg);
H A Dpread.c74 benchmark_optswitch(int opt, char *optarg) argument
81 optf = optarg;
84 opts = sizetoll(optarg);
H A Dpwrite.c74 benchmark_optswitch(int opt, char *optarg) argument
81 optf = optarg;
84 opts = sizetoll(optarg);
H A Dread.c77 benchmark_optswitch(int opt, char *optarg) argument
84 optf = optarg;
87 opts = sizetoll(optarg);
H A Dwrite.c80 benchmark_optswitch(int opt, char *optarg) argument
91 optf = optarg;
94 opts = sizetoll(optarg);
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_openclose.c64 benchmark_optswitch(int opt, char *optarg) argument
68 optf = optarg;
H A Dlmbench_stat.c67 benchmark_optswitch(int opt, char *optarg) argument
71 optf = optarg;
H A Dlmbench_lat_sig_catch.c164 benchmark_optswitch(int opt, char *optarg) argument
169 optw = sizetoint(optarg);
172 optn = sizetoint(optarg);
175 optp = sizetoint(optarg);
H A Dlmbench_lat_sig_install.c164 benchmark_optswitch(int opt, char *optarg) argument
169 optw = sizetoint(optarg);
172 optn = sizetoint(optarg);
175 optp = sizetoint(optarg);
H A Dlmbench_lat_sig_send.c164 benchmark_optswitch(int opt, char *optarg) argument
169 optw = sizetoint(optarg);
172 optn = sizetoint(optarg);
175 optp = sizetoint(optarg);
H A Dgeekbench_stdlib_write.c165 benchmark_optswitch(int opt, char *optarg) argument
171 optt = sizetoint(optarg);
H A Dlmbench_fstat.c73 benchmark_optswitch(int opt, char *optarg) argument
77 optf = optarg;
H A Dlmbench_read.c80 benchmark_optswitch(int opt, char *optarg) argument
87 optf = optarg;
90 opts = sizetoll(optarg);
H A Dlmbench_write.c83 benchmark_optswitch(int opt, char *optarg) argument
94 optf = optarg;
97 opts = sizetoll(optarg);
H A Dgetpwnam.c116 benchmark_optswitch(int opt, char *optarg) argument
122 optCachehit = atoi(optarg);
131 gL1CacheEnabled = atoi(optarg);
135 optRecords = atoi(optarg);
140 default_uprefix = strdup(optarg);
H A Dtrivial.c136 benchmark_optswitch(int opt, char *optarg) argument
142 strncpy(optc, optarg, 20);
150 optt = sizetoint(optarg);

Completed in 97 milliseconds

1234