Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/regex/
H A Dglob.c197 _glob_ext(const char *pattern, int flags, int (*errfunc)(const char *, int), in _glob_ext()
276 return (globexp1(patbuf, pglob, &limit, errfunc)); in _glob_ext()
278 return (glob0(patbuf, pglob, &limit, errfunc)); in _glob_ext()
288 int (*errfunc)(const char *, int)) in globexp1()
295 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1()
298 return (globexp2(ptr, pattern, pglob, limitp, errfunc)); in globexp1()
300 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1()
311 struct glob_lim *limitp, int (*errfunc)(const char *, int)) in globexp2()
349 return (glob0(patbuf, pglob, limitp, errfunc)); in globexp2()
394 rv = globexp1(patbuf, pglob, limitp, errfunc); in globexp2()
[all …]
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c141 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
152 return(glob(pattern, flags|GLOB_LIMIT|GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c160 glob(pattern, flags, errfunc, pglob) in glob() argument
162 int flags, (*errfunc)(const char *, int);
179 pglob->gl_errfunc = errfunc;
/titanic_44/usr/src/cmd/svc/svcs/
H A Dsvcs.c3453 void (*errfunc)(const char *, ...); in main() local
3730 errfunc = errignore; in main()
3734 errfunc = uu_warn; in main()
3747 print_detailed, NULL, errarg, errfunc)) != 0) { in main()
3770 print_notify, NULL, errarg, errfunc)) != 0) { in main()
3861 errarg, errfunc)) != 0) { in main()
3874 errarg, errfunc)) != 0) { in main()
/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.c1494 http_decode_err(ulong_t err, int *errlib, int *errfunc, int *errcode) in http_decode_err() argument
1498 if (errfunc) in http_decode_err()
1499 *errfunc = ERR_GET_FUNC(err); in http_decode_err()
/titanic_44/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()
/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel.c6271 void (*errfunc)(const char *, ...)) in scf_walk_fmri()
6354 errfunc(scf_get_msg(SCF_MSG_ARGTOOLONG), argv[i]); in scf_walk_fmri()
6773 errfunc(scf_get_msg(msgid), pattern[i].sp_arg); in scf_walk_fmri()
6811 errfunc(msg); in scf_walk_fmri()
6839 errfunc(scf_get_msg(SCF_MSG_PATTERN_MULTIPARTIAL)); in scf_walk_fmri()
/titanic_44/usr/src/lib/libc/port/
H A Dllib-lc1167 int(*errfunc)(const char *epath, int eerrno), glob_t *restrict pglob);