Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/coreutils/
Dtail.c212 unsigned seen; in tail_main() local
264 seen = 1; in tail_main()
269 if (seen < count) { in tail_main()
272 nwrite -= (count - seen); in tail_main()
273 seen += nread; in tail_main()
278 if (*s++ == '\n' && ++seen == count) { in tail_main()
/busybox-1.35.0/shell/hush_test/hush-read/
Dread_t0.tests4 # This would not be deterministic: returns 0 "data exists" if EOF is seen
/busybox-1.35.0/shell/ash_test/ash-read/
Dread_t0.tests4 # This would not be deterministic: returns 0 "data exists" if EOF is seen
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_var3.tests1 # Was seen leaking on NOMMU build
/busybox-1.35.0/docs/
Dnofork_noexec.txt107 But stray EINTRs can be seen in any NOFORK under ash, until ash is fixed).
Dstyle-guide.txt674 do so. Numerous examples can be seen in many of the existing applets, but
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped228 /* When an EOF's been seen but there's still some text to process