isdigit            24 arch/x86/boot/printf.c 	while (isdigit(**s))
isdigit           160 arch/x86/boot/printf.c 		if (isdigit(*fmt))
isdigit           176 arch/x86/boot/printf.c 			if (isdigit(*fmt))
isdigit            47 arch/x86/boot/string.c 	while (isdigit(*s))
isdigit           720 arch/x86/kernel/cpu/mcheck/mce_64.c 	else if (isdigit(str[0]))
isdigit           872 arch/x86/kernel/pci-gart_64.c 		if (isdigit(*p) && get_option(&p, &arg))
isdigit           876 arch/x86/kernel/pci-gart_64.c 	if (isdigit(*p) && get_option(&p, &arg))
isdigit            69 arch/x86/kernel/reboot.c 			if (isdigit(*(str+1))) {
isdigit            71 arch/x86/kernel/reboot.c 				if (isdigit(*(str+2)))
isdigit           424 arch/x86/mm/numa_64.c 		if (*cmdline && isdigit(*cmdline)) {
isdigit           125 crypto/algboss.c 			notnum |= !isdigit(*p);
isdigit           248 fs/binfmt_misc.c 			*p = (c - (isdigit(c) ? '0' : 'A' - 10)) << 4;
isdigit           250 fs/binfmt_misc.c 			*p++ |= c - (isdigit(c) ? '0' : 'A' - 10);
isdigit           724 fs/cifs/cifs_debug.c 		} else if (!isdigit(c)) {
isdigit            59 fs/hppfs/hppfs.c 		if (!isdigit(dentry->d_name.name[i]))
isdigit           788 fs/hugetlbfs/inode.c 			if (!isdigit(*args[0].from))
isdigit           799 fs/hugetlbfs/inode.c 			if (!isdigit(*args[0].from))
isdigit           606 fs/nfsd/nfsctl.c 	if (isdigit(buf[0])) {
isdigit           630 fs/nfsd/nfsctl.c 	if (buf[0] == '-' && isdigit(buf[1])) {
isdigit           127 fs/partitions/check.c 	else if (isdigit(hd->disk_name[strlen(hd->disk_name)-1]))
isdigit           168 fs/partitions/check.c 	if (isdigit(state->name[strlen(state->name)-1]))
isdigit           376 fs/partitions/check.c 	if (isdigit(dname[strlen(dname) - 1]))
isdigit          1613 fs/ubifs/super.c 	if (!isdigit(name[3]))
isdigit          1623 fs/ubifs/super.c 	if (*endptr == '_' && isdigit(endptr[1])) {
isdigit           246 include/acpi/platform/acenv.h #define ACPI_IS_DIGIT(i)        isdigit((int) (i))
isdigit           119 init/do_mounts.c 	while (p > s && isdigit(p[-1]))
isdigit           132 init/do_mounts.c 	if (p < s + 2 || !isdigit(p[-2]) || p[-1] != 'p')
isdigit           277 lib/bitmap.c   #define unhex(c)			(isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10))
isdigit           523 lib/bitmap.c   		if (!isdigit(*bp))
isdigit           528 lib/bitmap.c   			if (!isdigit(*bp))
isdigit            45 lib/parser.c   		if (isdigit(*p))
isdigit           115 lib/swiotlb.c  	if (isdigit(*str)) {
isdigit            60 lib/vsprintf.c 	       (value = isdigit(*cp) ? *cp-'0' : TOLOWER(*cp)-'a'+10) < base) {
isdigit           111 lib/vsprintf.c 	 && (value = isdigit(*cp) ? *cp-'0' : TOLOWER(*cp)-'a'+10) < base) {
isdigit           262 lib/vsprintf.c 	while (isdigit(**s))
isdigit           636 lib/vsprintf.c 		if (isdigit(*fmt))
isdigit           652 lib/vsprintf.c 			if (isdigit(*fmt))
isdigit           964 lib/vsprintf.c 		if (isdigit(*fmt))
isdigit          1059 lib/vsprintf.c                     || (base == 10 && !isdigit(digit))
isdigit          1060 lib/vsprintf.c                     || (base == 8 && (!isdigit(digit) || digit > '7'))
isdigit          1061 lib/vsprintf.c                     || (base == 0 && !isdigit(digit)))
isdigit          2031 mm/mempolicy.c 			while (isdigit(*rest))
isdigit          2118 mm/shmem.c     			if (!isdigit(*options)) {
isdigit           202 net/netfilter/nf_conntrack_ftp.c 	if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) {
isdigit           245 net/netfilter/nf_conntrack_ftp.c 	if (isdigit(delim) || delim < 33 || delim > 126
isdigit           118 net/netfilter/nf_conntrack_sip.c 	while (dptr < limit && isdigit(*dptr)) {
isdigit          1095 net/sunrpc/cache.c #define isodigit(c) (isdigit(c) && c <= '7')
isdigit          1108 net/sunrpc/cache.c 			int byte = isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10;
isdigit          1111 net/sunrpc/cache.c 			byte |= isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10;
isdigit           314 scripts/kconfig/conf.c 			else if (isdigit(line[0]))
isdigit           503 scripts/kconfig/symbol.c 		if (!isdigit(ch))
isdigit           508 scripts/kconfig/symbol.c 			if (!isdigit(ch))
isdigit           735 scripts/mod/modpost.c 	if (*e && isdigit(*e)) {
isdigit           737 scripts/mod/modpost.c 		while (*e && e != sec && isdigit(*e))
isdigit           104 scripts/pnmtologo.c     while (isdigit(c)) {
isdigit           223 scripts/unifdef.c #define endsym(c) (!isalpha((unsigned char)c) && !isdigit((unsigned char)c) && c != '_')
isdigit           692 scripts/unifdef.c 	} else if (isdigit((unsigned char)*cp)) {
isdigit           397 security/device_cgroup.c 	} else if (isdigit(*b)) {
isdigit           411 security/device_cgroup.c 	} else if (isdigit(*b)) {
isdigit           483 sound/core/init.c 	if (isdigit(*spos))