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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c1631 int argfl, struct ditem *myparent)
1638 if (!aflg || argfl || (NOTWORKINGDIR(file, file_len) &&
1762 * argfl = 1 if file is a name in ls-command and = 0
1770 gstat(char *file, int argfl, struct ditem *myparent) argument
1776 int (*statf)() = ((Lflg) || (Hflg && argfl)) ? stat : lstat;
1824 if (!argfl && noflist)
1833 if (argfl || statreq) {
1842 if (argfl || errno != ENOENT ||
1860 if ((Hflg) && (argfl) &&
1879 argfl, myparen
1630 record_ancestry(char *file, struct stat *pstatb, struct lbuf *rep, int argfl, struct ditem *myparent) argument
[all...]

Completed in 51 milliseconds