brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.8 KiB · d703a8e Raw
95 lines · yaml
1functions:2  memccpy:3    c-definition: 7.26.2.24    in-latest-posix: ''5  memchr:6    c-definition: 7.26.5.27    in-latest-posix: ''8  memcmp:9    c-definition: 7.26.4.110    in-latest-posix: ''11  memcpy:12    c-definition: 7.26.2.113    in-latest-posix: ''14  memmove:15    c-definition: 7.26.2.316    in-latest-posix: ''17  mempcpy:18    c-definition: 'TODO: glibc extension'19  memset:20    c-definition: 7.26.6.121    in-latest-posix: ''22  memset_explicit:23    c-definition: 7.26.6.224  stpcpy:25    in-latest-posix: ''26  stpncpy:27    in-latest-posix: ''28  strcat:29    c-definition: 7.26.3.130    in-latest-posix: ''31  strchr:32    c-definition: 7.26.5.333    in-latest-posix: ''34  strcmp:35    c-definition: 7.26.4.236    in-latest-posix: ''37  strcoll:38    c-definition: 7.26.4.339    in-latest-posix: ''40  strcoll_l:41    in-latest-posix: ''42  strcpy:43    c-definition: 7.26.2.444    in-latest-posix: ''45  strcspn:46    c-definition: 7.26.5.447    in-latest-posix: ''48  strdup:49    c-definition: 7.26.2.650    in-latest-posix: ''51  strerror:52    c-definition: 7.26.6.353    in-latest-posix: ''54  strlen:55    c-definition: 7.26.6.456    in-latest-posix: ''57  strncat:58    c-definition: 7.26.3.259    in-latest-posix: ''60  strncmp:61    c-definition: 7.26.4.462    in-latest-posix: ''63  strncpy:64    c-definition: 7.26.2.565    in-latest-posix: ''66  strndup:67    c-definition: 7.26.2.768    in-latest-posix: ''69  strpbrk:70    c-definition: 7.26.5.571    in-latest-posix: ''72  strrchr:73    c-definition: 7.26.5.674    in-latest-posix: ''75  strspn:76    c-definition: 7.26.5.777    in-latest-posix: ''78  strstr:79    c-definition: 7.26.5.880    in-latest-posix: ''81  strtok:82    c-definition: 7.26.5.983    in-latest-posix: ''84  strtok_r:85    in-latest-posix: ''86  strxfrm:87    c-definition: 7.26.4.588    in-latest-posix: ''89  strxfrm_l:90    in-latest-posix: ''91macros:92  __STDC_VERSION_STRING_H__:93    c-definition: 7.26.194 95