Searched refs:nresults (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_iconv.h58 size_t * __restrict nresults)
66 outbytes, flags, nresults);
53 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, const char * __restrict * __restrict in, size_t * __restrict inbytes, char * __restrict * __restrict out, size_t * __restrict outbytes, uint32_t flags, size_t * __restrict nresults) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dresult.c118 register_table(unsigned int base, unsigned int nresults, const char **text, argument
124 REQUIRE(nresults <= ISC_RESULTCLASS_SIZE);
135 table->last = base + nresults - 1;
210 isc_result_register(unsigned int base, unsigned int nresults, argument
215 return (register_table(base, nresults, text, msgcat, set));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dresult.c117 register_table(unsigned int base, unsigned int nresults, const char **text1, argument
123 REQUIRE(nresults <= ISC_RESULTCLASS_SIZE);
134 table->last = base + nresults - 1;
209 isc_result_register(unsigned int base, unsigned int nresults, argument
214 return (register_table(base, nresults, text1, msgcat, set));
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos.c49 int nresults; member in struct:apropos_flags
116 aflags.nresults = atoi(optarg);
120 aflags.nresults = -1; // Fetch all records
171 args.nrec = aflags.nresults ? aflags.nresults : 10;
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/isc-dhcp/
H A Dresult.h112 unsigned int nresults,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dresult.h106 isc_result_register(unsigned int base, unsigned int nresults,
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dresult.h104 isc_result_register(unsigned int base, unsigned int nresults,
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dldo.c266 int luaD_precall (lua_State *L, StkId func, int nresults) { argument
297 ci->nresults = nresults;
317 ci->nresults = nresults;
352 wanted = ci->nresults;
445 LUA_API int lua_yield (lua_State *L, int nresults) { argument
446 luai_userstateyield(L, nresults);
450 L->base = L->top - nresults; /* protect stack slots below */
H A Dldo.h44 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
H A Dlapi.c778 LUA_API void lua_call (lua_State *L, int nargs, int nresults) { argument
782 checkresults(L, nargs, nresults);
784 luaD_call(L, func, nresults);
785 adjustresults(L, nresults);
796 int nresults; member in struct:CallS
802 luaD_call(L, c->func, c->nresults);
807 LUA_API int lua_pcall (lua_State *L, int nargs, int nresults, int errfunc) { argument
813 checkresults(L, nargs, nresults);
822 c.nresults = nresults;
[all...]
H A Dlua.h203 LUA_API void (lua_call) (lua_State *L, int nargs, int nresults);
204 LUA_API int (lua_pcall) (lua_State *L, int nargs, int nresults, int errfunc);
215 LUA_API int (lua_yield) (lua_State *L, int nresults);
H A Dlcode.h64 LUAI_FUNC void luaK_setreturns (FuncState *fs, expdesc *e, int nresults);
H A Dlstate.h55 int nresults; /* expected number of results from this function */ member in struct:CallInfo
H A Dlcode.c282 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { argument
284 SETARG_C(getcode(fs, e), nresults+1); local
287 SETARG_B(getcode(fs, e), nresults+1); local
H A Dlvm.c586 int nresults = GETARG_C(i) - 1; local
589 switch (luaD_precall(L, ra, nresults)) {
596 if (nresults >= 0) L->top = L->ci->top;
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_evenodd_dagfuncs.c658 int i, prm, sector, nresults = node->numResults; local
712 if (nresults == 1) {
739 RF_ASSERT(nresults == 2);
776 if (nresults == 2)
788 RF_ASSERT(nresults == 1 || nresults == 2);
789 if (nresults == 1) {
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y853 * results. The variable nresults determines how many returns we expect
858 do_function_call(size_t nresults)
866 assert(nresults <= MAX_RESULTS);
886 "reported %zu\n", nresults, returns_count.return_len);
977 if (returns_count.return_len != nresults)
979 "but received %zu", nresults, returns_count.return_len);
982 for (i = 0; i < nresults; i++) {
998 for (i = 0; i < nresults; i++) {

Completed in 233 milliseconds