Home
last modified time | relevance | path

Searched refs:isalnum (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcctype19 int isalnum(int c);
46 #ifdef isalnum
47 #undef isalnum
103 using ::isalnum;
H A Dctype.h42 #undef isalnum
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dreadhex.c74 if(!isalnum((unsigned char)*p)) in hex_to_buf()
78 log_assert(*p && isalnum((unsigned char)*p)); in hex_to_buf()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_342.c17 int isalnum(int);
41 isalnum(c); in cover_is_ctype_function()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dascase.c375 if (isalnum ((int) *(SubBuffer-1)) || in AsMixedCaseToUnderscores()
403 while ((isalnum ((int) *TokenEnd)) || in AsMixedCaseToUnderscores()
595 while ((isalnum ((int) *TokenEnd)) || (*TokenEnd == '_')) in AsUppercaseTokens()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h41 #undef isalnum
42 #define isalnum(c) ISALNUM(c) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Durl.c198 (isalnum((unsigned char)c) || IS_MARK(c) || (c) == '%' || \
204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-')
209 (isalnum((unsigned char)c) || (c) == '.' || (c) == '-' || (c) == '_')
437 if (isalnum((unsigned char)ch) || ch == '%' || ch == '.' || in http_parse_host_char()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Durl.c198 (isalnum((unsigned char)c) || IS_MARK(c) || (c) == '%' || \
204 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-')
208 (isalnum((unsigned char)c) || (c) == '.' || (c) == '-' || (c) == '_')
436 if (isalnum((unsigned char)ch) || ch == '%' || ch == '.' || in http_parse_host_char()
/netbsd-src/lib/libform/
H A Dtype_alnum.c118 while(isalnum((unsigned char)buf[cur])) in alnum_check_field()
158 return (isalnum(c) ? TRUE : FALSE); in alnum_check_char()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h125 #undef isalnum
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-src/bin/csh/
H A Dchar.h73 (isalnum((unsigned char) (c)) || (c) == '_'))
83 #define Isalnum(c) (((c) & QUOTE) ? 0 : isalnum((unsigned char) (c)))
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h125 #undef isalnum
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h125 #undef isalnum
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h125 #undef isalnum
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_lex.c98 } while( isalnum(c) || c == '_' ); in yylex()
132 && !(isalnum((unsigned char)lp[1]) || lp[1] == '_') ){ in yylex()
/netbsd-src/usr.bin/whatis/
H A Dwhatis.c204 for (; *bp && *bp != '[' && !isalnum((unsigned char)*bp); ++bp); in match()
210 isalnum((unsigned char) *bp)); ++bp); in match()
/netbsd-src/games/fortune/strfile/
H A Dstrfile.c205 for (nsp = sp; !isalnum((unsigned char)*nsp); nsp++) in main()
402 while (!isalnum(c1 = getc(Sort_1)) && c1 != '\0') in cmp_str()
404 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0') in cmp_str()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcctype48 #undef isalnum
64 using ::isalnum;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcctype48 #undef isalnum
64 using ::isalnum;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcctype48 #undef isalnum
64 using ::isalnum;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcctype48 #undef isalnum
64 using ::isalnum;
/netbsd-src/games/warp/
H A Dintrp.c120 for (d=scrbuf; isalnum((unsigned char)*s); s++,d++) in filexp()
167 for (s++; isalnum((unsigned char)*s); s++) *d++ = *s; in filexp()
532 while (*s && !isalnum(*s) && *s != '&') s++; in getrealname()
H A Dwarp.h108 #ifndef isalnum
109 # define isalnum(c) (isalpha(c) || isdigit(c)) macro
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dexpand_path.c55 while (isalnum ((unsigned char) *p) || *p == '_') in variable_set()
264 : !isalnum (name[s]) && name[s] != '_') in expand_path()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h35 using std::isalnum;

12345678910>>...13