Searched refs:len (Results 2076 - 2100 of 3980) sorted by relevance

<<81828384858687888990>>

/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c199 password->len = clientinlen;
214 (char *)password->data, password->len);
223 (char *)password->data, password->len);
479 if (clientoutlen) *clientoutlen = text->password->len;
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h69 char len; member in struct:walk_link
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dget_req.c154 "%s: Fcode from device: len: 0x%x\n", func_name,
165 int len; local
173 if ((buf = pop_a_string(env, &len)) == NULL) {
182 log_message(MSG_INFO, "Fcode %p,%x to file '%s'\n", buf, len, fname);
183 fwrite(buf, len, sizeof (char), fd);
263 debug_msg(DEBUG_FIND_FCODE, "%s: FS dev-id: len: 0x%x\n",
273 debug_msg(DEBUG_FIND_FCODE, "%s: FS cls-id len: 0x%x\n",
281 debug_msg(DEBUG_FIND_FCODE, "%s: DEV fcode len: 0x%x\n",
291 debug_msg(DEBUG_FIND_FCODE, "%s: dropin dev-id len: 0x%x\n",
301 debug_msg(DEBUG_FIND_FCODE, "%s: dropin cls-id len
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c219 size_t len; local
288 len = strlen(label);
289 (void) snprintf(label + len, sizeof (label) - len, "%s %d",
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_cron.c185 int fd, len, r; local
195 len = sprintf(textbuf,
214 if (write(fd, textbuf, len) != len)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c316 int len; local
320 len = isleap_sum(year, base) ?
332 top = bot - (len % DAYSPERWEEK);
335 top += len;
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h66 char len; member in struct:walk_link
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c158 size_t len; local
164 len = strlen(key) + strlen(val) + 2;
165 arg = malloc(len);
167 (void) snprintf(arg, len, "%s=%s", key, val);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c509 int len; local
539 if ((len = mbtowc(&wc, cmdptr, MB_CUR_MAX)) <= 0) {
541 len = 1;
543 cmdptr += len;
746 for (p = cmdptr; p <= cmdend; p += len) {
748 if ((len = mbtowc(&wc_e, p, MB_CUR_MAX)) <= 0) {
750 len = 1;
859 int len; local
884 len = mbtowc(&wchar, p, MB_CUR_MAX);
885 if (len <
1693 int len, n; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.h132 __P((fsm *p, int code, int id, u_char *inp, int len));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c74 int len; local
88 if ((len = recvmsg(ifp->int_sock, &rmsg, 0)) < 0) {
96 if (len == 0)
121 rip_input(&from, len, *(uint_t *)hopcntopt, ifp);
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c572 s_malloc(size_t len) argument
574 void *buf = malloc(len);
584 s_realloc(void *ptr, size_t len) argument
586 void *buf = realloc(ptr, len);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c464 ssize_t len; local
468 len = zone_getattr(ids[i], ZONE_ATTR_ROOT,
470 if (len < 0) {
487 summaries[j].rootpathlen = len;
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.h110 char *rmm_vold_convert_volume_label(const char *name, size_t len);
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c123 ans = memcmp(taddr.addr.buf, baddr->addr.buf, baddr->addr.len);
215 (int)baddr->addr.len)) {
233 tmpaddr.addr.len = tmpaddr.addr.maxlen = 0;
274 (int)baddr->addr.len)) {
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h81 sm_strlcpyn(char *dst, ssize_t len, int n, ...);
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c190 int len; local
199 len = strlen(p);
201 (len > 0) && (len < sizeof (fsname_buf))) {
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c58 int eflag, badchar, baddigit, badlognam, colons, len; variable
263 len = (delim[2] - delim[1]) - 1;
265 if (len > 10 || len < 1)
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c222 int len; local
224 for (cur = line; len = get_param(&param, cur); cur += len) {
235 if (len < 0)
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c541 int len; local
543 len = arglist->arg_nargs + 2;
544 if (arglist->arg_alloc < len) {
545 arglist->arg_alloc = len + arglist->arg_hint;
/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c212 int len; local
219 len = slots * sizeof (tnf_ref32_t);
221 len) != len) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_sa.h130 void zfs_sa_symlink(struct znode *, char *link, int len, dmu_tx_t *);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c212 int *dst_lenp, /* ptr to cur. str len */
218 size_t len; local
270 len = MIN(dst_size - off, SUA_string_len);
271 bcopy((char *)SUA_string, (char *)(dst + off), len);
272 dst[off + len] = '\0';
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c60 size_t len = strlen(name); local
61 if (len < 2 || name[len - 2] != '.') {
66 switch (name[len - 1]) {
/illumos-gate/usr/src/tools/stabs/
H A Dmain.c192 int len; local
206 len = cp - orig;
207 new = (char *)malloc(len);
211 *w = new - (len - 1);

Completed in 143 milliseconds

<<81828384858687888990>>