Home
last modified time | relevance | path

Searched refs:fgets_unlocked (Results 1 - 16 of 16) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dis_customizable_type.c31 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 Dget_default_type.c37 if (!fgets_unlocked(buf, sizeof buf, fp)) { in find_default_type()
H A Dmatchmediacon.c24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) { in matchmediacon()
H A Dlabel_internal.h19 // Android and Mac do not have fgets_unlocked()
20 #define fgets_unlocked(buf, size, fp) fgets(buf, size, fp) macro
H A Dget_context_list.c313 ptr = fgets_unlocked(buf, sizeof buf, fp); in get_failsafe_context()
H A Dselinux_config.c102 while (fgets_unlocked(buf, selinux_page_size, cfg)) { in selinux_getenforcemode()
H A Dlabel_file.c623 while (fgets_unlocked(buf, sizeof(buf) - 1, cfg)) { in selabel_subs_init()
/third_party/musl/porting/linux/user/src/stdio/
H A Dfgets.c50 weak_alias(fgets, fgets_unlocked);
/third_party/musl/src/stdio/
H A Dfgets.c54 weak_alias(fgets, fgets_unlocked);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h188 char *fgets_unlocked(char *, int, FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h190 char *fgets_unlocked(char *, int, FILE *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h195 char *fgets_unlocked(char *, int, FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h188 char *fgets_unlocked(char *, int, FILE *);
/third_party/musl/include/
H A Dstdio.h195 char *fgets_unlocked(char *, int, FILE *);
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp1449 benchmark::DoNotOptimize(fgets_unlocked(buf, n, fp)); in Bm_function_fgets_unlocked()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2431 extern char *fgets_unlocked (char *__restrict __s, int __n,
[all...]

Completed in 31 milliseconds