Searched refs:isdigit (Results 26 - 50 of 96) sorted by relevance

1234

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-prs.c31 # define ISDIGIT(Ch) isdigit (Ch)
H A Dprintf_fphex.c444 ^ (isdigit (numstr[precision - 1]) == 0)))
447 ^ (isdigit (leading) == 0)))))))
/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp205 if (argc > 1 && (!strcmp(argv[1], "false") || (isdigit(argv[1][0]) && atoi(argv[1]) == 0)))
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_ttl.c118 if (isdigit(ch)) {
/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp144 else if (isdigit(c)) {
/haiku/src/bin/
H A Dchop.c98 if (!isdigit(*num))
H A Dhd.c65 if (!isdigit(*num))
H A Dfdinfo.cpp133 if (isdigit(argv[1][0]))
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c67 while (isdigit((unsigned char)*fmt)) { \
208 if (isdigit((unsigned char)*fmt)) {
219 if (!isdigit((unsigned char)*++fmt))
228 if (!isdigit((unsigned char)*++fmt))
/haiku/src/kits/tracker/
H A DTrackerString.cpp203 || (isdigit(start) && isdigit(stop))) {
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_cidr_pton.c103 while (ch = *src++, (isascii(ch) && isdigit(ch))) {
112 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp52 if (!isdigit(buffer[len - 1])) {
82 if (!isdigit(buffer[i]))
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp224 || !isdigit(*userID) || !isdigit(*groupID)
299 if (groupID == NULL || (nameLen = strlen(name)) == 0 || !isdigit(*groupID)
/haiku/src/bin/unzip/
H A Dtimezone.c262 while ((c = *strp) != '\0' && !isdigit(c) && c != ',' && c != '-' &&
277 if (strp == NULL || !isdigit(c = *strp))
285 } while (isdigit(c));
373 } else if (isdigit(*strp)) {
/haiku/src/tests/system/network/tcptester/
H A Dtcptester.cpp40 while (isdigit(ctx->buffer[ctx->index])) {
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp686 if (*++argv == NULL || !isdigit(**argv))
694 if (*++argv == NULL || !isdigit(**argv))
702 if (*++argv == NULL || !isdigit(**argv))
710 if (*++argv == NULL || !isdigit(**argv))
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp196 else if (isdigit(*argv[1]))
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h176 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrsuppt.c277 if (!isdigit ((int) *String))
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp444 while (string[start] != '\0' && !isdigit(string[start]))
452 while (string[end] != '\0' && isdigit(string[end]))
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp473 else if (!strncmp(name, "ppp", 3) && strlen(name) > 3 && isdigit(name[3]))
475 else if (isdigit(name[0]))
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1408 else if (isdigit(argv[1][0]))
1471 if (argc > 1 && isdigit(argv[1][0])) {
1508 if (argc != 2 || !isdigit(argv[1][0])) {
1602 } else if (isdigit(argv[1][0])) {
1659 } else if (isdigit(argv[1][0])) {
1696 } else if (isdigit(argv[1][0])) {
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y360 if (!isdigit(*p))
366 if (!isdigit(*p))
1396 if (isdigit(cbuf[cpos])) {
1398 while (isdigit(cbuf[++cpos]))
1411 if (isdigit(cbuf[cpos])) {
1413 while (isdigit(cbuf[++cpos]))
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp423 if (!isdigit(fileName[k])) {
483 if (!isdigit(fileName[k])) {
/haiku/src/libs/mapm/
H A Dmapm_fpf.c173 if (isdigit((int)ch))

Completed in 245 milliseconds

1234