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

  /external/toybox/toys/posix/
grep.c 75 char indelim, outdelim;
116 len = getdelim(&line, &unused, TT.indelim, file);
119 if (line[len-1] == TT.indelim) line[len-1] = 0;
374 TT.indelim = '\n' * !(toys.optflags&FLAG_z);
  /external/toybox/generated/
globals.h 1111 char indelim, outdelim; member in struct:grep_data

Completed in 86 milliseconds