| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | 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()
|
| H A D | ra_serf.h | 1658 svn_ra_serf__stream_bucket_errfunc_t errfunc,
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sftp-glob.c | 138 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob() 149 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | 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()
|
| H A D | ldo.c | 425 L->errfunc = ci->u.c.old_errfunc; in finishCcall() 483 L->errfunc = ci->u.c.old_errfunc; in recover() 611 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() 612 L->errfunc = ef; in luaD_pcall() 623 L->errfunc = old_errfunc; in luaD_pcall() 682 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| H A D | 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()
|
| H A D | lstate.h | 174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
| H A D | lstate.c | 217 L->errfunc = 0; in preinit_state()
|
| H A D | lua.h | 256 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldo.c | 527 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */ in finishCcall() 593 L->errfunc = ci->u.c.old_errfunc; in recover() 727 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() 728 L->errfunc = ef; in luaD_pcall() 739 L->errfunc = old_errfunc; in luaD_pcall() 793 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| H A D | ldebug.c | 641 if (L->errfunc != 0) { /* is there an error handling function? */ in luaG_errormsg() 642 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local 644 setobjs2s(L, L->top - 1, errfunc); /* push function */ in luaG_errormsg()
|
| H A D | lapi.c | 948 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk() argument 959 if (errfunc == 0) in lua_pcallk() 962 StkId o = index2addr(L, errfunc); in lua_pcallk() 963 api_checkstackindex(L, errfunc, o); in lua_pcallk() 977 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk() 978 L->errfunc = func; in lua_pcallk() 983 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
|
| H A D | lstate.h | 194 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
| H A D | lstate.c | 238 L->errfunc = 0; in preinit_thread()
|
| H A D | lua.h | 276 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | glob.c | 170 int (*errfunc)(const char *, int), in glob() 185 pglob->gl_errfunc = errfunc; in glob()
|
| H A D | glob.hin | 63 /* Copy of errfunc parameter to glob. */
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | glob.c | 293 glob(const char *pattern, int flags, int (*errfunc) (const char *, int), in glob() 311 pglob->gl_errfunc = errfunc; in glob()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | glob.c | 178 glob(const char *pattern, int flags, int (*errfunc)(const char *, int), in glob() 198 pglob->gl_errfunc = errfunc; in glob()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | glob.c | 188 int (*errfunc)(const char *, int), glob_t * __restrict pglob) in glob() 211 pglob->gl_errfunc = errfunc; in glob()
|
| H A D | glob-compat11.c | 157 int (*errfunc)(const char *, int), glob11_t * __restrict pglob) in freebsd11_glob() 180 pglob->gl_errfunc = errfunc; in freebsd11_glob()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2257 int (*errfunc)(const char *epath, int eerrno), 2260 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob); 2262 int res = REAL(glob)(pattern, flags, errfunc, pglob); 2303 int (*errfunc)(const char *epath, int eerrno), 2306 COMMON_INTERCEPTOR_ENTER(ctx, glob, pattern, flags, errfunc, pglob); 2318 int res = REAL(glob)(pattern, flags, errfunc, pglob); 2339 int (*errfunc)(const char *epath, int eerrno), 2342 COMMON_INTERCEPTOR_ENTER(ctx, glob64, pattern, flags, errfunc, pglob); 2354 int res = REAL(glob64)(pattern, flags, errfunc, pglob);
|