Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 10 of 10) sorted by relevance

/buildroot/package/live555/
A D0001-Add-a-pkg-config-file-for-the-shared-libraries.patch20 Makefile.tail | 7 ++++++-
34 diff --git a/Makefile.tail b/Makefile.tail
36 --- a/Makefile.tail
37 +++ b/Makefile.tail
/buildroot/support/misc/
A Dgitlab-ci.yml.in50 tail -200 build.log
67 tail -200 runtime-test.log
110 tail -200 test-output/*-run.log | sed 's/\r\r$//'
112 tail -200 test-output/*-build.log
/buildroot/package/emlog/
A DConfig.in7 process. It works just like "tail -f" on a log file, except
/buildroot/package/coreutils/
A DConfig.in13 - sort, tr, head, tail, wc, etc...
/buildroot/support/kconfig/
A Dexpr.c995 char *tail; in expr_parse_string() local
1007 val->s = strtoll(str, &tail, 10); in expr_parse_string()
1011 val->u = strtoull(str, &tail, 16); in expr_parse_string()
1016 val->s = strtoll(str, &tail, 0); in expr_parse_string()
1022 return !errno && !*tail && tail > str && isxdigit(tail[-1]) in expr_parse_string()
/buildroot/package/ipmitool/
A D0003-Do-not-require-the-IANA-PEN-registry-file.patch16 that didn't encompass the full header/tail list.
/buildroot/package/collectd/
A Dcollectd.mk152 $(if $(BR2_PACKAGE_COLLECTD_TAIL),--enable-tail,--disable-tail) \
A DConfig.in557 bool "tail"
563 bool "tail csv"
/buildroot/package/screenfetch/
A D0001-Detect-which-awk-to-use.patch304 totaldisk=$(df -h -c 2>/dev/null | tail -1)
313 totaldisk=$(df -h -x aufs -x tmpfs -x overlay --total 2>/dev/null | tail -1)
404 shell_type=$(ps -p $PPID -o command | tail -1)
/buildroot/package/libmodplug/
A D0001-fix-cctype-ub.patch838 h->tp->tienote = h->tp->tail;

Completed in 22 milliseconds