2024-06-28 08:59:08 -07:00
|
|
|
header: ctype.h
|
2025-02-14 14:01:18 -08:00
|
|
|
standards:
|
|
|
|
|
- stdc
|
2024-06-28 08:59:08 -07:00
|
|
|
enums: []
|
|
|
|
|
objects: []
|
|
|
|
|
functions:
|
|
|
|
|
- name: isalnum
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isalpha
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: isascii
|
|
|
|
|
standards:
|
|
|
|
|
- POSIX
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-06-28 08:59:08 -07:00
|
|
|
- name: isblank
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: iscntrl
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isdigit
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isgraph
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: islower
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isprint
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: ispunct
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isspace
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isupper
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: isxdigit
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: toascii
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- GNUExtensions
|
2024-06-28 08:59:08 -07:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: tolower
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: toupper
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- stdc
|
2024-06-28 08:59:08 -07:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-22 13:34:48 -05:00
|
|
|
- name: isalnum_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isalpha_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isblank_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: iscntrl_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isdigit_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isgraph_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: islower_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isprint_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: ispunct_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isspace_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isupper_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: isxdigit_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: tolower_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|
|
|
|
|
- name: toupper_l
|
|
|
|
|
standards:
|
2025-02-14 14:01:18 -08:00
|
|
|
- posix
|
2024-08-22 13:34:48 -05:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: locale_t
|