Searched defs:optw (Results 1 - 8 of 8) sorted by relevance

/libmicro/
H A Dpread.c51 static int optw = 0; variable
78 optw = getpagesize();
124 if (optw) {
125 for (j = 0; j < opts; j += optw)
H A Dread.c53 int optw = 0; variable
81 optw = getpagesize();
126 if (optw)
127 for (j = 0; j < opts; j += optw)
H A Dmmap.c54 static int optw = 0; variable
137 optw = 1;
249 if (optw) {
280 flags[2] = optw ? 'w' : '-';
H A Dmprotect.c53 static int optw = 0; variable
105 optw = 1;
138 if (optw) {
192 flags[2] = optw ? 'w' : '-';
H A Dmsync.c52 static int optw = 0; variable
107 optw = 1;
163 if (optw) {
182 flags[2] = optw ? 'w' : '-';
H A Dmunmap.c54 static int optw = 0; variable
98 optw = 1;
151 if (optw) {
185 flags[2] = optw ? 'w' : '-';
H A Dpoll.c47 static int optw = 0; variable
91 optw = atoi(optarg);
111 optn = optr = optw = 0;
115 if (optn < 0 || optr < 0 || optw < 0) {
117 optn = optr = optw = 0;
121 if (optr > optn || optw > optn) {
123 optn = optr = optw = 0;
130 optn = optr = optw = 0;
148 target = MIN(optr + optw, optn);
153 target = MAX(optr, optw);
[all...]
H A Dselect.c47 static int optw = 0; variable
87 optw = atoi(optarg);
107 optn = optr = optw = 0;
111 if (optn < 0 || optr < 0 || optw < 0) {
113 optn = optr = optw = 0;
117 if (optr > optn || optw > optn) {
119 optn = optr = optw = 0;
126 optn = optr = optw = 0;
132 target = optr + optw;
156 for (i = 0; i < optw;
[all...]

Completed in 1078 milliseconds