HelenOS sources

isdigit           555 boot/generic/src/printf_core.c 			if (isdigit(uc)) {
isdigit           564 boot/generic/src/printf_core.c 					if (!isdigit(uc))
isdigit           584 boot/generic/src/printf_core.c 				if (isdigit(uc)) {
isdigit           593 boot/generic/src/printf_core.c 						if (!isdigit(uc))
isdigit            38 common/include/ctype.h int isdigit(int);
isdigit          1394 common/printf/printf_core.c 			if (isdigit(uc)) {
isdigit          1403 common/printf/printf_core.c 					if (!isdigit(uc))
isdigit          1423 common/printf/printf_core.c 				if (isdigit(uc)) {
isdigit          1433 common/printf/printf_core.c 						if (!isdigit(uc))
isdigit            59 common/stdc/ctype.c 	return (isalpha(c) || isdigit(c));
isdigit           104 common/stdc/ctype.c 	return isdigit(c) ||
isdigit            56 common/strtol.c 	if (isdigit(c)) {
isdigit            38 kernel/generic/common/include/ctype.h int isdigit(int);
isdigit          1394 kernel/generic/common/printf/printf_core.c 			if (isdigit(uc)) {
isdigit          1403 kernel/generic/common/printf/printf_core.c 					if (!isdigit(uc))
isdigit          1423 kernel/generic/common/printf/printf_core.c 				if (isdigit(uc)) {
isdigit          1433 kernel/generic/common/printf/printf_core.c 						if (!isdigit(uc))
isdigit            59 kernel/generic/common/stdc/ctype.c 	return (isalpha(c) || isdigit(c));
isdigit           104 kernel/generic/common/stdc/ctype.c 	return isdigit(c) ||
isdigit            56 kernel/generic/common/strtol.c 	if (isdigit(c)) {
isdigit           356 uspace/app/calculator/calculator.c 		if (!isdigit(*cp) && *cp != '+' && *cp != '-' &&
isdigit           279 uspace/lib/bithenge/src/script.c 	} else if (isdigit(ch)) {
isdigit           280 uspace/lib/bithenge/src/script.c 		while (isdigit(state->buffer[state->buffer_pos]))
isdigit            38 uspace/lib/c/common/include/ctype.h int isdigit(int);
isdigit          1394 uspace/lib/c/common/printf/printf_core.c 			if (isdigit(uc)) {
isdigit          1403 uspace/lib/c/common/printf/printf_core.c 					if (!isdigit(uc))
isdigit          1423 uspace/lib/c/common/printf/printf_core.c 				if (isdigit(uc)) {
isdigit          1433 uspace/lib/c/common/printf/printf_core.c 						if (!isdigit(uc))
isdigit            59 uspace/lib/c/common/stdc/ctype.c 	return (isalpha(c) || isdigit(c));
isdigit           104 uspace/lib/c/common/stdc/ctype.c 	return isdigit(c) ||
isdigit            56 uspace/lib/c/common/strtol.c 	if (isdigit(c)) {
isdigit           207 uspace/lib/c/generic/stdio/scanf.c 	if (isdigit(**fmt)) {
isdigit           211 uspace/lib/c/generic/stdio/scanf.c 		while (isdigit(**fmt)) {
isdigit           524 uspace/lib/c/generic/stdio/scanf.c 	if (!isdigit(c) || width < 1) {
isdigit           604 uspace/lib/c/generic/stdio/scanf.c 	if (!isdigit(c) || width < 1) {
isdigit           701 uspace/lib/c/generic/stdio/scanf.c 	if (!isdigit(c) || width < 1) {
isdigit           808 uspace/lib/c/generic/stdio/scanf.c 		while (width > 0 && isdigit(c)) {
isdigit           833 uspace/lib/c/generic/time.c 		while (isdigit(*format)) {
isdigit           356 uspace/lib/cpp/include/__bits/locale/ctype.hpp                 else if ((m & digit) != 0 && std::isdigit(c))
isdigit            93 uspace/lib/pcut/src/preproc.c 			|| (inside_identifier && isdigit(c));
isdigit            38 uspace/lib/posix/include/common/ctype.h int isdigit(int);
isdigit           188 uspace/lib/posix/src/fnmatch.c 	{ "digit", isdigit },
isdigit            41 uspace/lib/uri/internal/ctype.h 	return isalpha(c) || isdigit(c) ||
isdigit           162 uspace/lib/uri/uri.c 	while (isalpha(*str) || isdigit(*str) ||
isdigit           232 uspace/lib/uri/uri.c 	if (!isdigit(*str))
isdigit           234 uspace/lib/uri/uri.c 	while (isdigit(*str))
isdigit            82 uspace/srv/vfs/vfs_register.c 		if (!(islower(info->name[i]) || isdigit(info->name[i])) &&
HelenOS homepage, sources at GitHub