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

/ast/src/lib/libast/features/
H A Dmode.c41 int idtype; local
43 idperm = idtype = 1;
52 if (!S_ISBLK(X_IFBLK)) idtype = 0;
61 if (!S_ISCHR(X_IFCHR)) idtype = 0;
70 if (!S_ISCTG(X_IFCTG)) idtype = 0;
77 if (!S_ISDIR(X_IFDIR)) idtype = 0;
86 if (!S_ISFIFO(X_IFIFO)) idtype = 0;
95 if (!S_ISLNK(X_IFLNK)) idtype = 0;
104 if (!S_ISREG(X_IFREG)) idtype = 0;
113 if (!S_ISSOCK(X_IFSOCK)) idtype
[all...]

Completed in 12 milliseconds