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

  /external/ltp/android/include/
limits_ltp.h 5 #ifndef LINE_MAX
6 #define LINE_MAX 2048
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix2_lim.h 81 #ifndef LINE_MAX
82 #define LINE_MAX _POSIX2_LINE_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix2_lim.h 81 #ifndef LINE_MAX
82 #define LINE_MAX _POSIX2_LINE_MAX
  /external/ltp/testcases/kernel/controllers/libcontrollers/
libcontrollers.h 66 char target[LINE_MAX];
libcontrollers.c 139 while (fgets(target, LINE_MAX, fp) != NULL)
  /bionic/tests/headers/posix/
limits_h.c 119 MACRO(LINE_MAX);
  /system/core/lmkd/
lmkd.c 71 #define LINE_MAX 128
701 char key[LINE_MAX + 1];
704 sscanf(line, "%" STRINGIFY(LINE_MAX) "s %" SCNd64 "", key, &value);
885 char line[LINE_MAX];
909 static char line[LINE_MAX];
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 322 LINE_MAX = _POSIX2_LINE_MAX
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 322 LINE_MAX = _POSIX2_LINE_MAX
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 322 LINE_MAX = _POSIX2_LINE_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 83 # ifndef LINE_MAX
86 # define X_LINE_MAX LINE_MAX
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 169 LINE_MAX = _POSIX2_LINE_MAX
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 126 milliseconds