Lines Matching refs:to
4 * The contents of this file are subject to the terms of the
34 * putprojent() function to write a project structure to a file
37 putprojent(struct project *projstr, FILE *to)
41 (void) fprintf(to, "%s:%d:%s:", projstr->pj_name,
50 (void) fprintf(to, "%s", *memptr);
53 (void) fprintf(to, ",");
56 (void) fprintf(to, ":");
64 (void) fprintf(to, "%s", *memptr);
67 (void) fprintf(to, ",");
70 (void) fprintf(to, ":%s\n", projstr->pj_attr);