Searched defs:dirno (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c71 int dirno = 0; local
79 while ((!found) && (srch_dirs[dirno] != NULL)) {
83 found = srch_dir(device, srch_dirs[dirno],
84 ((strcmp(srch_dirs[dirno], dev_dir) == 0) ?
87 dirno++;
128 int dirno = 0; local
137 while (skip_dirs[dirno] != NULL)
138 if (strcmp(skip_dirs[dirno++], path) == 0)
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_utils.c86 int dirno = 0; local
120 pri_dirs[dirno++] = sfp;
142 pri_dirs[dirno] = NULL;
188 int dirno = 0; local
199 while (srch_dirs[dirno] != NULL) {
200 if (srch_dir(srch_dirs[dirno]) < 0)
202 dirno++;
205 dirno = 0;
206 while (srch_dirs[dirno] != NULL) {
207 if (strcmp("/dev", srch_dirs[dirno])
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c208 int dirno = 0; local
277 while ((!found) && (srch_dirs[dirno].name != NULL)) {
288 if (strcmp(PTS, srch_dirs[dirno].name) == NULL) {
294 found = srch_dir(srch_dirs[dirno], match_mask,
295 ((strcmp(srch_dirs[dirno].name, dev_dir.name)
298 dirno++;
490 int dirno = 0; local
502 while (skip_dirs[dirno].name != NULL)
503 if (strcmp(skip_dirs[dirno++].name, path.name) == 0)

Completed in 79 milliseconds