Home
last modified time | relevance | path

Searched refs:IS_FILES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c731 if (IS_FILES(repository) == FALSE && in ckarg()
760 if (IS_FILES(repository) == FALSE && in ckarg()
774 if ((IS_FILES(repository) || IS_LDAP(repository)) && in ckarg()
792 if (IS_FILES(repository) == FALSE && in ckarg()
806 if ((IS_FILES(repository) || IS_LDAP(repository)) && in ckarg()
824 if (IS_FILES(repository) == FALSE && in ckarg()
838 if ((IS_FILES(repository) || IS_LDAP(repository)) && in ckarg()
857 if (IS_FILES(repository) == FALSE && in ckarg()
871 if ((IS_FILES(repository) || IS_LDAP(repository)) && in ckarg()
898 if (IS_FILES(repository) == FALSE && in ckarg()
[all …]
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h113 #undef IS_FILES
117 #define IS_FILES(r) (r.type != NULL && strcmp(r.type, "files") == 0) macro