Lines Matching defs:lflags
94 /* this bit equals 1 in lflags of structure lbuf if *namep is to be used */
190 mode_t lflags; /* 0777 bits used as r,w,x permissions */
1079 ep->lflags |= ISARG;
1253 (void) printf("%s\n", (ap->lflags & ISARG) ? ap->ln.namep :
1275 pmode(p->lflags);
1347 (p->lflags & (S_IXUSR|S_IXGRP|S_IXOTH)))
1356 if (p->lflags & ISARG)
1991 rep->lflags = statb.st_mode & ~S_IFMT;
1994 rep->lflags |= LS_NOTREG;
2040 * of the lflags value for this file.
2072 rep->lflags &= ~S_IRWXG;
2080 rep->lflags |= (groupperm & mask) << 3;
2085 rep->lflags &= ~S_IRWXG;
2086 rep->lflags |= mode;
2286 if (p1->lflags&ISARG && p1->ltype == 'd') {
2287 if (!(p2->lflags&ISARG && p2->ltype == 'd'))
2290 if (p2->lflags&ISARG && p2->ltype == 'd')
2328 p1->lflags & ISARG ? p1->ln.namep : p1->ln.lname,
2329 p2->lflags&ISARG ? p2->ln.namep : p2->ln.lname));