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

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_attr.c38 * "defaultSearchBase". If deallocate!=0, free 'name'.
41 fullLDAPname(int deallocate, char *name) { argument
45 deallocate));
H A Dldap_util.c256 * NULL pointer or two. If deallocate!=0, free() the input strings.
259 scat(const char *msg, int deallocate, char *s1, char *s2) { argument
265 if (deallocate)
270 if (deallocate)
288 if (deallocate) {
671 trimWhiteSpaces(char *str, int *len, int deallocate) { argument
678 if (deallocate)
706 if (deallocate)

Completed in 22 milliseconds