Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c41 static int next_line( char **bufp, long *blenp, char **linep );
52 if (( rc = next_line( bufp, blenp, &line )) <= 0 ) { in ldap_next_line_tokens()
95 next_line( char **bufp, long *blenp, char **linep ) in next_line() function