Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h34 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
/f-stack/freebsd/sys/
H A Dctype.h69 isalpha(int c) in isalpha() function
/f-stack/freebsd/libkern/
H A Dstrtoul.c86 else if (isalpha(c)) in strtoul()
H A Dstrtouq.c88 else if (isalpha(c)) in strtouq()
H A Dstrtol.c107 else if (isalpha(c)) in strtol()
H A Dstrtoq.c111 else if (isalpha(c)) in strtoq()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlctype.h82 #define lislalpha(c) (isalpha(c) || (c) == '_')
H A Dlstrlib.c280 case 'a' : res = isalpha(c); break; in match_class()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c98 for (d = &tmp[2]; isalpha(*d); part = ++d) { } in zfs_strip_partition()
100 for (d = &tmp[3]; isalpha(*d); part = ++d) { } in zfs_strip_partition()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h146 # ifndef isalpha
147 # define isalpha(x) (isupper(x) || islower(x)) macro
H A Dip_scan.c66 # ifndef isalpha
67 # define isalpha(x) (((x) >= 'A' && 'Z' >= (x)) || \ macro
H A Dip_compat.h612 #define ISALPHA(x) isalpha((u_char)(x))
/f-stack/tools/libutil/
H A Dlogin_times.c80 while (isalpha(*p)) { in parse_lt()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_exec.c226 if ((strncmp(z, *csp, n) == 0) && !isalpha(z[n])) in zed_exec_process()
H A Dzed_event.c235 } else if (!isalpha(name[0])) { in _zed_event_add_var()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
H A Dmkfile.c88 if (len && isalpha(argv[1][len-1])) { in main()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.c422 else if (isalpha(ls->current) || ls->current == '_') { in llex()
H A Dlstrlib.c229 case 'a' : res = isalpha(c); break; in match_class()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c1071 !isalpha (Prefix[i])) in AcpiDmGetHardwareIdType()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c475 else if (isalpha(*ptr)) \
/f-stack/tools/netstat/
H A Dmain.c356 for (cp = interface = optarg; isalpha(*cp); cp++) in main()
/f-stack/tools/ipfw/
H A Dipfw2.c1078 if (isalpha(*s)) { in fill_dscp()
3002 if (isalpha(c) || isdigit(c) || c == '_' || in ipfw_check_object_name()
4168 if (isalpha(*av[0])) { in compile_rule()
H A Dtables.c1610 if (isalpha(*n)) { in tentry_fill_value()

12