Home | History | Annotate | Download | only in tar

Lines Matching refs:substitution

37 struct substitution {
44 struct substitution *subst;
46 bsdtar->substitution = subst = malloc(sizeof(*subst));
56 struct substitution *subst;
61 if ((subst = bsdtar->substitution) == NULL) {
63 subst = bsdtar->substitution;
207 struct substitution *subst;
212 if ((subst = bsdtar->substitution) == NULL)
321 struct substitution *subst;
323 if ((subst = bsdtar->substitution) == NULL)