Lines Matching refs:suffix
34 "to files with a path suffix containing 'z'. If encoding is applied to "
35 "a regular output file and the output file path does not have a suffix "
36 "containing 'z' and the input path has a suffix containing 'z' then the "
37 "output path is renamed by appending the input path suffix.]"
72 char suffix[16];
142 if (!ZIPSUFFIX(path, p) && *state->input.suffix && !stat(path, &st) && S_ISREG(st.st_mode))
144 p = sfprints("%s%s", path, state->input.suffix);
210 if (!*state->input.suffix && ZIPSUFFIX(arg, s))
211 strncopy(state->input.suffix, s, sizeof(state->input.suffix));