Home
last modified time | relevance | path

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; in _nss_ad_passwd2str() local
248 if (idmap_get_gidbysid(ig, sid_v[0], grid, 0, &gid, &gstat) != 0) in _nss_ad_passwd2str()
250 if (idmap_get_mappings(ig) != 0 || gstat != 0) { in _nss_ad_passwd2str()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c79 static struct afile *gstat(struct afile *, char *, int, off_t *);
177 if (gstat(fp, *argv, 1, (off_t *)0)) { in main()
292 if (gstat(fp, cat(dir, dp->d_name), Fflg+Rflg, &nb) == 0) in getdir()
316 gstat(struct afile *fp, char *file, int statarg, off_t *pnb) in gstat() function
/illumos-gate/usr/src/cmd/ls/
H A Dls.c234 static struct lbuf *gstat(char *, int, struct ditem *);
1074 if ((ep = gstat((*argv[optind] ? argv[optind] : dotp), in main()
1607 ep = gstat(makename(dir, dentry->d_name), 0, myinfo); in rddir()
1792 gstat(char *file, int argfl, struct ditem *myparent) in gstat() function