Searched refs:fgets_unlocked (Results 1 – 16 of 16) sorted by relevance
/external/selinux/libselinux/src/ |
D | is_customizable_type.c | 28 while (fgets_unlocked(buf, selinux_page_size, fp) && ctr < UINT_MAX) { in get_customizable_type_list() 38 while (fgets_unlocked(buf, selinux_page_size, fp) in get_customizable_type_list()
|
D | matchmediacon.c | 24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) { in matchmediacon()
|
D | get_default_type.c | 37 if (!fgets_unlocked(buf, sizeof buf, fp)) { in find_default_type()
|
D | label_internal.h | 21 #define fgets_unlocked(buf, size, fp) fgets(buf, size, fp) macro
|
D | selinux_config.c | 100 while (fgets_unlocked(buf, selinux_page_size, cfg)) { in selinux_getenforcemode()
|
D | get_context_list.c | 282 ptr = fgets_unlocked(buf, sizeof buf, fp); in get_failsafe_context()
|
D | label_file.c | 620 while (fgets_unlocked(buf, sizeof(buf) - 1, cfg)) { in selabel_subs_init()
|
/external/e2fsprogs/intl/ |
D | localealias.c | 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp) 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 780 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument 782 char *res = REAL(fgets_unlocked)(s, size, stream); in INTERCEPTOR() 787 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
|
/external/libexif/auto-m4/ |
D | gettext.m4 | 400 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
|
/external/e2fsprogs/lib/ |
D | config.h.in | 104 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 1476 while (fgets_unlocked(buf, PATH_MAX, file_con)) { in hidden_def()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1716 fun:fgets_unlocked=uninstrumented
|
/external/e2fsprogs/ |
D | configure | 9586 ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "#include <stdio.h>
|
D | aclocal.m4 | 1308 AC_CHECK_DECLS([feof_unlocked, fgets_unlocked], , , [#include <stdio.h>])
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 367 PUBLIC 6dcc0 0 fgets_unlocked
|