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

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1818 if (same_string("base", begin, s1 - begin))
1820 else if (same_string("one", begin, s1 - begin))
1822 else if (same_string("sub", begin, s1 - begin))
2581 * same_string returns true if the second string matches the first.
2586 same_string(const char *s1, const char *s2, int len) function

Completed in 28 milliseconds