/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-export-literal.mk | 8 .export-literal UT_VAR 10 .export-literal # oops: missing argument 15 UT_TWICE_LITERAL= value literal 17 .export-literal UT_TWICE_LITERAL 23 .export-literal UT_TWICE_EXPR 30 .export-literal UT_TWICE_EXPR_UNEXPORT
|
H A D | make-exported.mk | 8 -literal= make-exported-value-literal 22 .MAKE.EXPORTED= -literal UT_VAR
|
H A D | dollar.exp | 5 1 dollar literal => <single-quote-var-value> 6 1 dollar literal eol => <> 7 2 dollar literal => <$> 8 4 dollar literal => <$$>
|
H A D | varmod-ifelse.exp | 2 while evaluating condition "bare words == "literal"" 22 while evaluating condition "string == "literal" || no >= 10" 25 while evaluating condition "string == "literal" && >= 10" 28 while evaluating condition "string == "literal" || >= 10"
|
H A D | cond-late.mk | 18 all: parse-time cond-literal 31 cond-literal:
|
H A D | export-env.mk | 18 UT_LIT= literal ${UT_TEST} 19 .export-literal UT_LIT
|
H A D | cond-token-string.mk | 51 . info The string literal "UNDEF" is not empty. 60 . info The string literal " " is not empty, even though it consists of $\
|
H A D | varmod-loop.mk | 207 all: varmod-loop-literal-dollar 208 varmod-loop-literal-dollar: .PHONY
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.td | 59 Expression for literals. C++ [lex.literal] 100 // The child here should be a list of literal tokens instead. 115 Expression for the `nullptr` literal. C++ [lex.nullptr] 123 Expression for user-defined literal. C++ [lex.ext] 124 user-defined-literal: 125 user-defined-integer-literal 126 user-defined-floating-point-literal 127 user-defined-string-literal 128 user-defined-character-literal 133 Expression for user-defined-integer-literal. C++ [lex.ext] [all …]
|
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/ |
H A D | nfs.c | 323 char *host, *val_dup, *literal, *next; in get_linux_shareopts_cb() local 338 literal = strchr(host, ']'); in get_linux_shareopts_cb() 339 if (literal == NULL) { in get_linux_shareopts_cb() 343 if (literal[1] == '\0') in get_linux_shareopts_cb() 345 else if (literal[1] == '/') { in get_linux_shareopts_cb() 346 next = strchr(literal + 2, ':'); in get_linux_shareopts_cb() 349 } else if (literal[1] == ':') in get_linux_shareopts_cb() 350 next = literal + 2; in get_linux_shareopts_cb()
|
/freebsd/contrib/kyua/doc/ |
H A D | results-files-report-example.mdoc | 3 .Bd -literal -offset indent 8 .Bd -literal -offset indent 17 .Bd -literal -offset indent 27 .Bd -literal -offset indent
|
/freebsd/crypto/openssh/ |
H A D | mdoc2man.awk | 34 literal=0 60 if(literal) 90 if(match(words[w+1],"-literal")) {
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 216 int literal, bool silent, in _nc_read_entry_source() argument 228 (void *) fp, buf, literal, silent, CASTxPTR(hook))); in _nc_read_entry_source() 236 if (_nc_parse_entry(&thisentry, literal, silent) == ERR) in _nc_read_entry_source() 401 _nc_resolve_uses2(bool fullresolve, bool literal) in _nc_resolve_uses2() argument 644 _nc_check_termtype2(&qp->tterm, literal); in _nc_resolve_uses2() 657 fixup_acsc(&qp->tterm, literal); in _nc_resolve_uses2() 677 fixup_acsc(TERMTYPE2 *tp, int literal) in fixup_acsc() argument 679 if (!literal) { in fixup_acsc() 688 sanity_check2(TERMTYPE2 *tp, bool literal) in sanity_check2() argument 715 if (!literal) { in sanity_check2() [all …]
|
/freebsd/contrib/libxo/libxo/ |
H A D | add.man.in | 7 .Bd -literal -offset indent 13 .Bd -literal -offset indent 20 .Bd -literal -offset indent
|
/freebsd/lib/libxo/ |
H A D | add.man | 7 .Bd -literal -offset indent 13 .Bd -literal -offset indent 20 .Bd -literal -offset indent
|
/freebsd/usr.sbin/lpr/filters/ |
H A D | lpf.c | 58 static int literal; /* print control characters */ variable 100 literal++; in main() 158 if (col >= width || (!literal && ch < ' ')) { in main()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 16 "null character(s) preserved in %select{char|string}0 literal">, 115 " '%0' in a raw string literal delimiter is incompatible " 119 " '%0' in a raw string literal delimiter is a C++2c extension">, 249 "hexadecimal floating %select{constant|literal}0 requires " 272 def ext_string_too_long : Extension<"string literal of length %0 exceeds " 276 "character too large for enclosing character literal type">; 287 "identifier after literal will be treated as a user-defined literal suffix " 290 "identifier after literal will be treated as a reserved user-defined literal " 294 "invalid suffix on literal; C++11 requires a space between literal and " 297 "invalid suffix on literal; C++11 requires a space between literal and " [all …]
|
H A D | DiagnosticCommonKinds.td | 60 def err_expected_string_literal : Error<"expected string literal " 68 "string literal with user-defined suffix cannot be used here">; 70 "character literal with user-defined suffix cannot be used here">; 72 "numeric literal with user-defined suffix cannot be used here">; 235 "%select{signed |}0'size_t' literal is out of range of possible " 247 "integer literal is too large to be represented in any %select{signed |}0" 250 "integer literal is too large to be represented in a signed integer type, " 254 "integer literal is too large to be represented in type 'long', " 255 "interpreting as 'unsigned long' per C89; this literal will " 259 "integer literal is too large to be represented in type 'long', " [all …]
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | fastlz.c | 253 goto literal; in FASTLZ_COMPRESSOR() 263 goto literal; in FASTLZ_COMPRESSOR() 269 goto literal; in FASTLZ_COMPRESSOR() 394 literal: in FASTLZ_COMPRESSOR()
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1951.txt | 203 elements of two types: literal bytes (of strings that have not been 522 Huffman codes for the literal/length and distance alphabets are 540 decode literal/length value from input stream 542 copy value (literal byte) to output stream 583 | LEN | NLEN |... LEN bytes of literal data...| 593 distinct alphabets: either literal bytes, from the alphabet of 596 drawn from (1..32,768). In fact, the literal and length 598 values 0..255 represent literal bytes, the value 256 indicates 659 for the literal/length alphabet are: 694 compressed data, first the literal/length code and then the [all …]
|
/freebsd/contrib/dialog/ |
H A D | ui_getc.c | 451 bool literal = FALSE; in dlg_getc() local 467 if (literal) { in dlg_getc() 487 literal = TRUE; in dlg_getc() 591 if (literal && _dlg_find_window(win)) in dlg_getc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPDInstructions.td | 176 // may contain an optional literal must use the VSrc_*_Deferred operand 177 // type. Optional literal operands in MADK VOPD components always use this 178 // operand form. If Both X and Y are MADK, the mandatory literal of X 180 // 'real' Y literal
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltic | 108 int literal, 117 NCURSES_BOOL literal) 171 int literal,
|
H A D | llib-ltict | 108 int literal, 117 NCURSES_BOOL literal) 171 int literal,
|
H A D | llib-ltictw | 108 int literal, 117 NCURSES_BOOL literal) 171 int literal,
|