Searched refs:literal (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-export-literal.mk1 # $NetBSD: directive-export-literal.mk,v 1.7 2020/12/13 01:07:54 rillig Exp $
3 # Tests for the .export-literal directive, which exports a variable value
8 .export-literal UT_VAR
10 .export-literal # oops: missing argument
H A Dmake-exported.mk8 -literal= make-exported-value-literal
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
18 # make behaved like a mixture of .export-literal and a regular .export.
20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
22 .MAKE.EXPORTED= -literal UT_VAR
H A Dopt-var-literal.mk1 # $NetBSD: opt-var-literal.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $
H A Dexport-env.mk18 UT_LIT= literal ${UT_TEST}
19 .export-literal UT_LIT
H A Dcond-token-string.exp7 make: "cond-token-string.mk" line 46: The string literal "UNDEF" is not empty.
9 make: "cond-token-string.mk" line 55: The string literal " " is not empty, even though it consists of whitespace only.
H A Ddollar.exp5 1 dollar literal => <single-quote-var-value>
6 1 dollar literal eol => <>
7 2 dollar literal => <$>
8 4 dollar literal => <$$>
H A Ddollar.mk23 # The trailing dollar in the '1 dollar literal eol' test case accesses
34 $T '1 dollar literal' '$'
35 $T '1 dollar literal eol' ''$
36 $T '2 dollar literal' '$$'
37 $T '4 dollar literal' '$$$$'
H A Dcond-late.mk17 all: cond-literal
25 cond-literal:
H A Dcond-cmp-string.mk34 # Any character in a string literal may be escaped using a backslash.
88 # Adding another variable expression to the string literal works though.
99 # If at least one side of the comparison is a string literal, the string
105 # If at least one side of the comparison is a string literal, the string
H A Dvarmod-ifelse.mk22 # ${:Uvariable expression} == "literal"
27 .if ${${:Uvariable expression} == "literal":?bad:bad}
72 # If the "Bad conditional expression" appears in a quoted string literal, the
H A Ddeptgt-makeflags.mk69 # literal newline now. This prevents the newline from being skipped during
73 # This is one of the very few ways (maybe even the only one) to inject literal
H A Dvarmod.mk9 # be written as '$$' in a literal variable value.
/freebsd-13-stable/crypto/openssh/
H A Dmdoc2man.awk34 literal=0
60 if(literal)
90 if(match(words[w+1],"-literal")) {
91 literal=1
97 literal=0
/freebsd-13-stable/usr.sbin/lpr/filters/
H A Dlpf.c72 static int literal; /* print control characters */ variable
114 literal++;
172 if (col >= width || (!literal && ch < ' ')) {
/freebsd-13-stable/sys/conf/
H A DMakefile.powerpc52 -Wno-error=non-literal-null-conversion \
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c212 int literal, bool silent,
226 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
390 _nc_resolve_uses2(bool fullresolve, bool literal) argument
615 _nc_check_termtype2(&qp->tterm, literal);
620 fixup_acsc(&qp->tterm, literal);
639 fixup_acsc(TERMTYPE2 *tp, int literal) argument
641 if (!literal) {
650 sanity_check2(TERMTYPE2 *tp, bool literal) argument
677 if (!literal) {
678 fixup_acsc(tp, literal);
211 _nc_read_entry_source(FILE *fp, char *buf, int literal, bool silent, bool(*hook) (ENTRY *)) argument
[all...]
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c201 /* create literal copy only */
215 /* we start with literal copy */
255 goto literal;
265 goto literal;
271 goto literal;
326 /* reset literal counter */
391 /* assuming literal copy */
396 literal:
406 /* left-over as literal copy */
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h95 /// byte as a literal.
107 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_lzma1_encoder_s
H A Dlzma_encoder.c46 literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position) function
48 // Locate the literal byte to be encoded and the subcoder.
51 probability *subcoder = literal_subcoder(coder->literal,
56 // Previous LZMA-symbol was a literal. Encode a normal
57 // literal without a match byte.
62 // of the current literal and the match byte.
244 literal(coder, mf, position);
281 // always be a literal.
285 rc_bittree(&coder->rc, coder->literal[0], 8, mf->buffer[0]);
359 // - UINT32_MAX: not a match but a literal
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk119 # but we can export a literal (unexpanded) value
124 .export-literal SRCTOP OBJROOT ${_tricky_env_vars}
/freebsd-13-stable/contrib/dialog/
H A Dui_getc.c442 bool literal = FALSE; local
460 if (literal) {
480 literal = TRUE;
578 if (literal)
/freebsd-13-stable/contrib/libedit/
H A DMakefile18 hist.c history.c historyn.c keymacro.c literal.c map.c \
136 COPTS.literal.c+= -Wno-sign-conversion
/freebsd-13-stable/share/mk/
H A Dlocal.sys.env.mk16 # :L says to use the variable's name as its value - ie. literal
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c95 goto literal;
100 literal:
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp510 os << "NSArray literal is an object with a +0 retain count";
512 os << "NSDictionary literal is an object with a +0 retain count";
515 os << "NSNumber literal is an object with a +0 retain count";

Completed in 207 milliseconds

123