Searched defs:aLen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsecutil.c14 char* hexa_print(char *aString, int aLen) argument
19 if ((res = (char *)calloc (aLen*2 + 1, 1 )) == NULL){
23 if (aLen < 1)
28 aLen--;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c61 hex2ascii(char *aString, int aLen) argument
66 if ((res = (char *)calloc(aLen*2 + 1, 1)) == NULL) {
70 if (aLen < 1)
75 aLen--;

Completed in 70 milliseconds