Searched defs:ISSPACE (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/diff/lib/
H A Dprepargs.c40 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dinet_addr.c82 #define ISSPACE(x) isspace((u_char)(x)) macro
/freebsd-13-stable/contrib/tcsh/
H A Dvms.termcap.c30 #define ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
H A Dgethost.c50 #define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n') macro
/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h51 #define ISSPACE iswspace macro
85 #define ISSPACE isspace macro
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c153 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c422 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h610 #define ISSPACE(x) isspace((u_char)(x)) macro

Completed in 104 milliseconds