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

/netbsd-current/usr.sbin/inetd/
H A Dparse_v2.c557 int is_blank; local
575 is_blank = isblank((unsigned char)*cp);
578 if (*cp != '=' && !is_blank && *cp != '#') {
595 if (is_blank || save == '#') {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py308 def is_blank(code_point): function
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py308 def is_blank(code_point): function
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c646 is_blank (int c) function
669 { ":blank:]", is_blank },
H A Dregex.c3269 boolean is_blank = STREQ (str, "blank");
3295 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c672 is_blank (int c) function
695 { ":blank:]", is_blank },
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c3341 boolean is_blank = STREQ (str, "blank");
3367 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c3262 boolean is_blank = STREQ (str, "blank");
3288 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3270 boolean is_blank = STREQ (str, "blank");
3296 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3274 boolean is_blank = STREQ (str, "blank");
3300 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3270 boolean is_blank = STREQ (str, "blank");
3296 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c3270 boolean is_blank = STREQ (str, "blank");
3296 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3274 boolean is_blank = STREQ (str, "blank");
3300 || (is_blank && ISBLANK (ch))
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c3274 boolean is_blank = STREQ (str, "blank");
3300 || (is_blank && ISBLANK (ch))

Completed in 316 milliseconds