| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | json_writer.c | 24 bool pretty; /* optional whitepace */ member 39 if (!self->pretty) in jsonw_eol() 99 self->pretty = false; in jsonw_new() 119 self->pretty = on; in jsonw_pretty() 157 if (self->pretty) in jsonw_name()
|
| /OK3568_Linux_fs/buildroot/package/ethtool/ |
| H A D | ethtool.mk | 14 $(if $(BR2_PACKAGE_ETHTOOL_PRETTY_PRINT),--enable-pretty-dump,--disable-pretty-dump)
|
| H A D | Config.in | 10 bool "enable pretty printing" 14 Enables ethtool's pretty printing for drivers
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/bats/ |
| H A D | bats_1.6.1.bb | 32 PACKAGECONFIG ??= "pretty" 33 PACKAGECONFIG[pretty] = ",,,ncurses"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/ |
| H A D | netns.sh | 32 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function 33 pp() { pretty "" "$*"; "$@"; } 35 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; } 36 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; } 37 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; } 38 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; } 39 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; } 40 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; } 42 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sp… 662 pretty "" "Objects that were created were also destroyed."
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0001-Bug-1721326-Fix-build-with-glibc-2.34.patch | 20 -// The watchdog thread loop is pretty trivial, and should not require much stack 35 + // The watchdog thread loop is pretty trivial, and should not
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-link.rst | 15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } } 85 **# bpftool --json --pretty link show**
|
| H A D | common_options.rst | 16 -p, --pretty
|
| H A D | bpftool.rst | 22 | { **-j** | **--json** } [{ **-p** | **--pretty** }] }
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/geany/ |
| H A D | geany-plugins_1.38.bb | 187 PLUGINS += "${PN}-pretty-printer" 188 LIC_FILES_CHKSUM += "file://pretty-printer/src/PrettyPrinter.c;beginline=1;endline=17;md5=1665115c2… 189 FILES:${PN}-pretty-printer = "${libdir}/geany/pretty-printer.so"
|
| /OK3568_Linux_fs/buildroot/package/lua-stdlib/ |
| H A D | Config.in | 6 objects, pickling, pretty-printing and command-line option
|
| /OK3568_Linux_fs/buildroot/package/enscript/ |
| H A D | Config.in | 9 the printer. It includes features for `pretty-printing'
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | PERF-VERSION-GEN | 22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | Makefile | 5 --pretty=format:"%h author: %<|(30)%an %cd %s" -- $(src) || \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | union-sigval.patch | 3 which pretty much is same effect as sigval_t
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwayland/ |
| H A D | 0001-tst_seatv4-Include-array.patch | 28 // wl_seat version 5 was introduced in wayland 1.10, and although that's pretty old,
|
| /OK3568_Linux_fs/kernel/kernel/configs/ |
| H A D | xen.config | 16 # pretty useless systems starting from allnoconfig
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzo/ |
| H A D | lzo_2.10.bb | 3 ANSI C that offers pretty fast compression and *extremely* fast decompression. "
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | multiplexed_log.css | 9 * This provides pretty formatting of the HTML log file, e.g.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mpc74xx | 7 Currently the support for these CPUs is pretty minimal, but enough to
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0001-ltmain.in-Parse-additional-clang-options.patch | 27 func_quote_arg pretty "$arg"
|
| H A D | 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch | 26 func_quote_arg pretty "$arg"
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | save-patches.sh | 9 BASE_COMMIT=$(git log --pretty="%H" -1 "${3:-HEAD}" --)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | 0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch | 23 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
|
| /OK3568_Linux_fs/buildroot/board/synopsys/vdk/ |
| H A D | readme.txt | 19 Configuring Buildroot is pretty simple, just execute:
|