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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1821 if (same_string("base", begin, s1 - begin))
1823 else if (same_string("one", begin, s1 - begin))
1825 else if (same_string("sub", begin, s1 - begin))
2584 * same_string returns true if the second string matches the first.
2589 same_string(const char *s1, const char *s2, int len) function

Completed in 63 milliseconds