HomeSort by relevance Sort by last modified time
    Searched refs:errfunc (Results 1 - 11 of 11) sorted by null

  /ndk/sources/host-tools/make-3.81/glob/
glob.c 299 int (*errfunc) (const char *, int),
355 If a directory cannot be opened or read and ERRFUNC is not nil,
362 glob (pattern, flags, errfunc, pglob)
365 int (*errfunc) __P ((const char *, int));
422 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
436 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
473 | GLOB_APPEND), errfunc, pglob);
595 int val = glob (dirname, flags | GLOB_MARK, errfunc, pglob);
863 errfunc, &dirs);
892 errfunc, pglob)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 561 if (L->errfunc != 0) { /* is there an error handling function? */
562 StkId errfunc = restorestack(L, L->errfunc); local
563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
565 setobjs2s(L, L->top - 1, errfunc); /* push function */
lstate.h 174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State
ldo.c 408 L->errfunc = ci->u.c.old_errfunc;
466 L->errfunc = ci->u.c.old_errfunc;
593 ptrdiff_t old_errfunc = L->errfunc;
594 L->errfunc = ef;
605 L->errfunc = old_errfunc;
664 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
lapi.c 928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc,
939 if (errfunc == 0)
942 StkId o = index2addr(L, errfunc);
943 api_checkstackindex(L, errfunc, o);
958 ci->u.c.old_errfunc = L->errfunc;
959 L->errfunc = func;
964 L->errfunc = ci->u.c.old_errfunc;
lstate.c 217 L->errfunc = 0;
lua.h 257 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 20 def errfunc(*args): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 20 def errfunc(*args): function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c     [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 122 int errfunc(const char *epath, int eerrno),
    [all...]

Completed in 369 milliseconds