Home
last modified time | relevance | path

Searched refs:d_ext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c484 dircmp(char *name, char *d_name, char *d_ext) in dircmp() argument
497 if (namecmp(name, d_name, NAMESIZ) || namecmp(ext, d_ext, EXTSIZ)) in dircmp()
523 dxp->d_name, dxp->d_ext); in lookup()
528 dircmp(n, dxp->d_name, dxp->d_ext) == 0) { in lookup()
H A Dpcfilep.h182 char d_ext[EXTSIZ]; member