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

123

/freebsd-11-stable/crypto/openssh/
H A Dmdoc2man.awk36 literal=0
62 if(literal)
92 if(match(words[w+1],"-literal")) {
93 literal=1
99 literal=0
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-env.mk18 UT_LIT= literal ${UT_TEST}
19 .export-literal UT_LIT
/freebsd-11-stable/crypto/openssl/util/
H A Dmkbuildinf.pl14 * literal
/freebsd-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c70 static int literal; /* print control characters */ variable
112 literal++;
170 if (col >= width || (!literal && ch < ' ')) {
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c213 int literal, bool silent,
227 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
271 _nc_resolve_uses2(bool fullresolve, bool literal) argument
489 _nc_check_termtype2(&qp->tterm, literal);
494 fixup_acsc(&qp->tterm, literal);
520 fixup_acsc(TERMTYPE *tp, int literal) argument
522 if (!literal) {
531 sanity_check2(TERMTYPE *tp, bool literal) argument
556 if (!literal) {
557 fixup_acsc(tp, literal);
212 _nc_read_entry_source(FILE *fp, char *buf, int literal, bool silent, bool(*hook) (ENTRY *)) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/as/
H A DMakefile35 literal.c \
/freebsd-11-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-11-stable/contrib/dialog/
H A Dui_getc.c435 bool literal = FALSE; local
453 if (literal) {
473 literal = TRUE;
569 if (literal)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dscm-exp.c406 error ("non-terminated string literal");
/freebsd-11-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}
H A Dsys.vars.mk40 # :L says to use the variable's name as its value - ie. literal
/freebsd-11-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-11-stable/share/mk/
H A Dlocal.sys.env.mk16 # :L says to use the variable's name as its value - ie. literal
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c95 goto literal;
100 literal:
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp511 os << "NSArray literal is an object with a +0 retain count";
513 os << "NSDictionary literal is an object with a +0 retain count";
516 os << "NSNumber literal is an object with a +0 retain count";
/freebsd-11-stable/sys/kern/
H A Dsubr_scanf.c145 goto literal;
155 literal:
/freebsd-11-stable/contrib/tcsh/
H A Dsh.glob.c649 * Command substitute cp. If literal, then this is a substitution from a
654 dobackp(Char *cp, int literal) argument
682 backeval(&bb, &word, ep, literal);
695 backeval(struct blk_buf *bb, struct Strbuf *word, Char *cp, int literal) argument
706 if (!literal) {
711 quoted = literal;
856 * If we didn't make empty words here when literal was set then we
859 if (c != 0 && (cnt || literal))
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c509 } else { /* literal list of names */
683 bool literal = FALSE; /* suppress post-processing? */ local
773 literal = TRUE;
782 literal = TRUE;
929 !smart_defaults || literal, FALSE, local
936 if (!_nc_resolve_uses2(TRUE, literal) && !check_only) {
1943 check_termtype(TERMTYPE *tp, bool literal) argument
2116 save_check_termtype(tp, literal);
/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c33 static int literal; /* Next input char should not be interpreted */ variable
126 literal = 0;
930 literal = 1;
1312 if (literal)
1317 literal = 0;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2297 size_t proplen, boolean_t literal)
2314 NULL, NULL, 0, literal);
2510 * Retrieve a property from the given object. If 'literal' is specified, then
2518 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
2542 * this into a string unless 'literal' is specified.
2549 if (literal ||
2649 * (unless literal is set), and indicate that it's the default
2654 if (literal)
2659 if (literal)
2678 * literal i
2296 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf, size_t proplen, boolean_t literal) argument
2517 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
3122 zfs_prop_get_userquota(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument
3181 zfs_prop_get_written(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument
4493 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, boolean_t literal) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp262 return ReturnError(StrStart, "End of file in string literal");
265 return ReturnError(StrStart, "End of line in string literal");
276 // These turn into their literal character.
295 return ReturnError(StrStart, "End of file in string literal");
298 return ReturnError(CurPtr, "invalid escape in string literal");
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfscanf.c182 goto literal;
195 literal:
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c140 goto literal;
147 literal:
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi99 literal => [ '@verbatim', '@end verbatim' ],

Completed in 181 milliseconds

123