Searched refs:isalnum (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dreadhex.c74 if(!isalnum((unsigned char)*p))
78 log_assert(*p && isalnum((unsigned char)*p));
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dctype.h16 int isalnum(int c);
42 #undef isalnum macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h35 using std::isalnum;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h35 using std::isalnum;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h41 #undef isalnum macro
42 #define isalnum(c) ISALNUM(c) macro
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_342.c17 int isalnum(int);
40 /* expect+1: warning: argument to 'isalnum' must be 'unsigned char' or EOF, not 'char' [341] */
41 isalnum(c);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dctype.d23 pure int isalnum(int c);
/netbsd-current/usr.bin/vgrind/RETEST/
H A Dretest.c77 if (isalnum(*match))
/netbsd-current/external/cddl/osnet/dist/common/util/
H A Dstrtolctype.h49 #define isalnum(ch) (isalpha(ch) || isdigit(ch)) macro
67 * The following macro is a version of isalnum() that limits alphabetic
/netbsd-current/external/bsd/byacc/dist/
H A Dmstring.c187 if (isalnum(UCH(a[-1])) && isalnum(UCH(*b)))
192 if (isalnum(UCH(b[-1])) && isalnum(UCH(*a)))
/netbsd-current/lib/libc/regex/
H A Dutils.h55 #define iswalnum(a) isalnum(a)
/netbsd-current/lib/libform/
H A Dtype_alnum.c118 while(isalnum((unsigned char)buf[cur]))
158 return (isalnum(c) ? TRUE : FALSE);
/netbsd-current/bin/csh/
H A Dchar.h73 (isalnum((unsigned char) (c)) || (c) == '_'))
83 #define Isalnum(c) (((c) & QUOTE) ? 0 : isalnum((unsigned char) (c)))
/netbsd-current/lib/libc/citrus/
H A Dcitrus_bcs.h56 _CITRUS_BCS_PRED(isalnum, _citrus_bcs_isdigit(c) || _citrus_bcs_isalpha(c))
/netbsd-current/sys/sys/
H A Dctype_inline.h48 #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) macro
/netbsd-current/include/
H A Dctype.h46 int isalnum(int);
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dparseint.c38 if (! isalnum((unsigned char)(string[0])))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h73 if (isalnum(UC) || ispunct(UC)) {
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dparseint.c32 if (!isalnum((unsigned char)(string[0]))) {
/netbsd-current/external/mit/lua/dist/src/
H A Dlctype.h94 #define lislalnum(c) (isalnum(c) || (c) == '_')
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dparseint.c32 if (!isalnum((unsigned char)(string[0]))) {
/netbsd-current/usr.bin/whatis/
H A Dwhatis.c204 for (; *bp && *bp != '[' && !isalnum((unsigned char)*bp); ++bp);
210 isalnum((unsigned char) *bp)); ++bp);
/netbsd-current/usr.sbin/gspa/gspa/
H A Dgsp_lex.c98 } while( isalnum(c) || c == '_' );
132 && !(isalnum((unsigned char)lp[1]) || lp[1] == '_') ){
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h125 #undef isalnum macro
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h125 #undef isalnum macro
126 #define isalnum(c) do_not_use_isalnum_with_safe_ctype macro

Completed in 165 milliseconds

1234567891011>>