Searched refs:IS_FILES (Results 1 – 2 of 2) sorted by relevance
731 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 …]
113 #undef IS_FILES117 #define IS_FILES(r) (r.type != NULL && strcmp(r.type, "files") == 0) macro