Searched refs:fgets_unlocked (Results 1 - 16 of 16) sorted by relevance
/third_party/selinux/libselinux/src/ |
H A D | is_customizable_type.c | 31 while (fgets_unlocked(buf, selinux_page_size, fp) && ctr < UINT_MAX) { in customizable_init() 41 while (fgets_unlocked(buf, selinux_page_size, fp) in customizable_init()
|
H A D | get_default_type.c | 37 if (!fgets_unlocked(buf, sizeof buf, fp)) { in find_default_type()
|
H A D | matchmediacon.c | 24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) { in matchmediacon()
|
H A D | label_internal.h | 19 // Android and Mac do not have fgets_unlocked() 20 #define fgets_unlocked(buf, size, fp) fgets(buf, size, fp) macro
|
H A D | get_context_list.c | 313 ptr = fgets_unlocked(buf, sizeof buf, fp); in get_failsafe_context()
|
H A D | selinux_config.c | 102 while (fgets_unlocked(buf, selinux_page_size, cfg)) { in selinux_getenforcemode()
|
H A D | label_file.c | 623 while (fgets_unlocked(buf, sizeof(buf) - 1, cfg)) { in selabel_subs_init()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | fgets.c | 50 weak_alias(fgets, fgets_unlocked);
|
/third_party/musl/src/stdio/ |
H A D | fgets.c | 54 weak_alias(fgets, fgets_unlocked);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 188 char *fgets_unlocked(char *, int, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 190 char *fgets_unlocked(char *, int, FILE *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 195 char *fgets_unlocked(char *, int, FILE *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 188 char *fgets_unlocked(char *, int, FILE *);
|
/third_party/musl/include/ |
H A D | stdio.h | 195 char *fgets_unlocked(char *, int, FILE *);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdio.cpp | 1449 benchmark::DoNotOptimize(fgets_unlocked(buf, n, fp)); in Bm_function_fgets_unlocked()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2431 extern char *fgets_unlocked (char *__restrict __s, int __n, [all...] |
Completed in 32 milliseconds