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

/osnet-11/usr/src/lib/libldap4/common/
H A Ddsparse.c49 static ssize_t next_line();
53 static ssize_t next_line( char **bufp, ssize_t *blenp, char **linep );
68 if (( rc = next_line( bufp, blenp, &line )) <= 0 ) {
111 next_line( char **bufp, ssize_t *blenp, char **linep ) function
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c44 static int next_line( char **bufp, long *blenp, char **linep );
55 if (( rc = next_line( bufp, blenp, &line )) <= 0 ) {
98 next_line( char **bufp, long *blenp, char **linep ) function
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c669 next_line (struct screen *screen, int update) function
1327 if (! next_line (screen, 1))

Completed in 17 milliseconds