Searched defs:dirf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h59 int dirf; variable
/illumos-gate/usr/src/ucbhead/
H A Ddbm.h62 int dirf; variable
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c60 DIR *dirf; local
148 if ((dirf = opendir(*s ? (char *)s : (char *)".")) != 0)
173 while ((e = readdir(dirf)) && (trapnote & SIGSET) == 0) {
183 (void) closedir(dirf);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c301 void* dirf; local
483 if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (dirf = (*gp->gl_diropen)(gp, dirname)))
523 while ((name = (*gp->gl_dirnext)(gp, dirf)) && !*gp->gl_intr)
540 (*gp->gl_dirclose)(gp, dirf);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1549 DIR *dirf; local
1554 if ((dirf = opendir(dir)) == NULL) {
1563 if ((dentry = readdir(dirf)) == NULL)
1613 (void) closedir(dirf);

Completed in 53 milliseconds