source: code/trunk/vendor/modernc.org/libc/capi_openbsd_arm64.go@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 20.4 KB
Line 
1// Code generated by 'go generate' - DO NOT EDIT.
2
3package libc // import "modernc.org/libc"
4
5var CAPI = map[string]struct{}{
6 "_C_ctype_": {},
7 "_IO_putc": {},
8 "_ThreadRuneLocale": {},
9 "___errno_location": {},
10 "___runetype": {},
11 "__assert": {},
12 "__assert13": {},
13 "__assert2": {},
14 "__assert_fail": {},
15 "__builtin___memcpy_chk": {},
16 "__builtin___memmove_chk": {},
17 "__builtin___memset_chk": {},
18 "__builtin___snprintf_chk": {},
19 "__builtin___sprintf_chk": {},
20 "__builtin___strcat_chk": {},
21 "__builtin___strcpy_chk": {},
22 "__builtin___strncpy_chk": {},
23 "__builtin___vsnprintf_chk": {},
24 "__builtin_abort": {},
25 "__builtin_abs": {},
26 "__builtin_add_overflowInt64": {},
27 "__builtin_add_overflowUint32": {},
28 "__builtin_add_overflowUint64": {},
29 "__builtin_bswap16": {},
30 "__builtin_bswap32": {},
31 "__builtin_bswap64": {},
32 "__builtin_bzero": {},
33 "__builtin_clz": {},
34 "__builtin_clzl": {},
35 "__builtin_clzll": {},
36 "__builtin_constant_p_impl": {},
37 "__builtin_copysign": {},
38 "__builtin_copysignf": {},
39 "__builtin_copysignl": {},
40 "__builtin_exit": {},
41 "__builtin_expect": {},
42 "__builtin_fabs": {},
43 "__builtin_fabsf": {},
44 "__builtin_fabsl": {},
45 "__builtin_free": {},
46 "__builtin_getentropy": {},
47 "__builtin_huge_val": {},
48 "__builtin_huge_valf": {},
49 "__builtin_inf": {},
50 "__builtin_inff": {},
51 "__builtin_infl": {},
52 "__builtin_isblank": {},
53 "__builtin_isnan": {},
54 "__builtin_isunordered": {},
55 "__builtin_llabs": {},
56 "__builtin_malloc": {},
57 "__builtin_memcmp": {},
58 "__builtin_memcpy": {},
59 "__builtin_memset": {},
60 "__builtin_mmap": {},
61 "__builtin_mul_overflowInt64": {},
62 "__builtin_mul_overflowUint128": {},
63 "__builtin_mul_overflowUint64": {},
64 "__builtin_nan": {},
65 "__builtin_nanf": {},
66 "__builtin_nanl": {},
67 "__builtin_object_size": {},
68 "__builtin_popcount": {},
69 "__builtin_popcountl": {},
70 "__builtin_prefetch": {},
71 "__builtin_printf": {},
72 "__builtin_snprintf": {},
73 "__builtin_sprintf": {},
74 "__builtin_strchr": {},
75 "__builtin_strcmp": {},
76 "__builtin_strcpy": {},
77 "__builtin_strlen": {},
78 "__builtin_sub_overflowInt64": {},
79 "__builtin_trap": {},
80 "__builtin_unreachable": {},
81 "__ccgo_dmesg": {},
82 "__ccgo_getMutexType": {},
83 "__ccgo_in6addr_anyp": {},
84 "__ccgo_pthreadAttrGetDetachState": {},
85 "__ccgo_pthreadMutexattrGettype": {},
86 "__ccgo_sqlite3_log": {},
87 "__cmsg_nxthdr": {},
88 "__ctype_get_mb_cur_max": {},
89 "__errno": {},
90 "__errno_location": {},
91 "__error": {},
92 "__floatscan": {},
93 "__h_errno_location": {},
94 "__inet_aton": {},
95 "__inet_ntoa": {},
96 "__intscan": {},
97 "__isalnum_l": {},
98 "__isalpha_l": {},
99 "__isdigit_l": {},
100 "__islower_l": {},
101 "__isnan": {},
102 "__isnanf": {},
103 "__isnanl": {},
104 "__isoc99_sscanf": {},
105 "__isprint_l": {},
106 "__isspace_l": {},
107 "__isthreaded": {},
108 "__isupper_l": {},
109 "__isxdigit_l": {},
110 "__lookup_ipliteral": {},
111 "__lookup_name": {},
112 "__lookup_serv": {},
113 "__mb_sb_limit": {},
114 "__runes_for_locale": {},
115 "__sF": {},
116 "__shgetc": {},
117 "__shlim": {},
118 "__srget": {},
119 "__stderrp": {},
120 "__stdinp": {},
121 "__stdoutp": {},
122 "__swbuf": {},
123 "__sync_add_and_fetch_uint32": {},
124 "__sync_sub_and_fetch_uint32": {},
125 "__syscall1": {},
126 "__syscall3": {},
127 "__syscall4": {},
128 "__toread": {},
129 "__toread_needs_stdio_exit": {},
130 "__uflow": {},
131 "__xuname": {},
132 "_ctype_": {},
133 "_exit": {},
134 "_longjmp": {},
135 "_obstack_begin": {},
136 "_obstack_newchunk": {},
137 "_setjmp": {},
138 "_tolower_tab_": {},
139 "_toupper_tab_": {},
140 "abort": {},
141 "abs": {},
142 "accept": {},
143 "access": {},
144 "acos": {},
145 "acosh": {},
146 "alarm": {},
147 "asin": {},
148 "asinh": {},
149 "atan": {},
150 "atan2": {},
151 "atanh": {},
152 "atexit": {},
153 "atof": {},
154 "atoi": {},
155 "atol": {},
156 "backtrace": {},
157 "backtrace_symbols_fd": {},
158 "bind": {},
159 "bsearch": {},
160 "bswap16": {},
161 "bswap32": {},
162 "bswap64": {},
163 "bzero": {},
164 "calloc": {},
165 "ceil": {},
166 "ceilf": {},
167 "cfgetospeed": {},
168 "cfsetispeed": {},
169 "cfsetospeed": {},
170 "chdir": {},
171 "chflags": {},
172 "chmod": {},
173 "chown": {},
174 "clock_gettime": {},
175 "close": {},
176 "closedir": {},
177 "confstr": {},
178 "connect": {},
179 "copysign": {},
180 "copysignf": {},
181 "copysignl": {},
182 "cos": {},
183 "cosf": {},
184 "cosh": {},
185 "ctime": {},
186 "ctime_r": {},
187 "dlclose": {},
188 "dlerror": {},
189 "dlopen": {},
190 "dlsym": {},
191 "dup2": {},
192 "endpwent": {},
193 "environ": {},
194 "execvp": {},
195 "exit": {},
196 "exp": {},
197 "fabs": {},
198 "fabsf": {},
199 "fabsl": {},
200 "fchmod": {},
201 "fchown": {},
202 "fclose": {},
203 "fcntl": {},
204 "fcntl64": {},
205 "fdopen": {},
206 "ferror": {},
207 "fflush": {},
208 "fgetc": {},
209 "fgets": {},
210 "fileno": {},
211 "floor": {},
212 "fmod": {},
213 "fmodl": {},
214 "fopen": {},
215 "fopen64": {},
216 "fork": {},
217 "fprintf": {},
218 "fputc": {},
219 "fputs": {},
220 "fread": {},
221 "free": {},
222 "freeaddrinfo": {},
223 "frexp": {},
224 "fscanf": {},
225 "fseek": {},
226 "fstat": {},
227 "fstat64": {},
228 "fsync": {},
229 "ftell": {},
230 "ftruncate": {},
231 "fts64_close": {},
232 "fts64_open": {},
233 "fts64_read": {},
234 "fts_close": {},
235 "fts_open": {},
236 "fts_read": {},
237 "fwrite": {},
238 "gai_strerror": {},
239 "getaddrinfo": {},
240 "getc": {},
241 "getcwd": {},
242 "getegid": {},
243 "getentropy": {},
244 "getenv": {},
245 "geteuid": {},
246 "getgid": {},
247 "getgrgid": {},
248 "getgrgid_r": {},
249 "getgrnam": {},
250 "getgrnam_r": {},
251 "gethostbyaddr": {},
252 "gethostbyaddr_r": {},
253 "gethostbyname": {},
254 "gethostbyname2": {},
255 "gethostbyname2_r": {},
256 "gethostname": {},
257 "getnameinfo": {},
258 "getpagesize": {},
259 "getpeername": {},
260 "getpid": {},
261 "getpwnam": {},
262 "getpwnam_r": {},
263 "getpwuid": {},
264 "getpwuid_r": {},
265 "getresgid": {},
266 "getresuid": {},
267 "getrlimit": {},
268 "getrlimit64": {},
269 "getrusage": {},
270 "getservbyname": {},
271 "getsockname": {},
272 "getsockopt": {},
273 "gettimeofday": {},
274 "getuid": {},
275 "gmtime_r": {},
276 "h_errno": {},
277 "htonl": {},
278 "htons": {},
279 "hypot": {},
280 "inet_ntoa": {},
281 "inet_ntop": {},
282 "inet_pton": {},
283 "initstate": {},
284 "initstate_r": {},
285 "ioctl": {},
286 "isalnum": {},
287 "isalpha": {},
288 "isascii": {},
289 "isatty": {},
290 "isblank": {},
291 "isdigit": {},
292 "islower": {},
293 "isnan": {},
294 "isnanf": {},
295 "isnanl": {},
296 "isprint": {},
297 "isspace": {},
298 "isupper": {},
299 "isxdigit": {},
300 "kill": {},
301 "ldexp": {},
302 "link": {},
303 "listen": {},
304 "llabs": {},
305 "localtime": {},
306 "localtime_r": {},
307 "log": {},
308 "log10": {},
309 "log2": {},
310 "longjmp": {},
311 "lrand48": {},
312 "lseek": {},
313 "lseek64": {},
314 "lstat": {},
315 "lstat64": {},
316 "malloc": {},
317 "mblen": {},
318 "mbstowcs": {},
319 "mbtowc": {},
320 "memchr": {},
321 "memcmp": {},
322 "memcpy": {},
323 "memmove": {},
324 "memset": {},
325 "mkdir": {},
326 "mkfifo": {},
327 "mknod": {},
328 "mkostemp": {},
329 "mkstemp": {},
330 "mkstemp64": {},
331 "mkstemps": {},
332 "mkstemps64": {},
333 "mktime": {},
334 "mmap": {},
335 "modf": {},
336 "munmap": {},
337 "nl_langinfo": {},
338 "ntohs": {},
339 "obstack_free": {},
340 "obstack_vprintf": {},
341 "open": {},
342 "open64": {},
343 "opendir": {},
344 "openpty": {},
345 "pathconf": {},
346 "pause": {},
347 "pclose": {},
348 "perror": {},
349 "pipe": {},
350 "poll": {},
351 "popen": {},
352 "pow": {},
353 "printf": {},
354 "pselect": {},
355 "pthread_attr_destroy": {},
356 "pthread_attr_getdetachstate": {},
357 "pthread_attr_init": {},
358 "pthread_attr_setdetachstate": {},
359 "pthread_attr_setscope": {},
360 "pthread_attr_setstacksize": {},
361 "pthread_cond_broadcast": {},
362 "pthread_cond_destroy": {},
363 "pthread_cond_init": {},
364 "pthread_cond_signal": {},
365 "pthread_cond_timedwait": {},
366 "pthread_cond_wait": {},
367 "pthread_create": {},
368 "pthread_detach": {},
369 "pthread_equal": {},
370 "pthread_exit": {},
371 "pthread_getspecific": {},
372 "pthread_join": {},
373 "pthread_key_create": {},
374 "pthread_key_delete": {},
375 "pthread_mutex_destroy": {},
376 "pthread_mutex_init": {},
377 "pthread_mutex_lock": {},
378 "pthread_mutex_trylock": {},
379 "pthread_mutex_unlock": {},
380 "pthread_mutexattr_destroy": {},
381 "pthread_mutexattr_init": {},
382 "pthread_mutexattr_settype": {},
383 "pthread_self": {},
384 "pthread_setspecific": {},
385 "putc": {},
386 "putchar": {},
387 "puts": {},
388 "qsort": {},
389 "raise": {},
390 "rand": {},
391 "random": {},
392 "random_r": {},
393 "read": {},
394 "readdir": {},
395 "readdir64": {},
396 "readlink": {},
397 "readv": {},
398 "realloc": {},
399 "reallocarray": {},
400 "realpath": {},
401 "recv": {},
402 "recvfrom": {},
403 "recvmsg": {},
404 "remove": {},
405 "rename": {},
406 "rewind": {},
407 "rindex": {},
408 "rint": {},
409 "rmdir": {},
410 "round": {},
411 "scalbn": {},
412 "scalbnl": {},
413 "sched_yield": {},
414 "select": {},
415 "send": {},
416 "sendmsg": {},
417 "sendto": {},
418 "setbuf": {},
419 "setenv": {},
420 "setjmp": {},
421 "setlocale": {},
422 "setrlimit": {},
423 "setrlimit64": {},
424 "setsid": {},
425 "setsockopt": {},
426 "setstate": {},
427 "setvbuf": {},
428 "shmat": {},
429 "shmctl": {},
430 "shmdt": {},
431 "shutdown": {},
432 "sigaction": {},
433 "signal": {},
434 "sin": {},
435 "sinf": {},
436 "sinh": {},
437 "sleep": {},
438 "snprintf": {},
439 "socket": {},
440 "sprintf": {},
441 "sqrt": {},
442 "srand48": {},
443 "sscanf": {},
444 "stat": {},
445 "stat64": {},
446 "stderr": {},
447 "stdin": {},
448 "stdout": {},
449 "strcasecmp": {},
450 "strcat": {},
451 "strchr": {},
452 "strcmp": {},
453 "strcpy": {},
454 "strcspn": {},
455 "strdup": {},
456 "strerror": {},
457 "strerror_r": {},
458 "strlen": {},
459 "strncmp": {},
460 "strncpy": {},
461 "strnlen": {},
462 "strpbrk": {},
463 "strrchr": {},
464 "strspn": {},
465 "strstr": {},
466 "strtod": {},
467 "strtof": {},
468 "strtoimax": {},
469 "strtol": {},
470 "strtold": {},
471 "strtoll": {},
472 "strtoul": {},
473 "strtoull": {},
474 "strtoumax": {},
475 "symlink": {},
476 "sysconf": {},
477 "system": {},
478 "tan": {},
479 "tanh": {},
480 "tcgetattr": {},
481 "tcsendbreak": {},
482 "tcsetattr": {},
483 "time": {},
484 "tmpfile": {},
485 "tolower": {},
486 "toupper": {},
487 "trunc": {},
488 "tzset": {},
489 "umask": {},
490 "uname": {},
491 "ungetc": {},
492 "unlink": {},
493 "unsetenv": {},
494 "usleep": {},
495 "utime": {},
496 "utimes": {},
497 "uuid_generate_random": {},
498 "uuid_parse": {},
499 "uuid_unparse": {},
500 "vasprintf": {},
501 "vfprintf": {},
502 "vprintf": {},
503 "vsnprintf": {},
504 "vsprintf": {},
505 "waitpid": {},
506 "wcschr": {},
507 "wctomb": {},
508 "wcwidth": {},
509 "write": {},
510 "writev": {},
511 "zero_struct_address": {},
512}
Note: See TracBrowser for help on using the repository browser.