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

  /bionic/libc/stdio/
wsetup.c 71 if ((fp->_flags & (__SSTR | __SALC)) == __SSTR)
asprintf.c 35 f._flags = __SWR | __SSTR | __SALC;
vasprintf.c 35 f._flags = __SWR | __SSTR | __SALC;
fvwrite.c 109 if ((fp->_flags & (__SALC | __SSTR)) ==
110 (__SALC | __SSTR) && fp->_w < (int)len) {
  /bionic/libc/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h 172 #define __SALC 0x4000 /* allocate string space dynamically */

Completed in 983 milliseconds