Home
last modified time | relevance | path

Searched defs:ISSPACE (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/diff/lib/
HDprepargs.c40 #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) macro
/freebsd-14-stable/sbin/ipf/libipf/
HDinet_addr.c81 #define ISSPACE(x) isspace((u_char)(x)) macro
/freebsd-14-stable/contrib/nvi/common/
HDmultibyte.h51 #define ISSPACE iswspace macro
85 #define ISSPACE isspace macro
/freebsd-14-stable/contrib/tcsh/
HDvms.termcap.c30 #define ISSPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
HDgethost.c50 #define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n') macro
/freebsd-14-stable/contrib/sendmail/makemap/
HDmakemap.c61 #define ISSPACE(c) (ISASCII(c) && isspace(c)) macro
/freebsd-14-stable/contrib/ntp/ntpdc/
HDntpdc.c224 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c424 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_config.c151 #define ISSPACE(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h602 #define ISSPACE(x) isspace((u_char)(x)) macro