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

/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c52 #define ISBLANK(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') /* not "\r\v\f" */ macro
100 while ( ISBLANK( *line ) ) {
123 for ( p = s - 1; p > line && ISBLANK( *p ); p-- ) {
139 while ( ISBLANK( *s ) ) {
287 if ( ISBLANK( c ) && c != '\n' ) {

Completed in 20 milliseconds