Lines Matching defs:sname
57 char *sname, /* system file name */
74 assert(sname != NULL);
80 *tname = Malloc(strlen(sname) + strlen(".tmp") + 1);
81 (void) strcpy(*tname, sname);
85 if (((fp = fopen(sname, "r")) == NULL) ||
88 (void) mdsyserror(ep, errno, sname);
126 "Delete the following lines from %s:\n\n"), sname);
165 (void) mdsyserror(ep, errno, sname);
175 (void) mderror(ep, MDE_SYSTEM_FILE, sname);
210 char *sname, /* system file name */
222 assert(sname != NULL);
233 "Add the following lines to %s:\n\n"), sname);
339 char *sname, /* system file name */
363 assert(sname != NULL);
385 "Add the following lines to %s:\n\n"), sname);