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

  /system/core/toolbox/
vmstat.c 60 #define MAX_LINE 256
62 char line[MAX_LINE];
165 while (fgets(line, MAX_LINE, f)) {
183 while (fgets(line, MAX_LINE, f)) {
206 while (fgets(line, MAX_LINE, f)) {
top.c 226 #define MAX_LINE 256
331 char buf[MAX_LINE], *open_paren, *close_paren;
335 fgets(buf, MAX_LINE, file);
380 char line[MAX_LINE];
385 fgets(line, MAX_LINE, file);
407 char line[MAX_LINE];
412 while (fgets(line, MAX_LINE, file)) {
  /system/extras/libpagemap/
pm_process.c 234 #define MAX_LINE 1024
246 char line[MAX_LINE], name[MAX_LINE], perms[MAX_PERMS];
268 while (fgets(line, MAX_LINE, maps_f)) {
286 sscanf(line, "%" SCNx64 "-%" SCNx64 " %s %" SCNx64 " %*s %*d %" S(MAX_LINE) "s",
  /system/extras/latencytop/
latencytop.c 25 #define MAX_LINE 512
38 char reason[MAX_LINE];
327 char line[MAX_LINE];
329 char reason[MAX_LINE];
333 if (!fgets(line, MAX_LINE, f)) {
344 while (fgets(line, MAX_LINE, f)) {
  /external/ppp/pppd/plugins/pppoatm/
ans.c 34 #define MAX_LINE 2048 /* in /etc/e164_cc */
199 char buffer[MAX_LINE];
212 while (fgets(buffer,MAX_LINE,file)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term_entry.h 104 #define MAX_LINE 132
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 104 #define MAX_LINE 132
  /external/oprofile/utils/
ophelp.c 363 #define MAX_LINE 256
369 char title[10 * MAX_LINE];

Completed in 146 milliseconds