Home
last modified time | relevance | path

Searched defs:is_whitespace (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/net/wanboot/
H A Dbootconf.c42 #define is_whitespace(c) ((c) == ' ' || (c) == '\t') macro
/titanic_44/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c2530 is_whitespace(int c) in is_whitespace() function