Searched refs:tail (Results 1 – 10 of 10) sorted by relevance
| /buildroot/package/live555/ |
| A D | 0001-Add-a-pkg-config-file-for-the-shared-libraries.patch | 20 Makefile.tail | 7 ++++++- 34 diff --git a/Makefile.tail b/Makefile.tail 36 --- a/Makefile.tail 37 +++ b/Makefile.tail
|
| /buildroot/support/misc/ |
| A D | gitlab-ci.yml.in | 50 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 D | Config.in | 7 process. It works just like "tail -f" on a log file, except
|
| /buildroot/package/coreutils/ |
| A D | Config.in | 13 - sort, tr, head, tail, wc, etc...
|
| /buildroot/support/kconfig/ |
| A D | expr.c | 995 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 D | 0003-Do-not-require-the-IANA-PEN-registry-file.patch | 16 that didn't encompass the full header/tail list.
|
| /buildroot/package/collectd/ |
| A D | collectd.mk | 152 $(if $(BR2_PACKAGE_COLLECTD_TAIL),--enable-tail,--disable-tail) \
|
| A D | Config.in | 557 bool "tail" 563 bool "tail csv"
|
| /buildroot/package/screenfetch/ |
| A D | 0001-Detect-which-awk-to-use.patch | 304 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 D | 0001-fix-cctype-ub.patch | 838 h->tp->tienote = h->tp->tail;
|
Completed in 22 milliseconds