Searched refs:isalnum (Results 126 - 150 of 286) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/vgrind/
H A Dregexp.c469 if (!isalnum((unsigned char)*s1) && *s1 != '_')
H A Dvfontedpr.c350 #define isidchr(c) (isalnum((unsigned char)(c)) || (c) == '_')
/netbsd-current/sys/arch/hp300/stand/mkboot/
H A Dmkboot.c284 else if (isalnum((unsigned char)*str) || *str == '_')
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dpkg_io.c251 if (!isalnum((unsigned char)(pattern[i])) &&
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dreplay.c648 while(*at && (isalnum((unsigned char)*at) || *at=='_')) {
831 if(*at && (isalnum((unsigned char)*at) || *at=='_')) {
833 while(*at && (isalnum((unsigned char)*at) || *at=='_'))
/netbsd-current/usr.sbin/bootp/common/
H A Dreadfile.c1307 while (isalnum((unsigned char)*hostname) ||
1313 if (!isalnum((unsigned char)hostname[-1])) { /* Last must be alphanumeric */
1663 while ((isalnum((unsigned char)*s) || (*s == '.') ||
/netbsd-current/lib/libskey/
H A Dskeylogin.c470 for (p = pbuf; *p && isalnum((u_char) *p); p++)
/netbsd-current/usr.bin/qsubst/
H A Dqsubst.c195 return (isascii(c) && (isalnum(c) || (c == '_') || (c == '$')));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-regex.c42 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C))
/netbsd-current/external/bsd/flex/dist/src/
H A Dflexdef.h1090 #define b_isalnum(c) (isalnum(c)?true:false)
H A Dinitparse.c1675 { CCL_EXPR(isalnum); }
1719 { CCL_NEG_EXPR(isalnum); }
/netbsd-current/sbin/iscsid/
H A Discsid_main.c111 if (!isalnum((unsigned char) *s) && *s != '-' && *s != '.' && *s != ':')
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_data.c82 if (!isalnum((unsigned char)*p) || len > IFNAMSIZ) {
/netbsd-current/external/bsd/cron/dist/
H A Ddo_command.c669 (isalnum(ch) || (!first && strchr(safe_delim, ch))))
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp64 while (isalnum((LastChar = getchar())))
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp54 while (isalnum((LastChar = getchar())))
/netbsd-current/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c400 else if (isalnum(*str) || *str == '_')
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMemorySpace.cc289 if (isalnum ((int) (*p)) == 0 && *p != '_')
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMemorySpace.cc289 if (isalnum ((int) (*p)) == 0 && *p != '_')
/netbsd-current/external/bsd/mdocml/dist/
H A Dcgi.c325 if (isalnum((unsigned char)*p) == 0 &&
486 if ( ! (isalnum((unsigned char)*frag) ||
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dconflex.c642 } else if (((c == '-') || (c == '_') || isalnum(c))) {
692 (c != '-' && c != '_' && !isalnum(c))) {
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c659 } else if(((c == '-') || (c == '_') || isalnum(c))) {
710 (c != '-' && c != '_' && !isalnum (c))) {
/netbsd-current/lib/libc/gen/
H A DMakefile.inc69 initgroups.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
/netbsd-current/usr.sbin/ofctl/
H A Dofctl.c775 (isalnum((int)ch) || ispunct((int)ch) || ch == ' '))
985 if (isalnum(*str) || ispunct(*str) || *str == ' ')
/netbsd-current/usr.bin/config/
H A Dsem.c448 if (!errored && (!isalnum((unsigned char)*cp) ||
618 if (!isalnum(*p) && *p != '_')
762 if (!isalnum(*p) && *p != '_')

Completed in 239 milliseconds

1234567891011>>