Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c56 #define ISBLANK(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') /* not "\r\v\f" */ macro
104 while ( ISBLANK( *line ) ) { in str_parse_line()
127 for ( p = s - 1; p > line && ISBLANK( *p ); p-- ) { in str_parse_line()
143 while ( ISBLANK( *s ) ) { in str_parse_line()
291 if ( ISBLANK( c ) && c != '\n' ) { in str_getline()