Searched refs:__fopen_rb_ca (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | __fopen_rb_ca.c | 5 FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t len) in __fopen_rb_ca() function
|
/third_party/musl/src/network/ |
H A D | getnameinfo.c | 70 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() 113 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services()
|
H A D | lookup_serv.c | 100 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv()
|
H A D | resolvconf.c | 171 f = __fopen_rb_ca(DNS_RESOLV_CONF_PATH, &_f, _buf, sizeof _buf); in get_resolv_conf_ext()
|
H A D | lookup_name.c | 89 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in name_from_hosts()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getnameinfo.c | 70 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() 112 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services()
|
H A D | lookup_serv.c | 74 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv()
|
H A D | resolvconf.c | 181 f = __fopen_rb_ca(DNS_RESOLV_CONF_PATH, &_f, _buf, sizeof _buf); in get_resolv_conf_ext()
|
H A D | lookup_name.c | 89 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in name_from_hosts()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getnameinfo.c | 50 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() 90 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | stdio_impl.h | 85 hidden FILE *__fopen_rb_ca(const char *, FILE *, unsigned char *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 105 hidden FILE *__fopen_rb_ca(const char *, FILE *, unsigned char *, size_t);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | stdio_impl.h | 85 hidden FILE *__fopen_rb_ca(const char *, FILE *, unsigned char *, size_t);
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fdsan.cpp | 161 FILE *ptr = __fopen_rb_ca(file_path, &f, str, sizeof(str)); in fdsan_test_internal_fopen_succeed()
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 183 hidden FILE *__fopen_rb_ca(const char *, FILE *, unsigned char *, size_t);
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 179 hidden FILE *__fopen_rb_ca(const char *, FILE *, unsigned char *, size_t);
|
Completed in 9 milliseconds