Searched refs:errfn (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/apr/misc/unix/
H A Dgetopt.c48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf);
102 if (os->errfn && *opts != ':') {
103 (os->errfn)(os->errarg, "%s: illegal option -- %c\n",
123 if (os->errfn) {
124 (os->errfn)(os->errarg,
184 if (os->errfn)
185 (os->errfn)(os->errarg, "%s: %s: %s\n",
194 if (os->errfn)
195 (os->errfn)(os->errarg, "%s: %s: %c\n",
/freebsd-11-stable/contrib/apr/include/
H A Dapr_getopt.h54 apr_getopt_err_fn_t *errfn; member in struct:apr_getopt_t
101 * The (*os)->errfn is initialized to fprintf(stderr... but may be overridden.
H A Dapr_thread_proc.h165 * The prototype for APR child errfn functions. (See the description
527 * @param errfn The function to call in the child process.
535 apr_child_errfn_t *errfn);
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c294 apr_child_errfn_t *errfn)
296 attr->errfn = errfn;
458 if (attr->errfn) {
459 attr->errfn(pool, errno, "change of working directory failed");
480 if (attr->errfn) {
481 attr->errfn(pool, errno, "setting of group failed");
489 if (attr->errfn) {
490 attr->errfn(pool, errno, "setting of user failed");
497 if (attr->errfn) {
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h111 apr_child_errfn_t *errfn; member in struct:apr_procattr_t
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c1652 const char *errfn; local
1696 errfn = "ldap_add_ext_s";
1700 errfn = "ldap_modify_ext_s";
1709 errfn, name, dn, ldap_err2string(rc), ld_error);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1262 os->errfn = opt_parsing_error_func;

Completed in 332 milliseconds