/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 | getenv.c | 65 benchmark_optswitch(int opt, char *optarg) argument 69 opts = atoi(optarg);
|
H A D | isatty.c | 67 benchmark_optswitch(int opt, char *optarg) argument 71 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 | bind.c | 84 benchmark_optswitch(int opt, char *optarg) argument
|
H A D | chdir.c | 68 benchmark_optswitch(int opt, char *optarg) argument
|
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 | exit.c | 66 benchmark_optswitch(int opt, char *optarg) argument
|
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 | 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;
|
H A D | pthread_create.c | 65 benchmark_optswitch(int opt, char *optarg) argument 69 opts = sizetoll(optarg);
|
H A D | cachetocache.c | 85 benchmark_optswitch(int opt, char *optarg) argument 89 opts = sizetoint(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 | memset.c | 76 benchmark_optswitch(int opt, char *optarg) argument 83 opts = sizetoll(optarg); 86 opta = sizetoll(optarg); 90 optas = 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);
|