Lines Matching refs:source
124 input(char *source) in input() argument
135 "pack: %s: read error - file unchanged: "), source); in input()
143 output(char *source) in output() argument
182 source); in output()
203 "file unchanged: "), source); in output()
245 packfile(char *source) in packfile() argument
251 if (input(source) == 0) in packfile()
269 "pack: %s: trivial file - file unchanged\n"), source); in packfile()
309 "file unchanged\n"), source); in packfile()
318 "pack: %s: no saving - file unchanged\n"), source); in packfile()
336 return (output(source)); in packfile()