Home
last modified time | relevance | path

Searched defs:n (Results 126 – 150 of 3082) sorted by relevance

12345678910>>...124

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinchn.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dinnstr.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dinnwstr.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dins_nws.c47 int n; variable
64 int n; variable
83 int n; variable
H A Dinsnstr.c47 int n; variable
64 int n; variable
83 int n; variable
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) argument
258 #define lua_pcall(L,n,r,f) lua_pcallk(L, (n), (r), (f), 0, NULL) argument
272 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) argument
322 #define lua_pop(L,n) lua_settop(L, -(n)-1) argument
330 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) argument
331 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) argument
333 #define lua_isnil(L,n) (lua_type(L, (n)) == LUA_TNIL) argument
334 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) argument
335 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) argument
336 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE) argument
[all …]
H A Dlundump.c36 #define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size)) argument
39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size) argument
88 int n=LoadInt(S); in LoadCode() local
98 int i,n; in LoadConstants() local
137 int i,n; in LoadUpvalues() local
151 int i,n; in LoadDebug() local
H A Dldump.c26 #define DumpMem(b,n,size,D) DumpBlock(b,(n)*(size),D) argument
55 static void DumpVector(const void* b, int n, size_t size, DumpState* D) in DumpVector()
82 int i,n=f->sizek; in DumpConstants() local
111 int i,n=f->sizeupvalues; in DumpUpvalues() local
122 int i,n; in DumpDebug() local
H A Dltablib.c19 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_len(L, n)) argument
120 int n = lua_gettop(L); /* number of elements to pack */ in pack() local
138 unsigned int n; in unpack() local
249 int n = aux_getn(L, 1); in sort() local
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_string.c41 prom_strncpy(register char *s1, register char *s2, size_t n) in prom_strncpy()
72 prom_strncmp(register char *s1, register char *s2, register size_t n) in prom_strncmp()
101 register int n = 0; in prom_strlen() local
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c49 _data_beg(char *v, int n) in _data_beg()
61 _data_end(char *v, int n) in _data_end()
70 _whsp_beg(char *v, int n) in _whsp_beg()
79 _whsp_end(char *v, int n) in _whsp_end()
110 int xmax, ymax, y, n; in _buf_to_win() local
247 int n = (int) (vend - v); in justify() local
272 int n = (int) (vend - v); in unjustify() local
/illumos-gate/usr/src/common/nvpair/
H A Dfnvpair.c216 boolean_t *val, uint_t n) in fnvlist_add_boolean_array()
222 fnvlist_add_byte_array(nvlist_t *nvl, const char *name, uchar_t *val, uint_t n) in fnvlist_add_byte_array()
228 fnvlist_add_int8_array(nvlist_t *nvl, const char *name, int8_t *val, uint_t n) in fnvlist_add_int8_array()
234 fnvlist_add_uint8_array(nvlist_t *nvl, const char *name, uint8_t *val, uint_t n) in fnvlist_add_uint8_array()
240 fnvlist_add_int16_array(nvlist_t *nvl, const char *name, int16_t *val, uint_t n) in fnvlist_add_int16_array()
247 uint16_t *val, uint_t n) in fnvlist_add_uint16_array()
253 fnvlist_add_int32_array(nvlist_t *nvl, const char *name, int32_t *val, uint_t n) in fnvlist_add_int32_array()
260 uint32_t *val, uint_t n) in fnvlist_add_uint32_array()
273 uint64_t *val, uint_t n) in fnvlist_add_uint64_array()
280 char * const *val, uint_t n) in fnvlist_add_string_array()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mover.c1395 ssize_t n; in ndmpd_local_write() local
1504 ssize_t n; in ndmpd_remote_write() local
1543 ssize_t n; in ndmpd_local_read() local
1718 ssize_t n; in ndmpd_remote_read() local
2391 int n; in discard_data() local
2426 int n; in mover_tape_read_one_buf() local
2606 int n; in mover_socket_write_one_buf() local
2978 int n; in mover_tape_write_one_buf() local
3535 int n; in mover_tape_flush_v3() local
3697 int n; in mover_data_read_v3() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpool.c99 static int _sfphead(Sfpool_t* p, Sfio_t* f, int n) in _sfphead()
170 static int _sfpdelete(Sfpool_t* p, Sfio_t* f, int n) in _sfpdelete()
228 reg int n; local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c72 register int n; in fixup() local
196 register int n; in word2posix() local
347 register int n; in native_lc_time() local
518 register int n; in native_lc_time() local
561 ssize_t n; in load() local
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c316 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch()
356 const struct nametable *n; in getnametable() local
382 const struct nametable *n; in cpc_walk_names() local
394 const struct nametable *n; in __cpc_reg_to_name() local
410 const struct nametable *n; in __cpc_name_to_reg() local
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java120 int i, n = msgs.size(); in findServiceTypes() local
176 int i, n = msgs.size(); in findServices() local
253 int i, n = msgs.size(); in findAttributes() local
357 int i, n = msgs.size(); in findAttributes() local
577 int i, n = incoming.size(); in addUnique() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcunion.c43 short n; /* number of streams */ member
49 static ssize_t unwrite(Sfio_t* f, const Void_t* buf, size_t n, Sfdisc_t* disc) in unwrite()
62 static ssize_t unread(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) in unread()
164 int sfdcunion(Sfio_t* f, Sfio_t** array, int n) in sfdcunion()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmblen.c38 mblen_l(const char *s, size_t n, locale_t loc) in mblen_l()
54 mblen(const char *s, size_t n) in mblen()
H A Dwcswidth.c46 wcswidth_l(const wchar_t *pwcs, size_t n, locale_t loc) in wcswidth_l()
61 wcswidth(const wchar_t *pwcs, size_t n) in wcswidth()
H A Dmbrlen.c36 mbrlen_l(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps, in mbrlen_l()
47 mbrlen(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps) in mbrlen()
/illumos-gate/usr/src/test/os-tests/tests/ilstr/
H A Dilstr_basic.c73 for (uint_t n = 0; n < PREALLOC_SZ - 1; n++) { in ist_prealloc_toobig() local
101 for (uint_t n = 0; n < target / 26; n++) { in ist_huge() local
207 for (uint_t n = 0; n < target; n++) { in ist_random() local
233 for (uint_t n = 0; n < ist->ist_trials; n++) { in ist_drive_test() local
/illumos-gate/usr/src/uts/sparc/sys/
H A Dspl.h39 #define ipltospl(n) (n) argument
40 #define spltoipl(n) (n) argument
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsncmp.c43 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
56 wsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wsncmp()
/illumos-gate/usr/src/cmd/oawk/
H A Dtoken.c117 ptoken(int n) in ptoken()
126 tokname(int n) in tokname()

12345678910>>...124