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

12

/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
76 optg = sizetoint(optarg);
79 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);
H A Dmemcpy.c78 benchmark_optswitch(int opt, char *optarg) argument
88 opts = sizetoll(optarg);
91 opta = sizetoint(optarg);
H A Dmemmove.c78 benchmark_optswitch(int opt, char *optarg) argument
88 opts = sizetoll(optarg);
91 opta = sizetoint(optarg);
H A Dmsync.c82 benchmark_optswitch(int opt, char *optarg) argument
90 optf = optarg;
98 optl = sizetoll(optarg);
H A Dmutex.c75 benchmark_optswitch(int opt, char *optarg) argument
87 opth = sizetoint(optarg);
91 opto = sizetoint(optarg);
H A Dmemset.c76 benchmark_optswitch(int opt, char *optarg) argument
83 opts = sizetoll(optarg);
86 opta = sizetoll(optarg);
90 optas = optarg;
H A Dselect.c77 benchmark_optswitch(int opt, char *optarg) argument
81 optn = atoi(optarg);
84 optr = atoi(optarg);
87 optw = atoi(optarg);
H A Dclose.c69 benchmark_optswitch(int opt, char *optarg) argument
73 optf = optarg;
H A Ddup.c70 benchmark_optswitch(int opt, char *optarg) argument
74 optf = optarg;
H A Dgetenv.c65 benchmark_optswitch(int opt, char *optarg) argument
69 opts = atoi(optarg);
H A Dmemrand.c69 benchmark_optswitch(int opt, char *optarg) argument
73 opts = sizetoint(optarg);
H A Dopen.c70 benchmark_optswitch(int opt, char *optarg) argument
74 optf = optarg;

Completed in 19 milliseconds

12