Searched refs:buflenp (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libcontract/common/
H A Ddevice.c69 ct_dev_tmpl_get_minor(int fd, char *buf, size_t *buflenp) argument
71 int ret = ct_tmpl_get_internal_string(fd, CTDP_MINOR, buf, *buflenp);
76 if (ret >= *buflenp) {
77 *buflenp = ret + 1;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c319 add_host_line(char **buffer_end, char **alias_end, int *buflenp, argument
334 if (linelen + 1 >= *buflenp) {
338 *buflenp -= linelen;
342 (*buflenp)--;
345 erange = add_host_line(buffer_end, alias_end, buflenp,
360 if (alen + 1 + (namep - line) >= *buflenp) {
373 *buflenp -= alen;
382 *buflenp -= namep - line + 1;
/osnet-11/usr/src/lib/libldap4/common/
H A Dcharset.c142 * zero-terminated) and buflenp points to the length of the buffer.
145 * non-zero then the original bufp will be freed. *buflenp should be
1088 ldap_t61_to_8859( char **bufp, unsigned int *buflenp, int free_input ) argument
1097 *buflenp, 0, 0 );
1099 len = *buflenp;
1213 *buflenp = len;
1626 ldap_8859_to_t61( char **bufp, unsigned int *buflenp, int free_input ) argument
1634 *buflenp, 0, 0 );
1636 len = *buflenp;
1727 *buflenp
[all...]
H A Dllib-lldap304 int ldap_t61_to_8859( char **bufp, unsigned int *buflenp,
306 int ldap_8859_to_t61( char **bufp, unsigned int *buflenp,
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c114 * zero-terminated) and buflenp points to the length of the buffer.
117 * non-zero then the original bufp will be freed. *buflenp should be
1060 ldap_t61_to_8859( char **bufp, unsigned long *buflenp, int free_input ) argument
1069 *buflenp, 0, 0 );
1071 len = *buflenp;
1185 *buflenp = len;
1598 ldap_8859_to_t61( char **bufp, unsigned long *buflenp, int free_input ) argument
1606 *buflenp, 0, 0 );
1608 len = *buflenp;
1699 *buflenp
[all...]
H A Dldap-int.h853 int ldap_t61_to_8859( char **bufp, unsigned long *buflenp,
855 int ldap_8859_to_t61( char **bufp, unsigned long *buflenp,
H A Dllib-lldap332 int ldap_t61_to_8859(char **bufp, unsigned long *buflenp,
335 int ldap_8859_to_t61(char **bufp, unsigned long *buflenp,
/osnet-11/usr/src/lib/libldap4/include/
H A Dlber.h69 typedef int (*BERTranslateProc)(char **bufp, unsigned int *buflenp,
H A Dldap.h1234 int ldap_t61_to_8859(char **bufp, unsigned int *buflenp,
1236 int ldap_8859_to_t61(char **bufp, unsigned int *buflenp,
/osnet-11/usr/src/head/
H A Dlber.h96 typedef int (*BERTranslateProc)(char **bufp, ber_uint_t *buflenp,
H A Dldap.h818 int ldap_t61_to_8859(char **bufp, unsigned long *buflenp,
820 int ldap_8859_to_t61(char **bufp, unsigned long *buflenp,
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c272 datalink_id_t linkid, void **bufp, size_t inlen, size_t *buflenp,
301 arg.rsize = *buflenp;
343 *buflenp = arg.data_size;
344 } else if (arg.data_size != *buflenp || arg.rbuf != *bufp) {
271 bridge_door_call(const char *instname, bridge_door_type_t dtype, datalink_id_t linkid, void **bufp, size_t inlen, size_t *buflenp, boolean_t is_list) argument
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c1710 char **bufp, size_t *buflenp)
1745 if (nvlist_pack(share, bufp, buflenp, NV_ENCODE_XDR, 0) != 0) {
1709 zfssa_share_storage_write_pack_share(nvlist_t *share, const char *mntpnt, char **bufp, size_t *buflenp) argument

Completed in 123 milliseconds