Searched defs:asfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dwritefile.c44 writefile(int fi, int fo, char *infile, char *outfile, char *asfile, argument
59 if (asfile != NULL) {
60 src_size = strlen(infile) + strlen(asfile) +
72 if (asfile != NULL) {
74 infile, dgettext(TEXT_DOMAIN, " attribute "), asfile);

Completed in 66 milliseconds