Searched refs:opt (Results 1 - 25 of 55) sorted by relevance

123

/libmicro/
H A Dbenchmark_optswitch.c43 benchmark_optswitch(int opt, char *optarg) argument
H A Dfcntl.c63 benchmark_optswitch(int opt, char *optarg) argument
65 switch (opt) {
H A Drealpath.c59 benchmark_optswitch(int opt, char *optarg) argument
61 switch (opt) {
H A Drecurse.c74 benchmark_optswitch(int opt, char *optarg) argument
76 switch (opt) {
H A Dstat.c59 benchmark_optswitch(int opt, char *optarg) argument
61 switch (opt) {
H A Dsystem.c60 benchmark_optswitch(int opt, char *optarg) argument
62 switch (opt) {
H A Disatty.c67 benchmark_optswitch(int opt, char *optarg) argument
69 switch (opt) {
H A Dsetsockopt.c85 int opt; local
90 opt = 1 & i;
92 &opt, sizeof (int)) == -1) {
H A Dbind.c84 benchmark_optswitch(int opt, char *optarg) argument
86 switch (opt) {
101 int opt = 1; local
120 &opt, sizeof (int)) == -1)
H A Dchdir.c68 benchmark_optswitch(int opt, char *optarg) argument
70 switch (opt) {
H A Dclose.c69 benchmark_optswitch(int opt, char *optarg) argument
71 switch (opt) {
H A Ddup.c70 benchmark_optswitch(int opt, char *optarg) argument
72 switch (opt) {
H A Dexit.c66 benchmark_optswitch(int opt, char *optarg) argument
68 switch (opt) {
H A Dgetenv.c65 benchmark_optswitch(int opt, char *optarg) argument
67 switch (opt) {
H A Dgetsockname.c67 int opt = 1; local
77 &opt, sizeof (int)) == -1) {
H A Dlisten.c70 int opt = 1; local
80 &opt, sizeof (int)) == -1) {
H A Dlseek.c76 benchmark_optswitch(int opt, char *optarg) argument
78 switch (opt) {
H A Dmalloc.c72 benchmark_optswitch(int opt, char *optarg) argument
74 switch (opt) {
H A Dmemrand.c69 benchmark_optswitch(int opt, char *optarg) argument
71 switch (opt) {
H A Dopen.c70 benchmark_optswitch(int opt, char *optarg) argument
72 switch (opt) {
H A Dpread.c74 benchmark_optswitch(int opt, char *optarg) argument
76 switch (opt) {
H A Dpwrite.c74 benchmark_optswitch(int opt, char *optarg) argument
76 switch (opt) {
H A Dread.c77 benchmark_optswitch(int opt, char *optarg) argument
79 switch (opt) {
H A Dsocket.c81 benchmark_optswitch(int opt, char *optarg) argument
83 switch (opt) {
H A Dwrite.c80 benchmark_optswitch(int opt, char *optarg) argument
82 switch (opt) {

Completed in 20 milliseconds

123