Searched refs:gstat (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 181 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()
|
/titanic_41/usr/src/ucbcmd/ls/ |
H A D | ls.c | 81 static struct afile *gstat(struct afile *, char *, int, off_t *); 179 if (gstat(fp, *argv, 1, (off_t *)0)) { in main() 294 if (gstat(fp, cat(dir, dp->d_name), Fflg+Rflg, &nb) == 0) in getdir() 318 gstat(struct afile *fp, char *file, int statarg, off_t *pnb) in gstat() function
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 238 static struct lbuf *gstat(char *, int, struct ditem *); 1080 if ((ep = gstat((*argv[optind] ? argv[optind] : dotp), in main() 1585 ep = gstat(makename(dir, dentry->d_name), 0, myinfo); in rddir() 1770 gstat(char *file, int argfl, struct ditem *myparent) in gstat() function
|