Searched refs:gstat (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c181 idmap_stat gstat; local
248 if (idmap_get_gidbysid(ig, sid_v[0], grid, 0, &gid, &gstat) != 0)
250 if (idmap_get_mappings(ig) != 0 || gstat != 0) {
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c81 static struct afile *gstat(struct afile *, char *, int, off_t *);
179 if (gstat(fp, *argv, 1, (off_t *)0)) {
294 if (gstat(fp, cat(dir, dp->d_name), Fflg+Rflg, &nb) == 0)
318 gstat(struct afile *fp, char *file, int statarg, off_t *pnb) function
/illumos-gate/usr/src/cmd/ls/
H A Dls.c238 static struct lbuf *gstat(char *, int, struct ditem *);
1080 if ((ep = gstat((*argv[optind] ? argv[optind] : dotp),
1585 ep = gstat(makename(dir, dentry->d_name), 0, myinfo);
1770 gstat(char *file, int argfl, struct ditem *myparent) function
2782 /* this is tested for by gstat */

Completed in 68 milliseconds