OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISALPHA
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/libc/gen/
h_ctype_abuse.c
53
M(
ISALPHA
,
isalpha
) \
/src/sys/external/bsd/ipf/netinet/
ip_irc_pxy.c
99
if (!
ISALPHA
(c))
124
if (!
ISALPHA
(c))
ip_scan.c
81
# ifndef
isalpha
82
# define
isalpha
(x) (((x) >= 'A' && 'Z' >= (x)) || \
macro
328
if (!
ISALPHA
(*up) || ((*s & 0x5f) != (*up & 0x5f)))
ip_ftp_pxy.c
608
if (
ISALPHA
(c)) {
1059
if (
ISALPHA
(c)) {
1063
if (
ISALPHA
(c)) {
1067
if (
ISALPHA
(c)) {
1071
if (
ISALPHA
(c)) {
ip_compat.h
704
#define
ISALPHA
(x)
isalpha
((u_char)(x))
/src/libexec/makewhatis/
makewhatis.c
120
#define
ISALPHA
(c)
isalpha
((unsigned char)(c))
681
ISALPHA
(ptr[length - 2]))
/src/sys/kern/
tty.c
144
#define
ISALPHA
(c) (char_type[(c) & TTY_CHARMASK] & ALPHA)
809
ctype =
ISALPHA
(c);
819
(alt == 0 ||
ISALPHA
(c) == ctype));
Completed in 20 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025