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

/freebsd-10.1-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)
312 struct substitution *subst;
314 if ((subst = bsdtar->substitution)
[all...]
H A Dbsdtar.h111 struct substitution *substitution; /* for subst.c */ member in struct:bsdtar
/freebsd-10.1-release/contrib/bmake/unit-tests/
H A Dtest.exp105 make: "forloop" line 38: Wrong number of words (9) in .for substitution list with 2 vars
130 Expect: Unclosed substitution for VAR (, missing)
131 make: Unclosed substitution for VAR (, missing)
/freebsd-10.1-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-10.1-release/share/mk/
H A Dbsd.man.mk39 # or installing. Can be used to do sed substitution.
/freebsd-10.1-release/gnu/usr.bin/rcs/
H A Drcstest439 keyword substitution: kv
/freebsd-10.1-release/bin/sh/
H A Dparser.c209 * which could happen if we add command substitution on PS1/PS2.
980 synerror("Error in command substitution");
1040 synerror("EOF in backquote substitution");
1391 PARSESUB(); /* parse substitution */
1578 * Parse a substitution. At this point, we have read the dollar sign
1673 synerror("Unexpected end of line in substitution");
1687 synerror("Unexpected end of line in substitution");
2034 error("Command substitution not allowed here");
/freebsd-10.1-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-10.1-release/contrib/subversion/
H A Dbuild.conf941 description = Test eol conversion and keyword substitution routines

Completed in 109 milliseconds