blob: 855800d9dbc3dedefeaef1182372667d3a1f19f0 [file] [log] [blame]
header: strings.h
header_template: strings.h.def
macros: []
types:
- type_name: size_t
- type_name: locale_t
enums: []
objects: []
functions:
- name: bcmp
standards:
- llvm_libc_ext
return_type: int
arguments:
- type: const void *
- type: const void *
- type: size_t
- name: bcopy
standards:
- llvm_libc_ext
return_type: void
arguments:
- type: const void *
- type: void *
- type: size_t
- name: bzero
standards:
- llvm_libc_ext
return_type: void
arguments:
- type: void *
- type: size_t
- name: ffs
standards:
- POSIX
return_type: int
arguments:
- type: int
- name: ffsl
standards:
- POSIX
return_type: int
arguments:
- type: long
- name: ffsll
standards:
- POSIX
return_type: int
arguments:
- type: long long
- name: index
standards:
- BSDExtensions
return_type: char *
arguments:
- type: const char *
- type: int
- name: rindex
standards:
- BSDExtensions
return_type: char *
arguments:
- type: const char *
- type: int
- name: strcasecmp
standards:
- BSDExtensions
return_type: int
arguments:
- type: const char *
- type: const char *
- name: strcasecmp_l
standards:
- BSDExtensions
return_type: int
arguments:
- type: const char *
- type: const char *
- type: locale_t
- name: strncasecmp
standards:
- BSDExtensions
return_type: int
arguments:
- type: const char *
- type: const char *
- type: size_t
- name: strncasecmp_l
standards:
- BSDExtensions
return_type: int
arguments:
- type: const char *
- type: const char *
- type: size_t
- type: locale_t