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

  /external/toybox/toys/posix/
sed.c 183 int fdout, noeol;
205 // Write out line with potential embedded NUL, handling eol/noeol
210 if (TT.noeol && !writeall(TT.fdout, "\n", 1)) return 1;
211 TT.noeol = !eol;
562 int fd, noeol; local
568 noeol = TT.noeol;
574 TT.noeol = *(name++);
579 *(--name) = TT.noeol;
580 TT.noeol = noeol
    [all...]
  /external/toybox/generated/
globals.h 1250 int fdout, noeol; member in struct:sed_data

Completed in 41 milliseconds