Home
last modified time | relevance | path

Searched refs:IS_ALNUM (Results 1 – 25 of 108) sorted by path

12345

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/conf/
H A Dconf_def.c601 while (IS_ALNUM(conf, *e)) in str_copy()
610 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/devel/idutils/idutils-4.6/src/
H A Dlid.c143 #define IS_ALNUM(c) (isalnum (c) || (c) == '_') macro
1302 if (IS_ALNUM (line[-1])) in word_match()
1311 if (*name == '\0' && !IS_ALNUM (*line)) in word_match()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/
H A Dconf_def.c585 while (IS_ALNUM(conf, *e)) in str_copy()
594 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/
H A Dconf_def.c585 while (IS_ALNUM(conf, *e)) in str_copy()
594 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/
H A Dconf_def.c585 while (IS_ALNUM(conf, *e)) in str_copy()
594 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/
H A Dconf_def.c585 while (IS_ALNUM(conf, *e)) in str_copy()
594 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/
H A Dconf_def.c585 while (IS_ALNUM(conf, *e)) in str_copy()
594 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/
H A Dconf_def.c585 while (IS_ALNUM(conf, *e)) in str_copy()
594 while (IS_ALNUM(conf, *e)) in str_copy()
H A Dconf_def.h35 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_irc.c93 #define IS_ALNUM(c) ( IS_ALPHA(c) || IS_DIGIT(c) ) macro
1749 } else if ( j > 0 && !( IS_ALNUM( c ) || strchr( "-[]\\`_^{|}" , c ) ) ) { in IRC_InitialiseUser()
1756 if ( ! ( c == '-' || c == '.' || c == '_' || IS_ALNUM( c ) ) ) in IRC_InitialiseUser()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_irc.c93 #define IS_ALNUM(c) ( IS_ALPHA(c) || IS_DIGIT(c) ) macro
1749 } else if ( j > 0 && !( IS_ALNUM( c ) || strchr( "-[]\\`_^{|}" , c ) ) ) { in IRC_InitialiseUser()
1756 if ( ! ( c == '-' || c == '.' || c == '_' || IS_ALNUM( c ) ) ) in IRC_InitialiseUser()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Detc.c133 if (IS_ALNUM(**s) || **s == '_' || **s == '/') { in gethtmlcmd()
141 while ((IS_ALNUM(**s) || **s == '_') && p - cmdstr < MAX_CMD_LEN) { in gethtmlcmd()
697 else if (c != '#' && !IS_ALNUM(c) && c != '_') { in next_status()
1846 while (*s && !IS_ALNUM(*s)) in mymktime()
1854 while (*s && !IS_ALNUM(*s)) in mymktime()
1881 while (*s && !IS_ALNUM(*s)) in mymktime()
H A Dfile.c2419 if (IS_ALNUM(*ch))
3562 if (!IS_ALNUM(*q) && *q != '_' && *q != '-') {
H A Dfunc.c461 if (p[0] == 'm' && IS_PRINT(p[1]) && !IS_ALNUM(p[1]) && p[1] != '\\') { in getRegexWord()
H A Dindep.c465 for (p++; IS_ALNUM(*p); p++) ; in getescapechar()
H A Dmailcap.c337 if (!flag && !IS_ALNUM(*s)) in quote_mailcap()
H A Dmain.c2413 return IS_ALNUM(c); in is_wordchar()
H A Dmyctype.h25 #define IS_ALNUM(x) (GET_MYCTYPE(x) & MYCTYPE_ALNUM) macro
H A Durl.c1380 while (*p && (IS_ALNUM(*p) || *p == '.' || *p == '+' || *p == '-')) in getURLScheme()
2242 if (is_url && !IS_ALNUM(last_dot[i])) in filename_extension()

12345