Searched refs:substitution (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dmoderrs.exp13 Expect: Unclosed substitution for VAR (, missing)
14 make: Unclosed substitution for VAR (, missing)
H A Dforloop.exp15 make: "forloop.mk" line 38: Wrong number of words (9) in .for substitution list with 2 vars
H A Dmoderrs.mk30 @echo "Expect: Unclosed substitution for VAR (, missing)"
H A Dposix1.mk6 all: line-continuations suffix-substitution localvars
38 # Suffix substitution
45 suffix-substitution:
50 # Local variables: regular forms, D/F forms and suffix substitution.
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dsubst.c54 struct substitution { struct
61 struct substitution *subst;
63 bsdtar->substitution = subst = malloc(sizeof(*subst));
73 struct substitution *subst;
78 if ((subst = bsdtar->substitution) == NULL) {
80 subst = bsdtar->substitution;
216 struct substitution *subst;
221 if ((subst = bsdtar->substitution) == NULL)
314 struct substitution *subst;
316 if ((subst = bsdtar->substitution)
[all...]
H A Dbsdtar.h113 struct substitution *substitution; /* for subst.c */ member in struct:bsdtar
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFastDemangle.cpp332 printf("Saved substitution # %d = %.*s\n", index,
480 printf("*** Invalid substitution #%d\n", index);
965 // <substitution> ::= S <seq-id> _
967 // <substitution> ::= Sa # ::std::allocator
968 // <substitution> ::= Sb # ::std::basic_string
969 // <substitution> ::= Ss # ::std::basic_string < char,
972 // <substitution> ::= Si # ::std::basic_istream<char, std::char_traits<char> >
973 // <substitution> ::= So # ::std::basic_ostream<char, std::char_traits<char> >
974 // <substitution> ::= Sd # ::std::basic_iostream<char, std::char_traits<char> >
979 const char *substitution; local
[all...]
/freebsd-11.0-release/contrib/gcc/cp/
H A Dmangle.c96 /* An array of the current substitution candidates, in the order
129 special substitution rules. */
142 /* For quick substitution checks, look up these common identifiers
341 /* Produce debugging output of current substitution candidates. */
373 /* Both decls and types can be substitution candidates, but sometimes
378 and substitution candidates and finding matches. */
392 /* Add NODE as a substitution candidate. NODE must not already be on
404 /* Get the canonicalized substitution candidate for NODE. */
426 /* Put the decl onto the varray of substitution candidates. */
492 /* Check whether a substitution shoul
1024 tree substitution; local
[all...]
/freebsd-11.0-release/share/mk/
H A Dbsd.man.mk36 # or installing. Can be used to do sed substitution.
/freebsd-11.0-release/gnu/usr.bin/rcs/
H A Drcstest439 keyword substitution: kv
/freebsd-11.0-release/bin/sh/
H A Dparser.c211 * which could happen if we add command substitution on PS1/PS2.
245 * which could happen if we add command substitution on PS1/PS2.
1108 synerror("Error in command substitution");
1155 synerror("EOF in backquote substitution");
1512 PARSESUB(); /* parse substitution */
1608 * Parse a substitution. At this point, we have read the dollar sign
1703 synerror("Unexpected end of line in substitution");
1717 synerror("Unexpected end of line in substitution");
2095 error("Command substitution not allowed here");
/freebsd-11.0-release/contrib/gcc/
H A Dreload.c1457 record where they are located so that substitution need
2525 commutative operands, reg_equiv_address substitution, or whatever. */
4123 rtx substitution = substed_operand[i];
4125 *recog_data.operand_loc[i] = substitution;
4131 && GET_CODE (substitution) == LABEL_REF
4132 && !find_reg_note (insn, REG_LABEL, XEXP (substitution, 0)))
4134 XEXP (substitution, 0),
4581 this substitution. We have to emit a USE of the pseudo so
4708 modifying it when we do the substitution for the reload. */
4716 modifying it when we do the substitution fo
4110 rtx substitution = substed_operand[i]; local
[all...]
/freebsd-11.0-release/contrib/subversion/
H A Dbuild.conf1127 description = Test eol conversion and keyword substitution routines

Completed in 199 milliseconds