repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc++][Android] Allow testing libc++ with clang-r536225 (#116149)
[llvm-project.git]
/
libc
/
newhdrgen
/
yaml
/
strings.yaml
blob
ca91b626740c129c0ff1d8fce56acda997e924f8
1
header: strings.h
2
macros: []
3
types: []
4
enums: []
5
objects: []
6
functions:
7
- name: bcmp
8
standards:
9
- llvm_libc_ext
10
return_type: int
11
arguments:
12
- type: const void *
13
- type: const void *
14
- type: size_t
15
- name: bcopy
16
standards:
17
- llvm_libc_ext
18
return_type: void
19
arguments:
20
- type: const void *
21
- type: void *
22
- type: size_t
23
- name: bzero
24
standards:
25
- llvm_libc_ext
26
return_type: void
27
arguments:
28
- type: void *
29
- type: size_t
30
- name: index
31
standards:
32
- BSDExtensions
33
return_type: char *
34
arguments:
35
- type: const char *
36
- type: int
37
- name: rindex
38
standards:
39
- BSDExtensions
40
return_type: char *
41
arguments:
42
- type: const char *
43
- type: int
44
- name: strcasecmp
45
standards:
46
- BSDExtensions
47
return_type: int
48
arguments:
49
- type: const char *
50
- type: const char *
51
- name: strncasecmp
52
standards:
53
- BSDExtensions
54
return_type: int
55
arguments:
56
- type: const char *
57
- type: const char *
58
- type: size_t