| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | stream_bucket.c | 32 svn_ra_serf__stream_bucket_errfunc_t errfunc; member 48 if (ctx->errfunc) in stream_reader() 49 ctx->errfunc(ctx->errfunc_baton, err); in stream_reader() 106 svn_ra_serf__stream_bucket_errfunc_t errfunc, in svn_ra_serf__create_stream_bucket() argument 113 ctx->errfunc = errfunc; in svn_ra_serf__create_stream_bucket()
|
| HD | ra_serf.h | 1659 svn_ra_serf__stream_bucket_errfunc_t errfunc,
|
| /freebsd-13-stable/contrib/lutok/ |
| HD | operations.cpp | 77 const int nresults, const int errfunc) in do_file() argument 87 errfunc == 0 ? 0 : errfunc - 1); in do_file() 117 const int nresults, const int errfunc) in do_string() argument 127 errfunc == 0 ? 0 : errfunc - 1); in do_string()
|
| HD | state.cpp | 643 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall() argument 645 if (lua_pcall(_pimpl->lua_state, nargs, nresults, errfunc) != 0) in pcall()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | sftp-glob.c | 138 int (*errfunc)(const char *, int), glob_t *pglob) in sftp_glob() 154 if ((r = glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)) != 0) in sftp_glob()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | ldebug.c | 588 if (L->errfunc != 0) { /* is there an error handling function? */ in luaG_errormsg() 589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local 590 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR); in luaG_errormsg() 592 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
|
| HD | ldo.c | 502 L->errfunc = ci->u.c.old_errfunc; in finishCcall() 560 L->errfunc = ci->u.c.old_errfunc; in recover() 688 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() 689 L->errfunc = ef; in luaD_pcall() 700 L->errfunc = old_errfunc; in luaD_pcall() 754 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| HD | lapi.c | 927 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk() argument 938 if (errfunc == 0) in lua_pcallk() 941 StkId o = index2addr(L, errfunc); in lua_pcallk() 942 api_checkstackindex(L, errfunc, o); in lua_pcallk() 957 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk() 958 L->errfunc = func; in lua_pcallk() 963 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
|
| HD | lstate.h | 176 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
| HD | lstate.c | 216 L->errfunc = 0; in preinit_state()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | ldo.c | 583 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */ in finishCcall() 650 L->errfunc = ci->u.c.old_errfunc; in recover() 782 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() 783 L->errfunc = ef; in luaD_pcall() 794 L->errfunc = old_errfunc; in luaD_pcall() 848 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| HD | ldebug.c | 755 if (L->errfunc != 0) { /* is there an error handling function? */ in luaG_errormsg() 756 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local 757 lua_assert(ttisfunction(s2v(errfunc))); in luaG_errormsg() 759 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
|
| HD | lapi.c | 1010 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk() argument 1021 if (errfunc == 0) in lua_pcallk() 1024 StkId o = index2stack(L, errfunc); in lua_pcallk() 1039 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk() 1040 L->errfunc = func; in lua_pcallk() 1045 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
|
| HD | lstate.h | 289 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
| HD | lstate.c | 267 L->errfunc = 0; in preinit_thread()
|
| HD | lua.h | 285 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
|
| /freebsd-13-stable/crypto/heimdal/lib/roken/ |
| HD | glob.c | 170 int (*errfunc)(const char *, int), in glob() 185 pglob->gl_errfunc = errfunc; in glob()
|
| HD | glob.hin | 63 /* Copy of errfunc parameter to glob. */
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | glob.c | 294 glob(const char *pattern, int flags, int (*errfunc) (const char *, int), in glob() 312 pglob->gl_errfunc = errfunc; in glob()
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | glob.c | 186 int (*errfunc)(const char *, int), glob_t * __restrict pglob) in glob() 209 pglob->gl_errfunc = errfunc; in glob()
|
| HD | glob-compat11.c | 155 int (*errfunc)(const char *, int), glob11_t * __restrict pglob) in freebsd11_glob() 178 pglob->gl_errfunc = errfunc; in freebsd11_glob()
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | glob.c | 182 glob(const char *pattern, int flags, int (*errfunc)(const char *, int), in glob() 199 pglob->gl_errfunc = errfunc; in glob()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/ |
| HD | lua.h | 257 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 2305 int (*errfunc)(const char *epath, int eerrno), 2308 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob); 2310 int res = REAL(glob)(pattern, flags, errfunc, pglob); 2351 int (*errfunc)(const char *epath, int eerrno), 2354 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob); 2366 int res = REAL(glob)(pattern, flags, errfunc, pglob); 2387 int (*errfunc)(const char *epath, int eerrno), 2390 COMMON_INTERCEPTOR_ENTER(ctx, glob64, pattern, flags, errfunc, pglob); 2402 int res = REAL(glob64)(pattern, flags, errfunc, pglob);
|