Home
last modified time | relevance | path

Searched defs:alphachar (Results 1 – 23 of 23) sorted by relevance

/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/
H A Dres_hnok.c74 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/dns/libasr/libasr-1.0.4/openbsd-compat/
H A Dres_hnok.c75 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/dns/libasr-devel/libasr-201602131606/openbsd-compat/
H A Dres_hnok.c75 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Dasciitype.h44 #define alphachar(c) (asciichar(c)&&(class_char[c]&(C_UPPER|C_LOWER))) macro
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dpost.d/
H A Dasciitype.h44 #define alphachar(c) (asciichar(c)&&(class_char[c]&(C_UPPER|C_LOWER))) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dres_comp.c146 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ in libresolv_hidden_def() macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/resolv/
H A Dres_comp.c165 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/dns/libbind/libbind-6.0/resolv/
H A Dres_comp.c147 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/BsdSocketLib/
H A Dres_comp.c158 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dres_comp.c149 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dres_comp.c149 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dseg.h89 CharPtr alphachar; member
H A Dseg.c1224 CharPtr alphachar; in AA20alpha() local
1300 CharPtr alphachar; in NA4alpha() local
/dports/devel/libdnsres/libdnsres-0.1a/
H A Dres_comp.c353 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dres_comp.c136 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dname.c283 #define alphachar(c) \ macro
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dname.c283 #define alphachar(c) \ macro
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dname.c281 #define alphachar(c) \ macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dname.c281 #define alphachar(c) \ macro
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dname.c303 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Dgetaddrinfo.c386 #define alphachar(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z')) macro
/dports/mail/heirloom-mailx/mailx-12.4/
H A Ddef.h567 #define alphachar(c) (asciichar(c)&&(class_char[c]&(C_UPPER|C_LOWER))) macro
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DTeletext.cpp2181 …int alphachar = RenderChar(m_TextureBuffer+(yoffset)*m_RenderInfo.Width, m_RenderInfo.… in RenderCharIntern() local