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

/freebsd-10.1-release/contrib/tnftp/src/
H A Dfetch.c101 #define ISLWS(x) ((x)=='\r' || (x)=='\n' || (x)==' ' || (x)=='\t') macro
102 #define SKIPLWS(x) do { while (ISLWS((*x))) x++; } while (0)
131 if (*p != '\0' && !ISLWS(*p))
850 while (len > 0 && (ISLWS(buf[len-1])))
874 while (len > 0 && (ISLWS(buf[len-1])))

Completed in 45 milliseconds