/freebsd/tools/test/stress2/ |
H A D | ddb.conf | 4 script pho1=bt; show allpcpu; show alllocks; show lockedvnods; show allchains; show mount; show buf… 5 script pho=set $lines 20000; run pho1; show freepages; acttrace; ps; allt; dump
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varcmd.mk | 29 show: 32 one: show 35 two: show 38 three: show 58 four: show 67 show-v: 70 five: show show-v 73 six: show-v 74 @${.MAKE} -f ${MAKEFILE} V=override show-v
|
/freebsd/contrib/netbsd-tests/sbin/gpt/ |
H A D | t_gpt.sh | 92 file "$src/gpt.2part.show.normal" gpt show "$disk" 93 file "$src/gpt.2part.show.uuid" gpt show -u "$disk" 141 file "$src/gpt.empty.show.normal" gpt show "$disk" 162 save attr gpt show -i 1 "$disk" 165 save attr gpt show -i 1 "$disk" 177 save type gpt show -i 1 "$disk" 181 save type gpt show -i 1 "$disk" 243 file "$src/gpt.resizedisk.show.normal" gpt show "$disk" 245 file "$src/gpt.resizepart.show.normal" gpt show "$disk" 258 gpt show "$disk" [all …]
|
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 223.backup-zfs | 41 show="" 43 [Yy][Ee][Ss]) show="YES" 59 rotate "zpool_list" $show 62 rotate "zfs_list" $show 71 rotate "zfs_props" $show 74 rotate "zpool_props" $show
|
H A D | 221.backup-gpart | 42 [Yy][Ee][Ss]) show="YES" 51 rotate "kern.geom.conftxt" $show 53 gpart_devs=$(gpart show | awk '$1 == "=>" { print $4 }') 70 rotate "$safe_name" $show 73 gpart_show=$(gpart show -p) 108 efi_part=$(gpart show -p | awk '$4 ~ /efi/ {print $3}')
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | commitcheck.sh | 10 …body=$(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1… 23 foundline=$(git log --no-show-signature -n 1 "$REF" | grep -E -m 1 "$regex") 38 long_subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '.{73}') 60 …subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defect… 73 subject=$(git log --no-show-signature -n 1 --pretty=%s "$REF" | 89 for line in $(git log --no-show-signature -n 1 --pretty=%b "$REF" | grep -E '^CID'); do
|
/freebsd/sbin/ddb/ |
H A D | ddb.conf | 8 script lockinfo=show locks; show alllocks; show lockedvnods 11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture…
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_acs.c | 226 char show[ACS_LEN * 2 + 1]; in NCURSES_SP_NAME() local 229 show[m++] = (char) n; in NCURSES_SP_NAME() 230 show[m++] = (char) ChCharOf(real_map[n]); in NCURSES_SP_NAME() 233 show[m] = 0; in NCURSES_SP_NAME() 234 if (acs_chars == NULL || strcmp(acs_chars, show)) in NCURSES_SP_NAME() 241 : (strcmp(acs_chars, show) in NCURSES_SP_NAME() 244 _nc_visbuf(show)); in NCURSES_SP_NAME()
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | cronjob | 28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then 31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then 38 REF=$(git show-ref --verify refs/heads/${branch}) 89 REF=$(git show-ref --verify refs/heads/${TESTBRANCH}) 119 REF=$(git show-ref --verify refs/heads/${branch})
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | table.sh | 64 jexec alcatraz pfctl -t foo -T show -vv 104 jexec alcatraz pfctl -t foo6 -T show -vv 139 jexec alcatraz pfctl -t foo -T show -vv 146 jexec alcatraz pfctl -t foo -T show -vv 156 jexec alcatraz pfctl -t foo -T show -vv 160 jexec alcatraz pfctl -t foo -T show -vv 198 jexec alcatraz pfctl -t tab -T show -vv 316 jexec alcatraz pfctl -t foo -T show 328 jexec alcatraz pfctl -t foo -T show -vv
|
/freebsd/targets/ |
H A D | Makefile.xtras | 28 .if make(show-valid-targets) 46 show-valid-targets: 57 help: show-help 58 show-help: 74 $t: not-valid-target show-help
|
/freebsd/usr.bin/uniq/ |
H A D | uniq.c | 74 static void show(FILE *, const char *); 184 show(ofp, prevline); in main() 205 show(ofp, thisline); in main() 209 show(ofp, prevline); in main() 226 show(ofp, prevline); in main() 228 show(ofp, thisline); in main() 231 show(ofp, prevline); in main() 243 show(ofp, prevline); in main() 307 show(FILE *ofp, const char *str) in show() function
|
/freebsd/contrib/netbsd-tests/share/mk/ |
H A D | t_own.sh | 34 .PHONY: show-config-var 35 show-config-var: 46 make MAKECONF="$(pwd)/empty.conf" show-config-var 48 make MAKECONF="$(pwd)/custom.conf" show-config-var
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_seq_file.c | 54 rc = m->op->show(m, p); in seq_read() 190 _single_open_without_sbuf(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in _single_open_without_sbuf() 200 op->show = show; in _single_open_without_sbuf() 211 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open() 215 ret = _single_open_without_sbuf(f, show, d); in single_open() 223 single_open_size(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d, size_t size) in single_open_size() 227 ret = _single_open_without_sbuf(f, show, d); in single_open_size()
|
/freebsd/share/examples/printing/ |
H A D | make-ps-header | 57 ($user) show 60 % Now show the boring particulars 65 200 y moveto show /y y 18 sub def 71 270 y moveto show /y y 18 sub def
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 60 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() argument 61 m_show_types = show; in SetShowTypes() 65 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation() argument 66 m_show_location = show; in SetShowLocation() 75 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() argument 76 if (!show) in SetShowSummary()
|
/freebsd/tests/sys/net/ |
H A D | if_wg.sh | 67 pub1=$(jexec wgtest1 wg show $wg1 public-key) 71 pub2=$(jexec wgtest2 wg show $wg2 public-key) 134 pub1=$(jexec wgtest1 wg show $wg1 public-key) 138 pub2=$(jexec wgtest2 wg show $wg2 public-key) 212 pub1=$(jexec wgtest1 wg show $wg1 public-key) 218 atf_check -o empty jexec wgtest1 wg show ${wg1} peers 254 pub1=$(jexec wgtest1 wg show $wg1 public-key) 263 atf_check -o not-empty jexec wgtest1 wg show ${wg2} peers 270 atf_check -o empty jexec wgtest1 wg show ${wg2} peers 311 pub1=$(jexec wgtest1 wg show [all...] |
/freebsd/usr.sbin/ppp/ |
H A D | README.changes | 65 with the appropriate `show' command. 80 values can be seen using the relevant show commands. 82 o `show auto', `show loopback' and `show mtu' are all part of `show bundle'. 83 o `show mru' is part of `show lcp' 84 o `show msext' and `show vj' are part of `show ipcp' 85 o `show reconnect' and `show redial' are part of `show link' 111 o The ``show modem'' command is deprecated and has been changed to 112 ``show physical''.
|
/freebsd/usr.sbin/fdcontrol/ |
H A D | fdcontrol.c | 44 static int format, verbose, show = 1, showfmt; variable 86 show = 0; in main() 98 show = 0; in main() 103 show = 0; in main() 128 if (show) { in main()
|
/freebsd/contrib/dialog/ |
H A D | yesno.c | 54 bool show = TRUE; in dialog_yesno() local 100 if (show) { in dialog_yesno() 104 show = FALSE; in dialog_yesno() 145 show = TRUE; in dialog_yesno() 156 &show, &offset) != 0) { in dialog_yesno()
|
H A D | msgbox.c | 56 bool show = TRUE; in dialog_msgbox() local 117 if (show) { in dialog_msgbox() 121 show = FALSE; in dialog_msgbox() 141 show = TRUE; in dialog_msgbox() 177 &show, in dialog_msgbox()
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 128 PROTOTYPE.render = function(show) { argument 227 if(!self.hiddenDuringWait && (options.show.ready || show)) { 262 clearTimeout(this.timers.show); 370 if('show' in opts && invalidOpt(opts.show)) { 371 opts.show = opts.show.jquery ? { target: opts.show } : 372 opts.show === TRUE ? { ready: TRUE } : { event: opts.show }; 411 v && !this.rendered && this.render(this.options.show.ready); 731 …(!adjust.mouse || this.options.show.distance) && cache.origin && cache.origin.pageX ? cache.origin… 948 options.show.target.add(event.target).length === options.show.target.length && 1021 clearTimeout(this.timers.show); [all …]
|
/freebsd/contrib/dialog/samples/ |
H A D | form3 | 33 show=`echo "$returntext" |sed -e 's/^/ /'` 55 $show" 10 40 62 $show" 10 40
|
H A D | form4 | 34 show=`echo "$returntext" |sed -e 's/^/ /'` 56 $show" 10 40 63 $show" 10 40
|
H A D | form5 | 35 show=`echo "$returntext" |sed -e 's/^/ /'` 57 $show" 10 40 64 $show" 10 40
|