HomeSort by relevance Sort by last modified time
    Searched full:lfiles (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
syslogd.c 68 struct logfile *lfiles; // list of write logfiles
167 TT.lfiles = file;
179 TT.lfiles = file;
206 file = TT.lfiles;
211 file->next = TT.lfiles;
212 TT.lfiles = file;
229 file->next = TT.lfiles;
230 TT.lfiles = file;
240 for (tfd = TT.lfiles; tfd; tfd = tfd->next) {
320 struct logfile *tf = TT.lfiles;
    [all...]
  /external/toybox/generated/
globals.h 824 struct logfile *lfiles; // list of write logfiles member in struct:syslogd_data

Completed in 1213 milliseconds