/osnet-11/usr/src/lib/libcontract/common/ |
H A D | device.c | 69 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 D | gethostent.c | 319 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 D | charset.c | 142 * 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 D | llib-lldap | 304 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 D | charset.c | 114 * 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 D | ldap-int.h | 853 int ldap_t61_to_8859( char **bufp, unsigned long *buflenp, 855 int ldap_8859_to_t61( char **bufp, unsigned long *buflenp,
|
H A D | llib-lldap | 332 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 D | lber.h | 69 typedef int (*BERTranslateProc)(char **bufp, unsigned int *buflenp,
|
H A D | ldap.h | 1234 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 D | lber.h | 96 typedef int (*BERTranslateProc)(char **bufp, ber_uint_t *buflenp,
|
H A D | ldap.h | 818 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 D | libdlbridge.c | 272 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 D | libzfs_share.c | 1710 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
|