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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c2042 fmt->match.berString = s_strndup(s, 1);
2050 s_strndup(s, 1);
2228 fmt->match.berString = s_strndup(s, 1);
2458 s_strndup(const char *s, int n) function
2526 return (s != NULL ? s_strndup(s, strlen(s)) : NULL);

Completed in 63 milliseconds