Searched refs:check (Results 1 - 25 of 28) sorted by relevance

12

/sssd-io/src/tests/
H A Dcommon_check.c4 Memory leak/growth checks for check-based tests using talloc.
25 #include <check.h>
H A Dad_ldap_opt-tests.c26 #include <check.h>
H A Dfind_uid-tests.c29 #include <check.h>
H A Dsafe-format-tests.c20 #include <check.h>
H A Dresponder_socket_access-tests.c2 SSSD - Test for routine to check to access to responder sockets
24 #include <check.h>
H A Dauth-tests.c35 #include <check.h>
H A Dcheck_and_open-tests.c26 #include <check.h>
H A Dcrypto-tests.c26 #include <check.h>
H A Ddlopen-tests.c32 #include <check.h>
H A Drefcount-tests.c26 #include <check.h>
H A Dfail_over-tests.c27 #include <check.h>
H A Dsbus_tests.c26 #include <check.h>
H A Dsysdb_ssh-tests.c21 #include <check.h>
H A Dfiles-tests.c24 #include <check.h>
149 /* check if really gone */
198 /* check if really gone */
245 /* check if really copied */
289 /* check if really copied */
331 /* check if really copied */
370 /* check if really copied and without special files */
401 /* check the dir has been created */
404 /* check the permissions are okay */
409 /* check th
[all...]
H A Dstrtonum-tests.c23 #include <check.h>
H A Ddebug-tests.c25 #include <check.h>
H A Dipa_ldap_opt-tests.c25 #include <check.h>
H A Dipa_hbac-tests.c23 #include <check.h>
H A Dkrb5_utils-tests.c27 #include <check.h>
H A Dresolv-tests.c27 #include <check.h>
733 /* check if the list is sorted */
742 /* check if the list is complete */
777 /* check for leaks */
823 /* check if the list contains all values and is sorted */
840 /* check for leaks */
H A Dsss_idmap-tests.c23 #include <check.h>
/sssd-io/contrib/ci/
H A Ddeps.sh69 check
/sssd-io/src/tests/python/docs/
H A DMakefile6 # User-friendly check for sphinx-build
43 @echo " linkcheck to check all external links for integrity"
45 @echo " coverage to run coverage check of the documentation (if enabled)"
167 @echo "Link check complete; look for any errors in the above output " \
/sssd-io/src/util/
H A Dutil.h356 bool check_ipv4_addr(struct in_addr *addr, uint8_t check);
357 bool check_ipv6_addr(struct in6_addr *addr, uint8_t check);
/sssd-io/src/providers/krb5/
H A Dkrb5_child.c318 checker check = NULL; local
358 check = pick_checker(ti->format);
367 check = pick_checker(ti->format);
378 /* If check is set, we need to verify the contents of the token. */
379 for (i = 0; check != NULL && token[i] != '\0'; i++) {
380 if (!check(token[i])) {
397 checker check = NULL; local
450 check = pick_checker(ti->format);
463 check = pick_checker(ti->format);
473 /* If check i
[all...]

Completed in 42 milliseconds

12