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

123

/freebsd-10-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-10-stable/contrib/bmake/unit-tests/
H A Dexport-env.mk18 UT_LIT= literal ${UT_TEST}
19 .export-literal UT_LIT
/freebsd-10-stable/crypto/openssl/util/
H A Dmkbuildinf.pl14 * literal
/freebsd-10-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-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c38 * _nc_read_entry_source(FILE *, literal, bool, bool (*hook)())
123 int literal, bool silent,
137 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
181 _nc_resolve_uses2(bool fullresolve, bool literal) argument
380 _nc_check_termtype2(&qp->tterm, literal);
405 sanity_check2(TERMTYPE *tp, bool literal) argument
429 if (!literal) {
122 _nc_read_entry_source(FILE *fp, char *buf, int literal, bool silent, bool(*hook) (ENTRY *)) argument
H A Dparse_entry.c182 * _nc_parse_entry(entry, literal, silent)
204 _nc_parse_entry(struct entry *entryp, int literal, bool silent) argument
479 if (!literal) {
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp191 return ReturnError(StrStart, "End of file in string literal");
194 return ReturnError(StrStart, "End of line in string literal");
205 // These turn into their literal character.
224 return ReturnError(StrStart, "End of file in string literal");
227 return ReturnError(CurPtr, "invalid escape in string literal");
/freebsd-10-stable/gnu/usr.bin/binutils/as/
H A DMakefile35 literal.c \
/freebsd-10-stable/contrib/dialog/
H A Dui_getc.c435 bool literal = FALSE; local
453 if (literal) {
473 literal = TRUE;
569 if (literal)
/freebsd-10-stable/contrib/gdb/gdb/
H A Dscm-exp.c406 error ("non-terminated string literal");
H A Dada-lex.l491 error ("Integer literal out of range");
493 error ("Invalid digit `%c' in based literal", *trailer);
498 error ("Integer literal out of range");
/freebsd-10-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-10-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h96 /// byte as a literal.
108 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-10-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c95 goto literal;
100 literal:
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtic.c404 } else { /* literal list of names */
483 bool literal = FALSE; /* suppress post-processing? */ local
551 literal = TRUE;
560 literal = TRUE;
704 !smart_defaults || literal, FALSE, local
711 if (!_nc_resolve_uses2(TRUE, literal) && !check_only) {
1360 check_termtype(TERMTYPE *tp, bool literal) argument
1520 save_check_termtype(tp, literal);
/freebsd-10-stable/sys/kern/
H A Dsubr_scanf.c141 goto literal;
151 literal:
/freebsd-10-stable/contrib/tcsh/
H A Dsh.glob.c653 * Command substitute cp. If literal, then this is a substitution from a
658 dobackp(Char *cp, int literal) argument
686 backeval(&bb, &word, ep, literal);
699 backeval(struct blk_buf *bb, struct Strbuf *word, Char *cp, int literal) argument
710 if (!literal) {
715 quoted = literal;
860 * If we didn't make empty words here when literal was set then we
863 if (c != 0 && (cnt || literal))
/freebsd-10-stable/contrib/less/
H A Dcmdbuf.c31 static int literal; /* Next input char should not be interpreted */ variable
123 literal = 0;
882 literal = 1;
1269 if (literal)
1274 literal = 0;
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dvfscanf.c182 goto literal;
195 literal:
/freebsd-10-stable/lib/libc/stdlib/
H A Dstrfmon.c140 goto literal;
147 literal:
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2116 size_t proplen, boolean_t literal)
2133 NULL, NULL, 0, literal);
2261 * Retrieve a property from the given object. If 'literal' is specified, then
2269 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
2293 * this into a string unless 'literal' is specified.
2300 if (literal ||
2399 * (unless literal is set), and indicate that it's the default
2404 if (literal)
2409 if (literal)
2427 * literal i
2115 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf, size_t proplen, boolean_t literal) argument
2268 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
2856 zfs_prop_get_userquota(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument
2915 zfs_prop_get_written(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument
4145 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, boolean_t literal) argument
[all...]
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi99 literal => [ '@verbatim', '@end verbatim' ],
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp59 /// \brief Produce a diagnostic highlighting some portion of a literal.
76 /// either a character or a string literal.
416 /// binary-literal integer-suffix [GNU, C++1y]
417 /// user-defined-integer-literal: [C++11 lex.ext]
418 /// decimal-literal ud-suffix
419 /// octal-literal ud-suffix
420 /// hexadecimal-literal ud-suffix
421 /// binary-literal ud-suffix [GNU, C++1y]
433 /// binary-literal:
436 /// binary-literal binar
[all...]

Completed in 136 milliseconds

123