Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c183 int enclosed, secure, i, nattrs, at_start; in nsldapi_url_parse() local
360 at_start = 1; in nsldapi_url_parse()
362 if ( at_start ) { in nsldapi_url_parse()
370 at_start = 0; in nsldapi_url_parse()
372 at_start = 1; in nsldapi_url_parse()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2707 compare(char *s1, char *s2, short at_start) in compare() argument
2714 if (at_start && s == s2 && !letter(*s2) && !digit(*s2)) in compare()
2733 if (at_start && s == s2 && !letter(*s2) && !digit(*s2)) in compare()