Searched defs:optarg (Results 1 - 25 of 48) 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 Dgetenv.c65 benchmark_optswitch(int opt, char *optarg) argument
69 opts = atoi(optarg);
H A Disatty.c67 benchmark_optswitch(int opt, char *optarg) argument
71 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 Dbind.c84 benchmark_optswitch(int opt, char *optarg) argument
H A Dchdir.c68 benchmark_optswitch(int opt, char *optarg) argument
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 Dexit.c66 benchmark_optswitch(int opt, char *optarg) argument
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 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;
H A Dpthread_create.c65 benchmark_optswitch(int opt, char *optarg) argument
69 opts = sizetoll(optarg);
H A Dcachetocache.c85 benchmark_optswitch(int opt, char *optarg) argument
89 opts = sizetoint(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 Dmemset.c76 benchmark_optswitch(int opt, char *optarg) argument
83 opts = sizetoll(optarg);
86 opta = sizetoll(optarg);
90 optas = 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);

Completed in 13 milliseconds

12