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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dlfmt_log.c69 int fdd; local
115 fdd = open(LOG_CONSOLE, O_WRONLY);
116 if (fdd != -1) {
125 (void) write(fdd, buf, strlen(buf));
126 (void) write(fdd, msg.buf + sizeof (long),
128 (void) write(fdd, "\n", 1);
131 (void) close(fdd);
H A D_xftw.c284 DIR *fdd; local
287 fdd = opendir(path);
288 if (vp->odepth > 1 && fdd == NULL && errno == ENAMETOOLONG) {
321 return (fdd);
H A Dnftw.c812 DIR *fdd; local
815 if (((fdd = opendir(path)) == NULL) && (errno == ENAMETOOLONG)) {
844 return (fdd);

Completed in 18 milliseconds