/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_redir.sh | 43 cat <<- 'DONE' | 45 atf_check -s exit:0 -o empty -e empty ${TEST_SH} 46 cat <<- 'DONE' | 48 atf_check -s exit:0 -o match:0 -e empty ${TEST_SH} -c 'wc -l' 50 cat <<- 'DONE' | 53 atf_check -s exit:0 -o match:hello -e empty ${TEST_SH} 54 cat <<- 'DONE' | 57 atf_check -s exit:0 -o match:1 -e empty ${TEST_SH} -c 'wc -l' 59 cat <<- 'DONE' | 63 atf_check -s exit:0 -o match:helloworld -e empty ${TEST_SH} [all …]
|
H A D | t_here.sh | 51 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" )" 54 if [ "${STATUS}" -ne "$3" ]; then 55 echo >&2 "[$TEST_NUM] expected exit code $3, got ${STATUS}" 59 case "$3/${STATUS}" in 64 if [ "$3" -eq 0 ]; then 65 if [ -s "${TEMP_FILE}" ]; then 72 if ! [ -s "${TEMP_FILE}" ]; then 78 rm -f "${TEMP_FILE}" 96 $fail && test -n "$TEST_ID" && { 108 test -z "${TEST_ID}" && return 0 [all …]
|
/freebsd/lib/libc/tests/stdio/ |
H A D | getdelim_test.c | 1 /*- 39 #include <atf-c.h> 60 if (len > sizeof(apothegm) - *offp) in _reader() 61 len = sizeof(apothegm) - *offp; in _reader() 81 char *line; in ATF_TC_BODY() local 95 line = malloc(i); in ATF_TC_BODY() 96 /* First line: the full apothegm */ in ATF_TC_BODY() 97 ATF_REQUIRE(getline(&line, &linecap, fp) == sizeof(apothegm) - 1); in ATF_TC_BODY() 98 ATF_REQUIRE(memcmp(line, apothegm, sizeof(apothegm)) == 0); in ATF_TC_BODY() 100 /* Second line: the NUL terminator following the newline */ in ATF_TC_BODY() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/ |
H A D | extended.json | 5 "BriefDescription": "L1D Read-only Exclusive Writes", 6 …-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated… 12 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi… 18 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 23 "BriefDescription": "DTLB1 One-Megabyte Page Writes", 24 …": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a on… 29 "BriefDescription": "DTLB1 Two-Gigabyte Page Writes", 30 …": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a tw… 36 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour… 42 …"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation … [all …]
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 2 /*- 3 * SPDX-License-Identifier: BSD-2-Clause 84 target->t_nickname = $1; 142 if (target->t_name != NULL) 143 xo_errx(1, "duplicated TargetName at line %d", lineno); 144 target->t_name = $3; 150 if (target->t_address != NULL) 151 xo_errx(1, "duplicated TargetAddress at line %d", lineno); 152 target->t_address = $3; 158 if (target->t_initiator_name != NULL) [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | c64 | 2 #------------------------------------------------------------------------------ 16 # Reference: https://vice-emu.sourceforge.io/vice_17.html#SEC391 18 # http://mark0.net/download/triddefs_xml.7z/defs/c/crt-c64.trid.xml 23 # skip DROID fmt-822-signature-id-1179.crt with missing packet length 25 >>0 use c64-crt 27 0 name c64-crt 29 #!:mime application/octet-stream 30 !:mime application/x-commodore-crt 32 # http://mark0.net/download/triddefs_xml.7z/defs/c/car-ccs64.trid.xml 36 # 32-byte null padded cartridge name like: "BUGS BUNNY" "CART64" "EasyFlash" "FINAL CARTRIDGE" "Mag… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z14/ |
H A D | extended.json | 5 "BriefDescription": "L1D Read-only Exclusive Writes", 6 …-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated… 18 …data cache. Incremented by one for every TLB2 miss in progress for the Level-1 Data cache on this … 23 "BriefDescription": "DTLB2 One-Megabyte Page Writes", 24 … into the Combined Region and Segment Table Entry array in the Level-2 TLB for a one-megabyte page… 29 "BriefDescription": "DTLB2 Two-Gigabyte Page Writes", 30 …"PublicDescription": "A translation entry for a two-gigabyte page was written into the Level-2 TLB" 36 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour… 48 …tion cache. Incremented by one for every TLB2 miss in progress for the Level-1 Instruction cache i… 54 … "A directory write to the Level-1 Instruction cache directory where the returned cache line was s… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | frontend.json | 5 "Counter": "0,1,2,3", 9 "PEBScounters": "0,1,2,3", 17 "Counter": "0,1,2,3", 21 "PEBScounters": "0,1,2,3", 28 "Counter": "0,1,2,3", 32 "PEBScounters": "0,1,2,3", 39 "Counter": "0,1,2,3", 43 "PEBScounters": "0,1,2,3", 50 "Counter": "0,1,2,3", 54 "PEBScounters": "0,1,2,3", [all …]
|
/freebsd/contrib/kyua/utils/logging/ |
H A D | operations_test.cpp | 38 #include <atf-c++.hpp> 54 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181000.log"), in ATF_TEST_CASE_BODY() 61 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181000.log"), in ATF_TEST_CASE_BODY() 75 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181500.log"), in ATF_TEST_CASE_BODY() 78 datetime::set_mock_now(2011, 2, 21, 18, 15, 3, 1); in ATF_TEST_CASE_BODY() 82 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181500.log"), in ATF_TEST_CASE_BODY() 101 logging::log(logging::level_info, "f3", 3, "Info message"); in ATF_TEST_CASE_BODY() 103 datetime::set_mock_now(2011, 2, 21, 18, 10, 3, 456); in ATF_TEST_CASE_BODY() 111 std::string line; in ATF_TEST_CASE_BODY() local 112 ATF_REQUIRE(std::getline(input, line).good()); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/share/doc/usd/11.vitut/ |
H A D | edittut.ms | 12 .\" 3. All advertising materials mentioning features or use of this software 34 .EH 'USD:11-%''Edit: A Tutorial' 35 .OH 'Edit: A Tutorial''USD:11-%' 41 \f3\s+2Edit: A Tutorial\s0\f1 43 .ce 3 50 .ce 3 64 Its aim is to lead the beginning \s-2UNIX\(dg\s+2 user through the 76 and the \s-2UNIX\s+2 documentation in general. 88 Introduction\ \ \ 3 92 Making contact with \s-2UNIX\s+2\ \ \ 4 [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_zec12/ |
H A D | extended.json | 6 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 12 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle… 18 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour… 24 … "A directory write to the Level-1 Instruction cache directory where the returned cache line was s… 30 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour… 36 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi… 42 …"PublicDescription": "A directory write to the Level-1 Data cache where the installed cache line w… 48 …PublicDescription": "A directory write to the Level-1 Instruction cache where the installed cache … 53 "BriefDescription": "L1D Read-only Exclusive Writes", 54 …-1 D-Cache where the line was originally in a Read-Only state in the cache but has been updated to… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 1 //===- lib/DebugInfo/Symbolize/Markup.cpp ------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 25 // "\033[30m" -- "\033[37m" 26 static const char SGRSyntaxStr[] = "\033\\[([0-1]|3[0-7])m"; 32 return Str.take_front(Pos - Str.begin()); in takeTo() 35 Str = Str.drop_front(Pos - Str.begin()); in advanceTo() 38 void MarkupParser::parseLine(StringRef Line) { in parseLine() argument 42 this->Line = Line; in parseLine() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
H A D | frontend.json | 5 "Counter": "0,1,2,3", 9 "PEBScounters": "0,1,2,3", 17 "Counter": "0,1,2,3", 21 "PEBScounters": "0,1,2,3", 29 "Counter": "0,1,2,3", 33 "PEBScounters": "0,1,2,3", 41 "Counter": "0,1,2,3", 45 "PEBScounters": "0,1,2,3", 51 …"BriefDescription": "References per ICache line. This event counts differently than Intel processo… 53 "Counter": "0,1,2,3", [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_addch.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. * 31 .\" $Id: curs_addch.3x,v 1.85 2024/04/20 19:03:47 tom Exp $ 32 .TH curs_addch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 60 \fB\%wechochar\fP \- 82 analogously to the standard C library's \fI\%putchar\fP(3). 83 \fB\%ncurses\fP(3X) describes the variants of this function. 87 the cursor automatically wraps to the beginning of the next line; 91 and if \fB\%scrollok\fP(3X) is enabled for 93 the scrolling region scrolls up one line. [all …]
|
H A D | curs_add_wch.3x | 3 .\" Copyright 2019-2023,2024 Thomas E. Dickey * 4 .\" Copyright 2001-2015,2017 Free Software Foundation, Inc. * 31 .\" $Id: curs_add_wch.3x,v 1.62 2024/04/20 21:20:07 tom Exp $ 32 .TH curs_add_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 54 \fB\%wecho_wchar\fP \- 79 wrapping and special-character processing as follows: 89 Subsequent non-spacing characters can be combined with this base 93 If \fIwch\fP refers to a non-spacing character, 98 The cursor is not advanced after adding a non-spacing character. 99 Subsequent calls to add non-spacing characters will update the same position. [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_08.H.out | 1 …line"><div class="title">Item </div><div class="title"> Count</div></div><div class="li…
|
H A D | test_08.HP.out | 1 <div class="line"> 5 <div class="line"> 6 <div class="data" data-tag="name" data-key="key">gum </div> 7 <div class="data" data-tag="count"> 1412</div> 9 <div class="line"> 10 <div class="data" data-tag="name" data-key="key">rope </div> 11 <div class="data" data-tag="count"> 85</div> 13 <div class="line"> 14 <div class="data" data-tag="name" data-key="key">ladder </div> 15 <div class="data" data-tag="count"> 0</div> [all …]
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | grammar.tab.c | 10 #define YYEMPTY (-1) 14 #define YYENOMEM (-2) 100 #line 9 "grammar.y" 110 #line 81 "grammar.y" 127 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3) 131 #define PROTO_ANSI_LLIB -2 /* form ANSI lint-library source */ 132 #define PROTO_LINTLIBRARY -1 /* form lint-library source */ 137 #define PROTO_ANSI 3 /* ANSI C prototype */ 151 #define FUNC_UNKNOWN -1 /* unspecified */ 158 #define FUNC_BOTH 3 /* both styles */ [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
H A D | cache.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 12 …ription": "Cache lines in M state evicted out of L1D due to Snoop HitM or dirty line replacement.", 13 "Counter": "0,1,2,3", 14 "CounterHTOff": "0,1,2,3,4,5,6,7", 22 "Counter": "0,1,2,3", 23 "CounterHTOff": "0,1,2,3,4,5,6,7", 30 "BriefDescription": "L1D data line replacements.", 31 "Counter": "0,1,2,3", 32 "CounterHTOff": "0,1,2,3,4,5,6,7", [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_lineno.3 | 25 .\" $Id: dwarf_lineno.3 3640 2018-10-14 14:09:13Z jkoshy $ 39 .Nd retrieve information associated with a DWARF line descriptor 93 These functions retrieve specific line information associated with 94 the line descriptor specified by argument 105 stores the program address corresponding to the source line specified 115 to 1 if the source line specified by the line descriptor 123 to 1 if the source line specified by the line descriptor 131 to 1 if the program address associated with the line descriptor 138 stores the line number of the source line associated with the line 146 stores the column number within a line associated with descriptor [all …]
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 12 .\" 3. Neither the name of the University nor the names of its contributors 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 66 .Xr ncurses 3 . 77 consist of a number of `:'-separated fields. 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am [all …]
|
/freebsd/share/doc/usd/10.exref/summary/ |
H A D | ex.summary | 12 .\" 3. All advertising materials mentioning features or use of this software 44 .nr PI 3n 83 (a self-teaching introduction) and the 143 first and only character on a line. 147 Line Numbers and Command Syntax 156 called the \fIcurrent line\fP. 159 new current line at the end of their 163 line-number addresses which indicate the lines 166 that line only; if two, on an inclusive range 168 Commands that can take line-number prefixes also [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | cache.json | 3 "BriefDescription": "L1D data line replacements", 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 8 … "Counts L1D data line replacements including opportunistic replacements, and replacements that re… 14 "Counter": "0,1,2,3", 15 "CounterHTOff": "0,1,2,3,4,5,6,7", 24 "Counter": "0,1,2,3", 25 "CounterHTOff": "0,1,2,3,4,5,6,7", 28 …-demand loads and gets hit at least once by demand. The valid outstanding interval is defined unti… 34 "Counter": "0,1,2,3", [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2019-present Lenovo 8 /dts-v1/; 10 #include "aspeed-g5.dtsi" 11 #include <dt-bindings/gpio/aspeed-gpio.h> 15 compatible = "lenovo,hr855xg2-bmc", "aspeed,ast2500"; 29 stdout-pat [all...] |
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
H A D | frontend.json | 5 "Counter": "0,1,2,3", 9 "PEBScounters": "0,1,2,3", 17 "Counter": "0,1,2,3", 21 "PEBScounters": "0,1,2,3", 28 "Counter": "0,1,2,3", 32 "PEBScounters": "0,1,2,3", 39 "Counter": "0,1,2,3", 43 "PEBScounters": "0,1,2,3", 48 … "BriefDescription": "Counts the number of BACLEARS due to a non-indirect, non-conditional jump.", 50 "Counter": "0,1,2,3", [all …]
|