Home
last modified time | relevance | path

Searched defs:ISWHITE (Results 1 – 22 of 22) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/include/inn/
H A Dlibinn.h187 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
/dports/news/inn/inn-2.6.4/include/inn/
H A Dlibinn.h184 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpbmminkowski.c18 #define ISWHITE(x) ((x) == PBM_WHITE) macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libndb/
H A Dndbhf.h19 #define ISWHITE(x) ((x) == ' ' || (x) == '\t' || (x) == '\r') macro
/dports/sysutils/shlock/inn-2.6.4/include/inn/
H A Dlibinn.h184 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dacl.c172 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
/dports/www/cadaver/cadaver-0.23.3/src/
H A Dcmdline.c82 #define ISWHITE(x) (x==' ' || x=='\t') in gettoken() macro
/dports/devel/tclreadline/tclreadline-2.3.8/
H A Dtclreadline.c65 #define ISWHITE(c) ((' ' == c) || ('\t' == c) || ('\n' == c)) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dmacro.c80 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dmacro.c81 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dmacro.c80 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/misc/gnuls/coreutils-8.30/src/
H A Dmd5sum.c298 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dmd5sum.c301 #define ISWHITE(c) ((c) == ' ' || (c) == '\t') macro
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dmacro.c84 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/binutils/binutils-2.37/gas/
H A Dmacro.c32 #define ISWHITE(x) ((x) == ' ' || (x) == '\t') macro
/dports/devel/dbus/dbus-1.12.20/bus/
H A Dsignals.c530 #define ISWHITE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/marshal/
H A Dmarshal.c1538 #define ISWHITE(p) ((p)==' ' || (p)=='\t' || (p)=='\n' || (p)=='\r') macro
/dports/lang/see/see-3.1.1424/libsee/
H A Dobj_Date.c677 #define ISWHITE(c) (s[i] == ' ' || s[i] == '\t') macro