/freebsd-src/contrib/unifdef/tests/ |
H A D | recursive.experr | 23 unifdef: parser line 1 state C comment START line 24 unifdef: process line 1 PLAIN -> OUTSIDE depth 0 25 unifdef: parser line 2 state C comment START line 26 unifdef: process line 2 PLAIN -> OUTSIDE depth 0 27 unifdef: parser line 3 state NO comment START line 28 unifdef: process line 3 PLAIN -> OUTSIDE depth 0 29 unifdef: parser line 4 state NO comment START line 30 unifdef: process line 4 PLAIN -> OUTSIDE depth 0 31 unifdef: parser line 5 state NO comment START line 32 unifdef: process line 5 PLAIN -> OUTSIDE depth 0 [all …]
|
/freebsd-src/contrib/mandoc/ |
H A D | lib.in | 27 LINE("lib80211", "802.11 Wireless Network Management Library (lib80211, \\-l80211)") 28 LINE("libalias", "Packet Aliasing Library (libalias, \\-lalias)") 29 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)") 30 LINE("libarm", "ARM Architecture Library (libarm, \\-larm)") 31 LINE("libarm32", "ARM32 Architecture Library (libarm32, \\-larm32)") 32 LINE("libbe", "Boot Environment Library (libbe, \\-lbe)") 33 LINE("libbluetooth", "Bluetooth Library (libbluetooth, \\-lbluetooth)") 34 LINE("libbsdxml", "eXpat XML parser library (libbsdxml, \\-lbsdxml)") 35 LINE("libbsm", "Basic Security Module Library (libbsm, \\-lbsm)") 36 LINE("lib [all...] |
H A D | st.c | 28 #define LINE(x, y) \ macro 34 LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 35 LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 36 LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 37 LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 38 LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 39 LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 40 LINE("-p1003.1-2013", "IEEE Std 1003.1-2008, 2013 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st() 41 LINE("-p1003.1-2016", "IEEE Std 1003.1-2008, 2016 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st() 42 LINE(" in mdoc_a2st() [all...] |
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.exp | 1 Parse_PushInput: file variable-ifndef.tmp, line 1 3 Parse_PushInput: file variable-ifndef-reuse.tmp, line 1 5 Parse_PushInput: file variable-ifndef-zero.tmp, line 1 6 Parse_PushInput: file variable-ifndef-zero.tmp, line 1 7 Parse_PushInput: file variable-ifndef-one.tmp, line 1 8 Parse_PushInput: file variable-ifndef-one.tmp, line 1 9 Parse_PushInput: file comments.tmp, line 1 11 Parse_PushInput: file variable-if.tmp, line 1 13 Parse_PushInput: file variable-if-reuse.tmp, line 1 15 Parse_PushInput: file variable-if-triple-negation.tmp, line 1 [all …]
|
H A D | escape.exp | 42 VAR1BSNL00=:first line: 43 VAR1BSNL0=:first line no space on second line: 44 VAR1BSNLs=:first line one space on second line: 45 VAR1BSNLss=:first line two spaces on second line: 46 VAR1BSNLt=:first line one tab on second line: 47 VAR1BSNLtt=:first line two tabs on second line: 48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line: 50 echo :'first line\ 51 #second line without space\ 52 third line': [all …]
|
H A D | directive-misspellings.exp | 1 make: "directive-misspellings.mk" line 13: Unknown directive "dinclud" 2 make: "directive-misspellings.mk" line 16: Unknown directive "dincludx" 3 make: "directive-misspellings.mk" line 18: .include filename must be delimited by '"' or '<' 4 make: "directive-misspellings.mk" line 21: Unknown directive "erro" 5 make: "directive-misspellings.mk" line 23: Unknown directive "errox" 6 make: "directive-misspellings.mk" line 28: Unknown directive "expor" 7 make: "directive-misspellings.mk" line 31: Unknown directive "exporx" 8 make: "directive-misspellings.mk" line 33: Unknown directive "exports" 9 make: "directive-misspellings.mk" line 36: Unknown directive "export-en" 10 make: "directive-misspellings.mk" line 40: Unknown directive "export-environment" [all …]
|
H A D | escape.mk | 12 # anywhere in the makefile except in a command line, an include 13 # line, or a line immediately preceding an include line, it shall 15 # line, with a single <space>. 17 # When an escaped <newline> is found in a command line in a 18 # makefile, the command line shall contain the <backslash>, the 19 # <newline>, and the next line, except that the first character of 20 # the next line shall not be included if it is a <tab>. 22 # When an escaped <newline> is found in an include line or in a 23 # line immediately preceding an include line, the behavior is 50 # Backslash at end of line in a comment\ [all …]
|
H A D | directive-for.exp | 1 make: "directive-for.mk" line 117: outer 2 make: "directive-for.mk" line 138: a:\ a:\file.txt 3 make: "directive-for.mk" line 138: d:\\ 4 make: "directive-for.mk" line 138: d:\\file.txt 5 make: "directive-for.mk" line 158: ( ( ( 6 make: "directive-for.mk" line 158: [ [ [ 7 make: "directive-for.mk" line 158: { { { 8 make: "directive-for.mk" line 158: ) ) ) 9 make: "directive-for.mk" line 158: ] ] ] 10 make: "directive-for.mk" line 15 [all...] |
H A D | varmod.exp | 1 make: "varmod.mk" line 101: To escape a dollar, use \$, not $$, at "$$:L} != """ 2 make: "varmod.mk" line 101: Invalid variable name ':', at "$:L} != """ 3 make: "varmod.mk" line 107: while evaluating "${:Uword:@word@${word}$@} != "word"" with value "word": Dollar followed by nothing 4 make: "varmod.mk" line 117: while evaluating variable "VAR" with value "VAR": Missing delimiter ':' after modifier "P" 5 make: "varmod.mk" line 119: Missing argument for ".error" 6 make: "varmod.mk" line 126: while evaluating variable "word" with value "word": Bad modifier ":[99333000222000111000]" 7 make: "varmod.mk" line 126: Malformed conditional (${word:L:[99333000222000111000]}) 8 make: "varmod.mk" line 130: while evaluating variable "word" with value "word": Bad modifier ":[2147483648]" 9 make: "varmod.mk" line 130: Malformed conditional (${word:L:[2147483648]}) 10 make: "varmod.mk" line 13 [all...] |
/freebsd-src/share/doc/psd/20.ipctut/ |
H A D | fig3.pic | 9 line dotted from 5.550,8.012 to 4.362,8.012 10 line from 4.462,8.037 to 4.362,8.012 to 4.462,7.987 11 line dotted from 4.362,7.950 to 5.550,7.950 12 line from 5.450,7.925 to 5.550,7.950 to 5.450,7.975 15 line dotted from 3.925,4.700 to 5.112,4.700 16 line from 5.013,4.675 to 5.112,4.700 to 5.013,4.725 17 line dotted from 5.112,4.763 to 3.925,4.763 18 line from 4.025,4.788 to 3.925,4.763 to 4.025,4.737 19 line from 5.963,5.513 to 6.925,5.513 20 line from 5.963,5.650 to 6.925,5.650 [all …]
|
H A D | fig8.pic | 12 line from 3.150,6.200 to 4.112,6.200 to 4.112,5.375 to 3.150,5.375 to 3.150,6.200 13 line from 3.150,6.050 to 4.112,6.050 14 line from 3.150,5.912 to 4.112,5.912 15 line from 3.150,5.787 to 4.112,5.787 16 line from 3.150,5.650 to 4.112,5.650 17 line from 3.150,5.513 to 4.112,5.513 19 line from 3.575,6.463 to 3.575,6.200 20 line from 5.963,5.513 to 6.925,5.513 21 line from 5.963,5.650 to 6.925,5.650 22 line from 5.963,5.787 to 6.925,5.787 [all …]
|
H A D | fig2.pic | 8 line from 5.963,5.513 to 6.925,5.513 9 line from 5.963,5.650 to 6.925,5.650 10 line from 5.963,5.787 to 6.925,5.787 11 line from 5.963,5.912 to 6.925,5.912 12 line from 5.963,6.050 to 6.925,6.050 13 line from 5.963,6.200 to 6.925,6.200 to 6.925,5.375 to 5.963,5.375 to 5.963,6.200 15 line from 6.388,6.463 to 6.388,6.200 16 line from 3.150,6.200 to 4.112,6.200 to 4.112,5.375 to 3.150,5.375 to 3.150,6.200 17 line from 3.150,6.050 to 4.112,6.050 18 line from 3.150,5.912 to 4.112,5.912 [all …]
|
/freebsd-src/share/doc/usd/13.viref/ |
H A D | vi.cmd.roff | 12 except for the bottom line of the screen. 13 The bottom line of the screen is used to enter 73 When positioning the cursor to a new line and column, 81 and the cursor line will usually appear at the top or bottom of the screen. 83 the cursor line will appear in the center of the screen, 111 screen, this meant that single line scroll commands might repaint the 129 specifies if the cursor is set to a specific location in the line, 134 If the current line is shorter than the cursor position 136 would select, the cursor is positioned on the last character in the line. 137 (If the line is empty, the cursor is positioned on the first column [all …]
|
H A D | ex.cmd.roff | 23 .KY "line" 24 .IP "line" 25 A single-line address, given in any of the forms described in the 29 .LI line 30 is the current line. 33 A line, or a pair of line addresses, separated by a comma or semicolon. 37 The default for range is the current line 53 in a 10 line file is acceptable, and will print from the current line 54 through the last line in the file. 62 When a command that accepts these flags completes, the addressed line(s) [all …]
|
/freebsd-src/contrib/ntp/sntp/unity/ |
H A D | unity_internals.h | 433 // convention and will pull in file and line information 480 void UnityFail(const char* message, const UNITY_LINE_TYPE line) UNITY_NORETURN_ATTRIBUTE; 482 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line); 523 const UNITY_LINE_TYPE line); 541 //This tricky series of macros gives us an optional line argument to treat it as RUN_TEST(func, num… 554 //If we can't do the tricky version, we'll just have to require them to always include the line num… 582 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)line); argument 583 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)line); argument 589 …SERT(condition, line, message) if (condition) {} else… argument 590 …RT_NULL(pointer, line, message) UNITY_TEST_ASSERT(((poin… argument [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 38 void MarkupParser::parseLine(StringRef Line) { in parseLine() argument 42 this->Line = Line; in parseLine() 54 // The buffer is empty, so parse the next bit of the line. in nextNode() 56 if (Line.empty()) in nextNode() 60 if (std::optional<StringRef> MultilineEnd = parseMultiLineEnd(Line)) { in nextNode() 63 "At most one multi-line element can be finished at a time."); in nextNode() 65 // Parse the multi-line element as if it were contiguous. in nextNode() 66 advanceTo(Line, MultilineEnd->end()); in nextNode() 70 // The whole line is part of the multi-line element. in nextNode() 71 llvm::append_range(InProgressMultiline, Line); in nextNode() [all …]
|
/freebsd-src/tools/build/ |
H A D | freebsd-yeet.pl | 93 # 9524e274b548 Remove $FreeBSD$: one-line xdr pattern 94 # 26a58599a09a Remove $FreeBSD$: one-line forth tag 95 # 401ab69cff8f Remove $FreeBSD$: one-line ps tag 96 # 6ef644f5889a Remove $FreeBSD$: one-line lua tag 97 # 9636a14538f5 Remove $FreeBSD$: two-line lua tag 98 # 8c99d94c900f sys: Remove $FreeBSD$: two-line lua tag 99 # ae992a336e8d Remove $FreeBSD$: one-line catalog 100 # 2063df147163 sys: Remove $FreeBSD$: one-line catalog 101 # 05248206f720 Remove $FreeBSD$: one-line bare tag 102 # 78d146160dc5 sys: Remove $FreeBSD$: one-line bare tag [all …]
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 39 /// A line table class. 45 /// The compile unit to which this line table belongs. 51 /// Unsorted list of line sequences. 58 /// Adds a new line entry to this line table. 60 /// All line entries are maintained in file address order. 63 /// A const reference to a new line_entry to add to this line 71 void InsertLineEntry(lldb::addr_t file_addr, uint32_t line, uint16_t column, 80 // inserted in this line table. 82 uint32_t line, uint16_t column, 88 // Insert a sequence of entries into this line table. [all …]
|
/freebsd-src/tools/ifnet/ |
H A D | convert_ifapi.sh | 63 if echo $line | grep "$__ifp__->.* = " > /dev/null 2>&1 65 if echo $line | grep "\[$__ifp__->.* = " > /dev/null 2>&1; then 69 word=`echo $line | awk -F "if_" ' { print $2 }' | awk -F" =" '{ print $1 }'` 70 value=`echo $line | awk -F "=" '{ print $2 }' | sed -e 's/;//g'` 73 old=`echo $line|sed -e 's/^[ ]*//'` 74 line=`echo $line| sed -e's/'$old'/'$new'/g'` 81 if echo $line | grep "$__ifp__->.*++\|++$__ifp__->.*" > /dev/null 2>&1 83 word=`echo $line | awk -F"if_" '{ print $2 }'|awk -F"\+" '{ print $1}'` 85 old=`echo $line|sed -e 's/^[ ]*//'` 88 line=`echo $line| sed -e's/'$old'/'$new'/g'` [all …]
|
/freebsd-src/lib/libc/tests/stdio/ |
H A D | getdelim_test.c | 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() 101 ATF_REQUIRE(getline(&line, &linecap, fp) == 1); in ATF_TC_BODY() 102 ATF_REQUIRE(line[0] == '\0' && line[1] == '\0'); in ATF_TC_BODY() 103 /* Third line: EOF */ in ATF_TC_BODY() 104 line[0] = 'X'; in ATF_TC_BODY() [all …]
|
/freebsd-src/share/doc/usd/10.exref/summary/ |
H A D | ex.summary | 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 172 without any line-number prefix. 174 prefix operates on the current line, 178 one line, the current line, to be [all …]
|
/freebsd-src/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 39 the skip stack should look like after each line is processed: 44 | ... whatever ... | | this line is processed | 46 | ... whatever ... | | this line is processed | 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 52 | ... whatever ... | | this line is processed | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | [all …]
|
/freebsd-src/bin/ed/ |
H A D | ed.1 | 22 utility is a line-oriented text editor. 102 on a line. 112 It is possible to modify only a portion of a line by means of replacement, 120 commands consist of zero or more line addresses, followed by a single 131 The address(es) indicate the line or range of lines to be affected by the 166 .Sh LINE ADDRESSING 167 An address represents the number of a line in the buffer. 174 When a file is first read, the current address is set to the last line 176 In general, the current address is set to the last line 179 A line address is [all …]
|
/freebsd-src/contrib/ntp/sntp/libopts/autoopts/ |
H A D | usage-txt.h | 203 /* 800 */ "%s: Command line arguments required\n\0" 225 /* 1574 */ "%s: Command line arguments are not allowed.\n\0" 231 /* 1804 */ "'%s' is not a command line option.\n\0" 354 * referenced where the preceding "#line" directive states, though you will 363 #line 67 "../autoopts.c" in dummy_func() 365 #line 89 "../autoopts.c" in dummy_func() 367 #line 48 "../init.c" in dummy_func() 369 #line 81 "../init.c" in dummy_func() 371 #line 79 "../init.c" in dummy_func() 374 #line 78 "../autoopts.c" in dummy_func() [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/ivybridge/ |
H A D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.", 18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", 23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.", 28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-… [all …]
|