Home
last modified time | relevance | path

Searched refs:at_start (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c186 int enclosed, secure, i, nattrs, at_start; in nsldapi_url_parse() local
363 at_start = 1; in nsldapi_url_parse()
365 if ( at_start ) { in nsldapi_url_parse()
373 at_start = 0; in nsldapi_url_parse()
375 at_start = 1; in nsldapi_url_parse()
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2717 compare(char *s1, char *s2, short at_start) in compare() argument
2724 if (at_start && s == s2 && !letter(*s2) && !digit(*s2)) in compare()
2743 if (at_start && s == s2 && !letter(*s2) && !digit(*s2)) in compare()