/libmicro/ |
H A D | benchmark_optswitch.c | 43 benchmark_optswitch(int opt, char *optarg) argument
|
H A D | fcntl.c | 63 benchmark_optswitch(int opt, char *optarg) argument 67 optf = optarg;
|
H A D | realpath.c | 59 benchmark_optswitch(int opt, char *optarg) argument 63 optf = optarg;
|
H A D | recurse.c | 74 benchmark_optswitch(int opt, char *optarg) argument 78 optd = atoi(optarg);
|
H A D | stat.c | 59 benchmark_optswitch(int opt, char *optarg) argument 63 optf = optarg;
|
H A D | system.c | 60 benchmark_optswitch(int opt, char *optarg) argument 64 optc = optarg;
|
H A D | isatty.c | 67 benchmark_optswitch(int opt, char *optarg) argument 71 optf = optarg;
|
H A D | writev.c | 82 benchmark_optswitch(int opt, char *optarg) argument 86 optf = optarg; 89 opts = sizetoint(optarg); 92 optv = atoi(optarg);
|
H A D | lseek.c | 76 benchmark_optswitch(int opt, char *optarg) argument 80 optf = optarg; 83 opts = sizetoll(optarg);
|
H A D | malloc.c | 72 benchmark_optswitch(int opt, char *optarg) argument 76 optg = sizetoint(optarg); 79 opts[optscnt] = sizetoint(optarg);
|
H A D | pread.c | 74 benchmark_optswitch(int opt, char *optarg) argument 81 optf = optarg; 84 opts = sizetoll(optarg);
|
H A D | pwrite.c | 74 benchmark_optswitch(int opt, char *optarg) argument 81 optf = optarg; 84 opts = sizetoll(optarg);
|
H A D | read.c | 77 benchmark_optswitch(int opt, char *optarg) argument 84 optf = optarg; 87 opts = sizetoll(optarg);
|
H A D | write.c | 80 benchmark_optswitch(int opt, char *optarg) argument 91 optf = optarg; 94 opts = sizetoll(optarg);
|
H A D | memcpy.c | 78 benchmark_optswitch(int opt, char *optarg) argument 88 opts = sizetoll(optarg); 91 opta = sizetoint(optarg);
|
H A D | memmove.c | 78 benchmark_optswitch(int opt, char *optarg) argument 88 opts = sizetoll(optarg); 91 opta = sizetoint(optarg);
|
H A D | msync.c | 82 benchmark_optswitch(int opt, char *optarg) argument 90 optf = optarg; 98 optl = sizetoll(optarg);
|
H A D | mutex.c | 75 benchmark_optswitch(int opt, char *optarg) argument 87 opth = sizetoint(optarg); 91 opto = sizetoint(optarg);
|
H A D | memset.c | 76 benchmark_optswitch(int opt, char *optarg) argument 83 opts = sizetoll(optarg); 86 opta = sizetoll(optarg); 90 optas = optarg;
|
H A D | select.c | 77 benchmark_optswitch(int opt, char *optarg) argument 81 optn = atoi(optarg); 84 optr = atoi(optarg); 87 optw = atoi(optarg);
|
H A D | close.c | 69 benchmark_optswitch(int opt, char *optarg) argument 73 optf = optarg;
|
H A D | dup.c | 70 benchmark_optswitch(int opt, char *optarg) argument 74 optf = optarg;
|
H A D | getenv.c | 65 benchmark_optswitch(int opt, char *optarg) argument 69 opts = atoi(optarg);
|
H A D | memrand.c | 69 benchmark_optswitch(int opt, char *optarg) argument 73 opts = sizetoint(optarg);
|
H A D | open.c | 70 benchmark_optswitch(int opt, char *optarg) argument 74 optf = optarg;
|