2024-06-28 08:59:08 -07:00
|
|
|
header: string.h
|
2025-01-07 15:56:12 -08:00
|
|
|
header_template: string.h.def
|
2024-06-28 08:59:08 -07:00
|
|
|
macros: []
|
|
|
|
|
types:
|
2025-01-29 01:52:51 +05:30
|
|
|
- type_name: locale_t
|
2024-06-28 08:59:08 -07:00
|
|
|
- type_name: size_t
|
|
|
|
|
enums: []
|
|
|
|
|
objects: []
|
|
|
|
|
functions:
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: memccpy
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- POSIX
|
2024-06-28 08:59:08 -07:00
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: void *__restrict
|
|
|
|
|
- type: const void *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
2024-06-28 08:59:08 -07:00
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: memchr
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const void *
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
2024-06-28 08:59:08 -07:00
|
|
|
- type: size_t
|
|
|
|
|
- name: memcmp
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const void *
|
|
|
|
|
- type: const void *
|
|
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: memcpy
|
|
|
|
|
standards:
|
|
|
|
|
- stdc
|
|
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: void *__restrict
|
|
|
|
|
- type: const void *__restrict
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: memmem
|
|
|
|
|
standards:
|
|
|
|
|
- GNUExtensions
|
|
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const void *
|
|
|
|
|
- type: size_t
|
|
|
|
|
- type: const void *
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: memmove
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: void *
|
2024-08-09 11:27:36 -07:00
|
|
|
arguments:
|
|
|
|
|
- type: void *
|
|
|
|
|
- type: const void *
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: mempcpy
|
|
|
|
|
standards:
|
|
|
|
|
- POSIX
|
|
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: void *__restrict
|
|
|
|
|
- type: const void *__restrict
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: memrchr
|
|
|
|
|
standards:
|
|
|
|
|
- GNUExtensions
|
|
|
|
|
return_type: void *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
|
|
|
|
- type: const void *
|
|
|
|
|
- type: int
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: memset
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: void *
|
|
|
|
|
- type: int
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: memset_explicit
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: void *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: void *
|
|
|
|
|
- type: int
|
|
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: stpcpy
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- POSIX
|
2024-07-08 15:41:25 -07:00
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
|
|
|
|
- type: char *__restrict
|
|
|
|
|
- type: const char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: stpncpy
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- POSIX
|
2024-06-28 08:59:08 -07:00
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: char *__restrict
|
|
|
|
|
- type: const char *__restrict
|
|
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strcasestr
|
|
|
|
|
standards:
|
|
|
|
|
- GNUExtensions
|
|
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
2024-06-28 08:59:08 -07:00
|
|
|
- name: strcat
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: char *__restrict
|
|
|
|
|
- type: const char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strchr
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
|
|
|
|
- name: strchrnul
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- GNUExtensions
|
|
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
|
|
|
|
- name: strcmp
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strcoll
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
2024-08-29 14:20:15 -05:00
|
|
|
- name: strcoll_l
|
|
|
|
|
standards:
|
|
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: locale_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strcpy
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
2024-08-09 11:27:36 -07:00
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
|
|
|
|
- type: char *__restrict
|
|
|
|
|
- type: const char *__restrict
|
|
|
|
|
- name: strcspn
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: size_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
|
|
|
|
- name: strdup
|
|
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strerror
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
|
|
|
|
- name: strerror_r
|
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: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char *
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: strlcat
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- BSDExtensions
|
2024-06-28 08:59:08 -07:00
|
|
|
return_type: size_t
|
|
|
|
|
arguments:
|
2024-08-17 09:49:05 -05:00
|
|
|
- type: char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *__restrict
|
|
|
|
|
- type: size_t
|
|
|
|
|
- name: strlcpy
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- BSDExtensions
|
|
|
|
|
return_type: size_t
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-17 09:49:05 -05:00
|
|
|
- type: char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *__restrict
|
|
|
|
|
- type: size_t
|
2024-06-28 08:59:08 -07:00
|
|
|
- name: strlen
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: size_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strncat
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char *
|
|
|
|
|
- type: const char *
|
2024-06-28 08:59:08 -07:00
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strncmp
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
2024-06-28 08:59:08 -07:00
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strncpy
|
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: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: char *__restrict
|
|
|
|
|
- type: const char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: size_t
|
|
|
|
|
- name: strndup
|
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: char *
|
|
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *
|
2024-06-28 08:59:08 -07:00
|
|
|
- type: size_t
|
|
|
|
|
- name: strnlen
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 08:59:08 -07:00
|
|
|
- POSIX
|
|
|
|
|
return_type: size_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: size_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strpbrk
|
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: char *
|
|
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
|
|
|
|
- name: strrchr
|
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: char *
|
|
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *
|
2024-06-28 08:59:08 -07:00
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strsep
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- BSDExtensions
|
|
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char **__restrict
|
|
|
|
|
- type: const char *__restrict
|
|
|
|
|
- name: strsignal
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- POSIX
|
2024-06-28 08:59:08 -07:00
|
|
|
return_type: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strspn
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: size_t
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strstr
|
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: char *
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const char *
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: const char *
|
|
|
|
|
- name: strtok
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char *__restrict
|
2024-07-08 15:41:25 -07:00
|
|
|
- type: const char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: strtok_r
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- POSIX
|
|
|
|
|
return_type: char *
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char *__restrict
|
2024-07-08 15:41:25 -07:00
|
|
|
- type: const char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char ** __restrict
|
|
|
|
|
- name: strxfrm
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-08-09 11:27:36 -07:00
|
|
|
- stdc
|
|
|
|
|
return_type: size_t
|
2024-06-28 08:59:08 -07:00
|
|
|
arguments:
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: char *__restrict
|
2024-07-08 15:41:25 -07:00
|
|
|
- type: const char *__restrict
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: size_t
|
2024-08-29 14:20:15 -05:00
|
|
|
- name: strxfrm_l
|
|
|
|
|
standards:
|
|
|
|
|
- stdc
|
|
|
|
|
return_type: size_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: char *__restrict
|
|
|
|
|
- type: const char *__restrict
|
|
|
|
|
- type: size_t
|
|
|
|
|
- type: locale_t
|