Home
last modified time | relevance | path

Searched refs:errfunc (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.xs20 #define errfunc NULL macro
23 errfunc(const char *foo, int bar) {
55 retval = bsd_glob(pattern, flags, errfunc, &pglob);
H A Dbsd_glob.c249 int (*errfunc)(const char *, int), glob_t *pglob)
278 pglob->gl_errfunc = errfunc;
/onnv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c143 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
154 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c163 glob(pattern, flags, errfunc, pglob) in glob() argument
165 int flags, (*errfunc)(const char *, int);
180 pglob->gl_errfunc = errfunc;
/onnv-gate/usr/src/common/net/wanboot/
H A Dboot_http.c1493 http_decode_err(ulong_t err, int *errlib, int *errfunc, int *errcode) in http_decode_err() argument
1497 if (errfunc) in http_decode_err()
1498 *errfunc = ERR_GET_FUNC(err); in http_decode_err()
/onnv-gate/usr/src/uts/common/os/
H A Dstrsubr.c7980 strsetrerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetrerror() argument
7986 if (error == 0 && errfunc == NULL) in strsetrerror()
7995 stp->sd_rderrfunc = errfunc; in strsetrerror()
7996 if (error != 0 || errfunc != NULL) { in strsetrerror()
8016 strsetwerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetwerror() argument
8022 if (error == 0 && errfunc == NULL) in strsetwerror()
8031 stp->sd_wrerrfunc = errfunc; in strsetwerror()
8032 if (error != 0 || errfunc != NULL) { in strsetwerror()
/onnv-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c6207 void (*errfunc)(const char *, ...)) in scf_walk_fmri()
6288 errfunc(scf_get_msg(SCF_MSG_ARGTOOLONG), argv[i]); in scf_walk_fmri()
6704 errfunc(scf_get_msg(msgid), pattern[i].sp_arg); in scf_walk_fmri()
6742 errfunc(msg); in scf_walk_fmri()