Home
last modified time | relevance | path

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

/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}' " "${@}" "; \
/netbsd/tests/fs/ffs/
H A Dffs_common.sh30 local check_function="${1}"; shift
42 ${check_function} " "${@}" "; \
50 local check_function="${1}"; shift
63 ${check_function} " "${@}" "; \
/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} " "${@}" "; \
/netbsd/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dpassword_quality.c261 const char *check_function) in kadm5_setup_passwd_quality_check() argument
277 if(check_function == NULL) { in kadm5_setup_passwd_quality_check()
283 check_function = tmp; in kadm5_setup_passwd_quality_check()
285 if(check_library != NULL && check_function == NULL) in kadm5_setup_passwd_quality_check()
286 check_function = "passwd_check"; in kadm5_setup_passwd_quality_check()
309 sym = dlsym(handle, check_function); in kadm5_setup_passwd_quality_check()
313 check_function, check_library); in kadm5_setup_passwd_quality_check()
/netbsd/tests/sbin/newfs/
H A Dquotas_common.sh47 local check_function="${1}"; shift
56 ${check_function} " "${@}" "; \
/netbsd/tests/sbin/fsck_ffs/
H A Dquotas_common.sh23 local check_function="${1}"; shift
32 ${check_function} " "${@}" "; \
/netbsd/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmind.c39 static char *check_function = NULL; variable
68 { "check-function", 0, arg_string, &check_function,
173 kadm5_setup_passwd_quality_check (context, check_library, check_function); in main()
H A Dkadmin.c52 static char *check_function = NULL; variable
85 { "check-function", 0, arg_string, &check_function,
228 check_library, check_function); in main()
/netbsd/tests/rump/rumpkern/
H A Dt_sp.sh31 local check_function="${1}"; shift
36 ${check_function} " "${@}" "; \
/netbsd/tests/fs/nfs/
H A Dt_rquotad.sh34 local check_function="${1}"; shift
47 ${check_function} " "${@}" "; \
/netbsd/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswdd.c680 static const char *check_function = NULL; variable
696 { "check-function", 0, arg_string, &check_function,
940 kadm5_setup_passwd_quality_check(context, check_library, check_function); in main()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Darray.c1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor()
1521 if (!(*check_function)(e)) in check_constructor()
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1547 gfc_check_constructor (gfc_expr *expr, bool (*check_function) (gfc_expr *)) in gfc_check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
H A Darray.cc1517 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor()
1533 if (!(*check_function)(e)) in check_constructor()
1542 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1559 gfc_check_constructor (gfc_expr *expr, bool (*check_function) (gfc_expr *)) in gfc_check_constructor()
1567 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
H A Dexpr.c2526 check_intrinsic_op (gfc_expr *e, bool (*check_function) (gfc_expr *)) in check_intrinsic_op()
2531 if (!(*check_function)(op1)) in check_intrinsic_op()
2554 if (!(*check_function)(op2)) in check_intrinsic_op()
2571 if (!(*check_function)(op2)) in check_intrinsic_op()
2580 if (!(*check_function)(op2)) in check_intrinsic_op()
2613 if (!(*check_function)(op2)) in check_intrinsic_op()
H A Dexpr.cc2543 check_intrinsic_op (gfc_expr *e, bool (*check_function) (gfc_expr *)) in check_intrinsic_op()
2548 if (!(*check_function)(op1)) in check_intrinsic_op()
2571 if (!(*check_function)(op2)) in check_intrinsic_op()
2588 if (!(*check_function)(op2)) in check_intrinsic_op()
2597 if (!(*check_function)(op2)) in check_intrinsic_op()
2630 if (!(*check_function)(op2)) in check_intrinsic_op()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darray.c1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor()
1521 if (!(*check_function)(e)) in check_constructor()
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1547 gfc_check_constructor (gfc_expr *expr, bool (*check_function) (gfc_expr *)) in gfc_check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
H A Dexpr.c2526 check_intrinsic_op (gfc_expr *e, bool (*check_function) (gfc_expr *)) in check_intrinsic_op()
2531 if (!(*check_function)(op1)) in check_intrinsic_op()
2554 if (!(*check_function)(op2)) in check_intrinsic_op()
2571 if (!(*check_function)(op2)) in check_intrinsic_op()
2580 if (!(*check_function)(op2)) in check_intrinsic_op()
2613 if (!(*check_function)(op2)) in check_intrinsic_op()