Searched refs:next_line_tokens (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dsrchpref.c49 int next_line_tokens();
54 int next_line_tokens( char **bufp, ssize_t *blenp, char ***toksp );
128 if ( next_line_tokens( &buf, &buflen, &toks ) != 2 ||
264 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
281 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) < 1 ) {
299 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
310 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
321 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
332 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
343 if (( tokcnt = next_line_tokens( buf
[all...]
H A Ddsparse.c48 int next_line_tokens();
52 int next_line_tokens( char **bufp, ssize_t *blenp, char ***toksp );
60 next_line_tokens( char **bufp, ssize_t *blenp, char ***toksp ) function
H A Ddisptmpl.c49 int next_line_tokens();
54 int next_line_tokens( char **bufp, ssize_t *blenp, char ***toksp );
183 if ( next_line_tokens( &buf, &buflen, &toks ) != 2 ||
495 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
511 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
522 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
533 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) < 1 ) {
550 while (( tokcnt = next_line_tokens( bufp, blenp, &toks )) > 0 ) {
573 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
588 if (( tokcnt = next_line_tokens( buf
[all...]
H A Dgetfilter.c51 int next_line_tokens( char **bufp, ssize_t *blenp, char ***toksp );
55 int next_line_tokens();
130 while ( buflen > 0 && ( tokcnt = next_line_tokens( &buf, &buflen, &tok ))

Completed in 30 milliseconds