HomeSort by relevance Sort by last modified time
    Searched refs:fgets_unlocked (Results 1 - 13 of 13) sorted by null

  /external/selinux/libselinux/src/
is_customizable_type.c 28 while (fgets_unlocked(buf, selinux_page_size, fp) && ctr < UINT_MAX) {
38 while (fgets_unlocked(buf, selinux_page_size, fp)
get_default_type.c 37 if (!fgets_unlocked(buf, sizeof buf, fp)) {
matchmediacon.c 24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) {
label_internal.h 20 // Android and Mac do not have fgets_unlocked()
21 #define fgets_unlocked(buf, size, fp) fgets(buf, size, fp) macro
selinux_config.c 100 while (fgets_unlocked(buf, selinux_page_size, cfg)) {
get_context_list.c 282 ptr = fgets_unlocked(buf, sizeof buf, fp);
label_file.c 621 while (fgets_unlocked(buf, sizeof(buf) - 1, cfg)) {
  /external/e2fsprogs/intl/
localealias.c 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
  /bionic/libc/include/
stdio.h 268 char* fgets_unlocked(char* __buf, int __size, FILE* __fp) __INTRODUCED_IN(28);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 780 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) {
782 char *res = REAL(fgets_unlocked)(s, size, stream);
787 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
    [all...]
  /bionic/libc/stdio/
stdio.cpp 770 return fgets_unlocked(buf, n, fp);
777 char* fgets_unlocked(char* buf, int n, FILE* fp) { function
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 3853 milliseconds