| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | gdb_history | 185 show annotate 186 show args 187 show c 188 show ch 189 show check 190 show check range 191 show check type 192 show commands 193 show complaints 194 show confirm [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| H A D | gdb_history | 185 show annotate 186 show args 187 show c 188 show ch 189 show check 190 show check range 191 show check type 192 show commands 193 show complaints 194 show confirm [all …]
|
| /netbsd-src/usr.sbin/iopctl/ |
| H A D | iopctl.c | 57 static int show(const char *, const char *, ...) __printflike(2, 3); 165 show(const char *hdr, const char *fmt, ...) in show() function 260 show("flags", "0x%x", le16toh(lct->flags)); in showlct() 261 show("iop flags", "0x%x", le32toh(lct->iopflags)); in showlct() 262 show("lct change indicator", "%d", le32toh(lct->changeindicator)); in showlct() 269 show("lct entry", "%d", i); in showlct() 270 show("entry size", "%d bytes", le16toh(ent->entrysize) << 2); in showlct() 271 show("local tid", "%d", le16toh(ent->localtid) & 4095); in showlct() 272 show("change indicator", "%d", le32toh(ent->changeindicator)); in showlct() 273 show("flags", "%x", le32toh(ent->deviceflags)); in showlct() [all …]
|
| /netbsd-src/usr.bin/make/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
|
| /netbsd-src/tests/sbin/gpt/ |
| H A D | Makefile | 10 FILES= gpt.empty.show.normal gpt.backup gpt.removepart.show.normal 11 FILES+= gpt.2part.show.uuid gpt.2part.show.normal gpt.2part.show.label 12 FILES+= gpt.resizedisk.show.normal gpt.resizepart.show.normal 13 FILES+= gpt.disklabel gpt.disklabel.show.normal
|
| 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 …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/ |
| H A D | hello.cc | 76 label1->show (); in main() 77 label1aligned->show (); in main() 78 label2->show (); in main() 79 label2aligned->show (); in main() 80 button->show (); in main() 81 buttonbar->show (); in main() 82 panel->show (); in main() 83 window->show (); in main()
|
| /netbsd-src/games/morse/ |
| H A D | morse.c | 109 static void show(const char *); 183 show(""); in main() 187 show("...-.-"); /* SK */ in main() 224 show(alph[c - (isupper(c) ? 'A' : 'a')]); in decode() 226 show(digit[c - '0']); in decode() 228 show(""); /* could show BT for a pause */ in decode() 232 show(other[i].morse); in morse() 238 show(const char *s) in morse() 255 show(const char *s) show() function
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/ |
| H A D | hello.m | 75 [label1 show]; 76 [label1aligned show]; 77 [label2 show]; 78 [label2aligned show]; 79 [button show]; 80 [buttonbar show]; 81 [panel show]; 82 [window show];
|
| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | delimiters.ok | 57 #### TEST: agrep --show-position ^foobar$ delimiters.in 61 #### TEST: agrep --show-position ^foobar$ < delimiters.in 73 #### TEST: agrep -H -n -s --color --show-position ^foobar$ delimiters.in 77 #### TEST: agrep -H -n -s --color --show-position ^foobar$ < delimiters.in 147 #### TEST: agrep --show-position foobar$ delimiters.in 152 #### TEST: agrep --show-position foobar$ < delimiters.in 167 #### TEST: agrep -H -n -s --color --show-position foobar$ delimiters.in 172 #### TEST: agrep -H -n -s --color --show-position foobar$ < delimiters.in 243 #### TEST: agrep --show-position ^foobar delimiters.in 248 #### TEST: agrep --show-position ^foobar < delimiters.in [all …]
|
| H A D | exitstatus.ok | 57 #### TEST: agrep --show-position this-will-be-found exitstatus.in 61 #### TEST: agrep --show-position this-will-be-found < exitstatus.in 73 #### TEST: agrep -H -n -s --color --show-position this-will-be-found exitstatus.in 77 #### TEST: agrep -H -n -s --color --show-position this-will-be-found < exitstatus.in 147 #### TEST: agrep --show-position -v this-will-be-found exitstatus.in 152 #### TEST: agrep --show-position -v this-will-be-found < exitstatus.in 167 #### TEST: agrep -H -n -s --color --show-position -v this-will-be-found exitstatus.in 172 #### TEST: agrep -H -n -s --color --show-position -v this-will-be-found < exitstatus.in 221 #### TEST: agrep --show-position this-wont-be-found exitstatus.in 224 #### TEST: agrep --show-position this-wont-be-found < exitstatus.in [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | gprofng.rc | 26 # for heap data, show inclusive leaks and bytes leaked; not allocations 49 # for kernel clock profiling data, show inclusive and exclusive KCPU 53 # for count data, show exclusive metrics only 56 # for er_generic data, show exclusive metrics only 63 # for kernel profiles, show inclusive and exclusive kucycles and kcycles 68 # for derived HWC metrics, show exclusive only 74 # for HWC, show exclusive only 77 # for synctrace, show inclusive only 101 # for any other unnamed metrics, don't show them 104 # don't show size or address; show name
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | gprofng.rc | 26 # for heap data, show inclusive leaks and bytes leaked; not allocations 49 # for kernel clock profiling data, show inclusive and exclusive KCPU 53 # for count data, show exclusive metrics only 56 # for er_generic data, show exclusive metrics only 63 # for kernel profiles, show inclusive and exclusive kucycles and kcycles 68 # for derived HWC metrics, show exclusive only 74 # for HWC, show exclusive only 77 # for synctrace, show inclusive only 101 # for any other unnamed metrics, don't show them 104 # don't show size or address; show name
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | ltmain.sh | 102 show="$echo" 219 show=: 593 $show "Waiting for $lockfile to be removed" 646 $show "$mkdir ${xdir}$objdir" 661 $show "$command" 690 $show "$mv $output_obj $lobj" 731 $show "$command" 760 $show "$mv $output_obj $obj" 1620 $show "$mkdir $output_objdir" 2150 $show "extracting exported symbol list from \`$soname'" [all …]
|
| /netbsd-src/tests/net/if_wg/ |
| H A D | common.sh | 59 $HIJACKING wgconfig $ifname show private-key 167 $HIJACKING wgconfig $ifname show peer $peername 171 $HIJACKING wgconfig $ifname show peer $peername \ 172 --show-preshared-key 175 $HIJACKING wgconfig $ifname show peer $peername \ 176 --show-preshared-key
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
| H A D | dynsections.js | 34 summary.show(); 38 content.show(); 61 $(this).show(); 65 $(this).show(); 102 childRows.show(); //show all children
|
| /netbsd-src/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-cov.rst | 27 * :ref:`show <llvm-cov-show>` 97 source code, this option causes llvm-cov to show the count for each block 166 .. program:: llvm-cov show 168 .. _llvm-cov-show: 176 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-object … 181 The :program:`llvm-cov show` command shows line by line coverage of the 183 filtered to only show the coverage for the files listed in *SOURCES*. 188 To use :program:`llvm-cov show`, you need a program that is compiled with 195 and this is what you should pass to :program:`llvm-cov show` as a *BIN* 205 .. option:: -show-branches=<VIEW> [all …]
|