Searched defs:lenp (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dnfssys.c42 nfs_getfh(char *path, int vers, int *lenp, char *fhp) argument
48 nga.lenp = lenp;
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c210 socklen_t *lenp, void **databufp)
251 if (lenp) {
252 *lenp = *(p + 1);
258 return ((p - (uint8_t *)extbuf) + 2 + *lenp);
271 socklen_t *lenp, void **databufp)
276 offset = inet6_opt_next(extbuf, extlen, offset, &newtype, lenp,
209 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, socklen_t *lenp, void **databufp) argument
270 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, uint8_t type, socklen_t *lenp, void **databufp) argument
/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c116 * value in `*typep', `*lenp', and `*valuep' respectively, before the current
121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, argument
131 retval = ipmp_read(fd, lenp, sizeof (*lenp), endtp);
135 value = malloc(*lenp);
142 value = alloca(*lenp);
143 (void) ipmp_read(fd, value, *lenp, endtp);
147 retval = ipmp_read(fd, value, *lenp, endtp);
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c95 u_char *lenp; local
130 lenp = cp;
244 PUTSHORT(cp - lenp - INT16SZ, lenp);
282 u_char *cp, *eob, *lenp; local
329 lenp = cp;
380 PUTSHORT(cp - lenp - INT16SZ, lenp);
/osnet-11/usr/src/lib/efcode/engine/
H A Dinterface.c83 pop_a_string(fcode_env_t *env, int *lenp) argument
94 if (lenp)
95 *lenp = len;
103 pop_a_duped_string(fcode_env_t *env, int *lenp) argument
107 str = pop_a_string(env, lenp);
H A Dinteractive.c44 parse_a_string(fcode_env_t *env, int *lenp) argument
47 return (pop_a_string(env, lenp));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c181 const unsigned char **pp, int *lenp)
187 *lenp = 0;
196 *lenp = ns_rr_rdlen(rr);
294 const unsigned char **pp, int *lenp)
304 *lenp = 0;
331 *lenp = rdlen;
180 krb5int_dns_nextans(struct krb5int_dns_state *ds, const unsigned char **pp, int *lenp) argument
293 krb5int_dns_nextans(struct krb5int_dns_state *ds, const unsigned char **pp, int *lenp) argument
H A Dlocaladdr.c281 get_ifconf (int s, size_t *lenp, /*@out@*/ char *buf) argument
282 /*@modifies *buf,*lenp@*/
288 ifc.ifc_len = *lenp;
291 memset(buf, 0, *lenp);
296 *lenp = ifc.ifc_len;
309 get_lifconf (int af, int s, size_t *lenp, /*@out@*/ char *buf) argument
310 /*@modifies *buf,*lenp@*/
318 lifc.lifc_len = *lenp;
321 memset(buf, 0, *lenp);
328 *lenp
337 get_if_laddrconf(int af, int s, size_t *lenp, char *buf) argument
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcanonusr.c96 unsigned *lenp; local
103 lenp = &(oparams->alen);
106 lenp = &(oparams->ulen);
126 user_buf, CANON_BUF_SIZE, lenp);
133 ulen = *lenp;
184 CANON_BUF_SIZE, lenp);
192 CANON_BUF_SIZE, lenp);
204 /* Set the appropriate oparams (lengths have already been set by lenp) */
/osnet-11/usr/src/lib/libldap4/common/
H A Dcharset.c87 ldap_translate_from_t61( LDAP *ld, char **bufp, unsigned int *lenp, argument
105 return( (*decode_proc)( bufp, lenp, free_input ));
107 return( (*ld->ld_lber_decode_translate_proc)( bufp, lenp, free_input ));
113 ldap_translate_to_t61( LDAP *ld, char **bufp, unsigned int *lenp, argument
131 return( (*encode_proc)( bufp, lenp, free_input ));
133 return( (*ld->ld_lber_encode_translate_proc)( bufp, lenp, free_input ));
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c83 ldap_translate_from_t61( LDAP *ld, char **bufp, unsigned long *lenp, argument
86 ber_len_t length = (ber_len_t)*lenp;
97 ldap_translate_to_t61( LDAP *ld, char **bufp, unsigned long *lenp, argument
100 ber_len_t length = (ber_len_t)*lenp;
/osnet-11/usr/src/lib/libdscp/
H A Dlibdscp.c242 dscpAddr(int domain_id, int which, struct sockaddr *saddr, int *lenp) argument
251 if (((saddr == NULL) || (lenp == NULL)) ||
309 *lenp = sizeof (struct sockaddr_in);
500 * Returns: 0 upon success, with 'addr6' and 'lenp' updated.
501 * -1 upon failure, with 'addr6' and 'lenp' undefined.
504 convert_ipv4(struct sockaddr_in *addr, struct sockaddr_in6 *addr6, int *lenp) argument
537 *lenp = sizeof (struct sockaddr_in6);
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c201 get_prop(const char *nodename, const char *propname, size_t *lenp) argument
240 if (lenp != NULL) {
241 *lenp = len;
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c126 ses_node_t *np, size_t *lenp)
140 lenp));
142 *lenp = pp->ssp_len;
125 ses_plugin_page_lookup(ses_plugin_t *sp, ses_snap_t *snap, int pagenum, ses_node_t *np, size_t *lenp) argument
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c1188 hp_pack(hp_node_t root, char **bufp, size_t *lenp) argument
1196 i_hp_dprintf("hp_pack: root=%p, bufp=%p, lenp=%p\n", (void *)root,
1197 (void *)bufp, (void *)lenp);
1199 if ((root == NULL) || (bufp == NULL) || (lenp == NULL)) {
1204 *lenp = 0;
1236 *lenp = len;
1355 i_hp_pack_branch(hp_node_t root, char **bufp, size_t *lenp) argument
1363 *lenp = 0;
1398 *lenp = len;
1414 i_hp_pack_node(hp_node_t node, char **bufp, size_t *lenp) argument
[all...]
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c510 void **respp, size_t *lenp)
515 if (lenp != NULL) {
517 *lenp = ap->sa_response_engine_len;
519 *lenp = ap->sa_response_alloc_len;
509 smp_action_get_response_frame(const smp_action_t *ap, void **respp, size_t *lenp) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c4352 The n is the ANYOF regnode, the p is the target string, lenp
4354 (if the lenp is zero, UTF8SKIP(p) is used),
4360 S_reginclass(pTHX_ register regnode *n, register U8* p, STRLEN* lenp, register bool do_utf8) argument
4372 plen = lenp ? *lenp : UNISKIP(NATIVE_TO_UNI(c));
4374 if (lenp)
4375 *lenp = 0;
4390 if (!match && lenp && av) {
4399 *lenp = len;
4416 if (match && lenp
[all...]
H A Dutf8.c1038 Perl_to_uni_upper(pTHX_ UV c, U8* p, STRLEN *lenp) argument
1041 return to_utf8_upper(p, p, lenp);
1045 Perl_to_uni_title(pTHX_ UV c, U8* p, STRLEN *lenp) argument
1048 return to_utf8_title(p, p, lenp);
1052 Perl_to_uni_lower(pTHX_ UV c, U8* p, STRLEN *lenp) argument
1055 return to_utf8_lower(p, p, lenp);
1059 Perl_to_uni_fold(pTHX_ UV c, U8* p, STRLEN *lenp) argument
1062 return to_utf8_fold(p, p, lenp);
1363 =for apidoc A|UV|to_utf8_case|U8 *p|U8* ustrp|STRLEN *lenp|SV **swash|char *normal|char *special
1369 conversion result to. The "lenp" i
1388 Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *normal, char *special) argument
1490 Perl_to_utf8_upper(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp) argument
1511 Perl_to_utf8_title(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp) argument
1532 Perl_to_utf8_lower(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp) argument
1553 Perl_to_utf8_fold(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp) argument
[all...]
H A Dregcomp.c4392 S_reguni(pTHX_ RExC_state_t *pRExC_state, UV uv, char* s, STRLEN* lenp) argument
4394 *lenp = SIZE_ONLY ? UNISKIP(uv) : (uvchr_to_utf8((U8*)s, uv) - (U8*)s);
H A Dsv.c5602 lenp is non-zero, it does the same to lenp, but this time starting from
5617 Perl_sv_pos_u2b(pTHX_ register SV *sv, I32* offsetp, I32* lenp) argument
5646 if (lenp) {
5649 if (utf8_mg_pos(sv, &mg, &cache, 2, lenp, *lenp + *offsetp, &s, start, send)) {
5650 *lenp -= boffset;
5653 if (!found && *lenp > 0) {
5654 I32 ulen = *lenp;
5660 utf8_mg_pos_init(sv, &mg, &cache, 2, lenp,
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c949 conv_macro(const char *str, uint32_t len, uint32_t *lenp) argument
959 *lenp = 0;
1020 *lenp = (uint32_t)ltbl[bias + idx];

Completed in 195 milliseconds