Searched refs:isalnum (Results 151 - 175 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h573 #define IS_WORD_CHAR(ch) (isalnum (ch) || (ch) == '_')
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y356 if(!isalnum((unsigned char)*p))
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dprint.c97 if (!isalnum((unsigned char)p[i]) && p[i] != '.'){
/netbsd-current/usr.sbin/rwhod/
H A Drwhod.c350 !(isalnum((unsigned char)*name) ||
/netbsd-current/external/bsd/atf/dist/tools/
H A Datf-report.cpp404 } else if (std::isalnum(character) || std::ispunct(character) ||
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c219 *this_file && ! isalnum((unsigned char)*this_file);
/netbsd-current/external/historical/nawk/dist/
H A Dlib.c747 if (!(isalnum((uschar) *s) || *s == '_'))
/netbsd-current/external/bsd/unbound/dist/util/data/
H A Ddname.c663 if(isalnum((unsigned char)*dname)
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dvulnerabilities-file.c239 if (!isalnum((unsigned char)*end_name))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp33 if (std::isalnum(C) || C == '>')
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlocation.c567 || !(isalnum (p[-1]) || p[-1] == '_')))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlocation.c476 || !(isalnum (p[-1]) || p[-1] == '_')))
/netbsd-current/external/bsd/nsd/dist/
H A Dxfrd-disk.c404 if (isalnum((unsigned char)ch) || ch == '-' || ch == '_') {
/netbsd-current/libexec/ftpd/
H A Dftpcmd.y1343 if (isalnum((unsigned char)*p) || *p == '-' || *p == '+' ||
1643 && !isalnum((unsigned char)cmdp[cpos + 3])) {
/netbsd-current/lib/libc/time/
H A Dstrptime.c131 if (!isalnum((unsigned char)*buf))
/netbsd-current/usr.bin/make/
H A Dmake.h1154 ch_isalnum(char ch) { return isalnum((unsigned char)ch) != 0; }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c2047 else if (isalnum(c) || c == '_')
2085 if (isalnum(c))
2771 if (isalnum(c) || c == '_')
/netbsd-current/sys/netinet6/
H A Dicmp6.c1524 #define isalnum(x) (isalpha(x) || ('0' <= (x) && (x) <= '9')) macro
1603 if (!isalpha(p[0]) || !isalnum(p[i - 1]))
1606 if (!isalnum(*p) && *p != '-')
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dld-insn.c106 while (isalnum (*chp) || *chp == '_');
114 while (isalnum (*chp));
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dld-insn.c106 while (isalnum (*chp) || *chp == '_');
114 while (isalnum (*chp));
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dm_vi.c1403 (isalnum( (unsigned char)*end ) || *end == '_') && (newx < this_screen->cols);
/netbsd-current/external/bsd/top/dist/
H A Dap_snprintf.c46 #define ap_isalnum(c) (isalnum(((unsigned char)(c))))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c291 if ((STREQ (str, L_("alnum")) && isalnum ((UCHAR) *n))
/netbsd-current/bin/pax/
H A Dtar.c1355 } else if (!isalnum((unsigned char)line[i]) &&
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c502 for (c = *cp++; isalnum((unsigned char)c) || strchr(" _.$#", c); c = *cp++)

Completed in 294 milliseconds

1234567891011>>