Home
last modified time | relevance | path

Searched refs:check_function (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/netbsd-tests/ipf/
H A Dh_common.sh46 local check_function="${1}"; shift
50 ${check_function} '${name}' " "${@}" "; \
57 local check_function="${1}"; shift
62 ${check_function} '${name}' " "${@}" "; \
69 local check_function="${1}"; shift
75 ${check_function} '${name}' " "${@}" "; \
84 local check_function="${1}"; shift
92 ${check_function} '${name}' " "${@}" "; \
96 ${check_function} '${name}' " "${@}" "; \
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh41 local check_function="${1}"; shift
53 ${check_function} " "${@}" "; \
67 local check_function="${1}"; shift
80 ${check_function} " "${@}" "; \
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh24 local check_function="${1}"; shift
32 ${check_function} " "${@}" "; \
45 local check_function="${1}"; shift
53 ${check_function} " "${@}" "; \
/freebsd/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c258 const char *check_function) in kadm5_setup_passwd_quality_check() argument
274 if(check_function == NULL) { in kadm5_setup_passwd_quality_check()
280 check_function = tmp; in kadm5_setup_passwd_quality_check()
282 if(check_library != NULL && check_function == NULL) in kadm5_setup_passwd_quality_check()
283 check_function = "passwd_check"; in kadm5_setup_passwd_quality_check()
306 sym = dlsym(handle, check_function); in kadm5_setup_passwd_quality_check()
310 check_function, check_library); in kadm5_setup_passwd_quality_check()
/freebsd/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh47 local check_function="${1}"; shift
56 ${check_function} " "${@}" "; \
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh23 local check_function="${1}"; shift
32 ${check_function} " "${@}" "; \
/freebsd/crypto/heimdal/kadmin/
H A Dkadmind.c37 static char *check_function = NULL; variable
63 { "check-function", 0, arg_string, &check_function,
155 kadm5_setup_passwd_quality_check (context, check_library, check_function); in main()
H A Dkadmin.c50 static char *check_function = NULL; variable
83 { "check-function", 0, arg_string, &check_function,
213 check_library, check_function); in main()
/freebsd/tests/sys/netinet6/frag6/
H A Dsniffer.py8 def __init__(self, args, check_function): argument
13 self._check_function = check_function
/freebsd/tests/sys/netpfil/common/
H A Dsniffer.py33 def __init__(self, args, check_function, recvif, timeout=3, defrag=False): argument
40 self._check_function = check_function
/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_sp.sh31 local check_function="${1}"; shift
36 ${check_function} " "${@}" "; \
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c757 static const char *check_function = NULL; variable
771 { "check-function", 0, arg_string, &check_function,
850 kadm5_setup_passwd_quality_check (context, check_library, check_function); in main()