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

  /external/selinux/libselinux/src/
label_internal.h 20 // Android and Mac do not have fgets_unlocked()
21 #define fgets_unlocked(buf, size, fp) fgets(buf, size, fp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 295 FILE *__restrict __stream), fgets_unlocked) __wur;
299 __wur __warnattr ("fgets_unlocked called with bigger size than length "
303 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 295 FILE *__restrict __stream), fgets_unlocked) __wur;
299 __wur __warnattr ("fgets_unlocked called with bigger size than length "
303 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /bionic/libc/stdio/
stdio.cpp 719 return fgets_unlocked(buf, n, fp);
722 char* fgets_unlocked(char* buf, int n, FILE* fp) { function

Completed in 868 milliseconds