OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isdigit
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/citrus/
citrus_bcs_strtol.c
52
#undef
isdigit
53
#define
isdigit
(c) _bcs_isdigit(c)
macro
citrus_bcs_strtoul.c
57
#undef
isdigit
58
#define
isdigit
(c) _bcs_isdigit(c)
macro
/src/lib/libc/locale/
fix_grouping.c
56
/* don't use libc's
isdigit
, it owes locale. */
57
#define
isdigit
(c) (c >= '0' && c <= '9')
macro
88
if (!
isdigit
((unsigned char)*src)) {
95
if (
isdigit
((unsigned char)*(src+1))) {
/src/sys/sys/
ctype_inline.h
51
#define
isdigit
(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
macro
/src/sys/external/bsd/acpica/dist/include/
acclib.h
176
#define
isdigit
(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI))
macro
/src/sys/lib/libkern/
libkern.h
75
LIBKERN_INLINE int
isdigit
(int) __unused;
183
return (isalpha(ch) ||
isdigit
(ch));
187
isdigit
(int ch)
function in typeref:typename:LIBKERN_INLINE int
195
return (
isdigit
(ch) ||
/src/sys/dev/iscsi/
iscsi_text.c
37
#define
isdigit
(x) ((x) >= '0' && (x) <= '9')
macro
256
if (
isdigit
(c)) {
365
if (!
isdigit
(c))
/src/sys/external/bsd/ipf/netinet/
ip_proxy.h
140
# ifndef
isdigit
141
# define
isdigit
(x) ((x) >= '0' && (x) <= '9')
macro
Completed in 18 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025