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

/illumos-gate/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.c278 DIR *fdd; local
281 fdd = opendir(path);
282 if ((vp->odepth > 1) && (fdd == NULL) && (errno == ENAMETOOLONG)) {
313 return (fdd);
H A Dnftw.c692 DIR *fdd; local
695 if (((fdd = opendir(path)) == NULL) && (errno == ENAMETOOLONG)) {
722 return (fdd);

Completed in 59 milliseconds