Home
last modified time | relevance | path

Searched refs:IS_ALNUM (Results 26 – 50 of 108) sorted by relevance

12345

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/conf/
H A Dconf_def.h36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/conf/
H A Dconf_def.h36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/conf/
H A Dconf_def.h36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/conf/
H A Dconf_def.h36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/security/openssl-devel/openssl-3.0.2/crypto/conf/
H A Dconf_def.h36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtscharset.c63 #define IS_ALNUM(C) ( ((C) >= 'A' && (C) <= 'Z') || ((C) >= 'a' && (C) <= 'z') || ((C) >= '0' && (C… macro
69 for(; a[i] != '\0' && !IS_ALNUM(a[i]); i++) ; in hts_equalsAlphanum()
70 for(; b[j] != '\0' && !IS_ALNUM(b[j]); j++) ; in hts_equalsAlphanum()
82 #undef IS_ALNUM
/dports/japanese/w3m/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()
/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()
/dports/www/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()
/dports/www/w3m/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()
/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Dxskip.h64 #define IS_ALNUM(c) (IS_ALPHA(c) || IS_DIGIT(c)) 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/mail/enma/enma-1.2.0/libsauth/src/
H A Dxskip.c873 for (p = head; p < tail && IS_ALNUM(*p); ++p); in XSkip_alnumBlock()
1325 for (++p; p < tail && IS_ALNUM(*p); ++p); in XSkip_alphaAlnum()
/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()
/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()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/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()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/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()
/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()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_printf_term.c102 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro
203 if (!IS_ALNUM(c) && (c != '_')) { in print_atom_name()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_printf_term.c102 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro
203 if (!IS_ALNUM(c) && (c != '_')) { in print_atom_name()
/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()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/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()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/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()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/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()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/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()

12345