Searched refs:len (Results 1726 - 1750 of 3980) sorted by relevance

<<61626364656667686970>>

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Drecttype.sh34 len() function
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c201 size_t len; local
238 len = 2 * sizeof (md5_hash) + 1;
239 if ((branchid = malloc(len)) == NULL)
275 (void) snprintf(&branchid[2 * i], len - (2 * i), "%02x",
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c181 ssize_t len; local
184 if ((len = write(fd, buf, resid)) <= 0)
186 resid -= len;
187 buf = (uchar_t *)buf + len;
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c65 int i, len, n; local
68 len = strlen(str);
75 while (i < len) {
91 if (i < len) {
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtokenize.c36 u8 len; /* Length of this keyword */ member in struct:Keyword
169 aKeywordTable[i].len = strlen(aKeywordTable[i].zName);
170 h = sqliteHashNoCase(aKeywordTable[i].zName, aKeywordTable[i].len);
182 if( p->len==n && sqliteStrNICmp(p->zName, z, n)==0 ){
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c189 int len; local
195 len = wctomb(mb, (wchar_t) wc);
197 return len < 0 ? 0 : len;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetn_ws.c204 int len; local
210 len = wctomb(mb, (wchar_t) wc);
212 return ((len < 0) ? 0 : len);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log.cc345 int len, cpstat; local
355 len = strlen(filename);
356 tmplog = new char[len + sizeof (".tmp")];
363 stablelog = new char[len + sizeof (".stable")];
H A Dldap_nisdbquery.h43 item *buildItem(int len, void *value);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndrel.c88 ctlbuf.len = (int)sizeof (struct T_ordrel_req);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c76 int len, int af);
217 * int len, int af)
222 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) { argument
234 len == ho->h_length) {
236 if (memcmp(*p, addr, len) == 0)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h121 int len; /* no. of bytes returned */ member in struct:strbuf
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c255 size_t len; local
257 len = strlen(s);
259 if ((mon_out = libc_malloc(len + strlen(___Argv[0]) + 15))
266 name = mon_out + len;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlctype.h57 const char **_RESTRICT_KYWD src, size_t nms, size_t len,
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c687 if ((outbuf->buf = malloc(inbuf->len)) == NULL) {
691 outbuf->len = inbuf->len;
692 outbuf->maxlen = inbuf->len;
693 (void) memcpy(outbuf->buf, inbuf->buf, inbuf->len);
1128 nxb->len = nxa->len;
1153 memcpy(nxb->buf, nxa->buf, nxb->len);
1353 int len; local
1373 len
1403 int len; local
[all...]
/illumos-gate/usr/src/common/crypto/padding/
H A Dpadding.h59 void kmemset(uint8_t *buf, char pattern, size_t len);
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c48 isqualifier(const char *s, size_t len) argument
61 int h = s[len - 1] + (int)len - 105;
65 len == qp->q_len && strncmp(qp->q_name, s, qp->q_len) == 0);
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.h102 char *buf, size_t len);
/illumos-gate/usr/src/head/
H A Dnss_netdir.h100 int len; member in struct:nss_netdirbyaddr_in::__anon2313::__anon2314::__anon2315
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c57 int len; local
76 if ((len = getgroups(maxgrp, list)) != -1)
77 while (len-- > 0)
78 if (list[len] == 14)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h65 void (*incomp) __P((void *state, u_char *mp, int len));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c176 int len; local
178 len = mbtowc(&wc, text, mb_cur_max);
187 } while (--len > 0);
193 text += len;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c186 int len; local
192 len = strlen(keystore_name) + sizeof (".XXXXXX");
193 tmp_path = alloca(len);
194 (void) snprintf(tmp_path, len, "%s.XXXXXX", keystore_name);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c266 int status, len, pcnt; local
298 if ((len = strlen(argv[optind])) +
301 address_port[len] = ' ';
302 (void) strcpy(address_port + len + 1, argv[optind + 1]);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c301 int len; local
305 len = blklen(list);
307 xcalloc((uint_t)(len + 1), sizeof (char **));
308 while (len--)

Completed in 165 milliseconds

<<61626364656667686970>>