blob: 3bc0c4a76dd1bfdf1d9cf7b38925008e6293a521 [file]
header: strings.h
macros: []
types: []
enums: []
objects: []
functions:
- 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: bcmp
standards:
- llvm_libc_ext
return_type: int
arguments:
- type: const void *
- type: const void *
- type: size_t
- name: strcasecmp
standards:
- BSDExtensions
return_type: int
arguments:
- type: const char *
- type: const char *
- name: strncasecmp
standards:
- BSDExtensions
return_type: int
arguments:
- type: const char *
- type: const char *
- type: size_t
- 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