Searched refs:cfname (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.bin/localedef/
H A Dlocaledef.c248 char *cfname = NULL; local
281 cfname = optarg;
306 if (cfname) {
308 (void) printf("Loading charmap %s.\n", cfname);
309 reset_scanner(cfname);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c272 ctl_readcf(const char *ptrname, const char *cfname) argument
282 cfile = fopen(cfname, "r");
285 ptrname, cfname, strerror(errno));
290 sroom2 = sroom + strlen(cfname) + 1;
302 strcpy(cpriv->pub.cji_fname, cfname);
765 ctl_rmjob(const char *ptrname, const char *cfname) argument
771 cjinf = ctl_readcf(ptrname, cfname);
774 "ctl_renametf error cti_readcf(%s)", cfname);
H A Dcommon.c238 calc_jobnum(const char *cfname, const char **hostpp) argument
243 numstr = cfname + 3;
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c86 static char *cfname; /* daemon control files, linked from tf's */ variable
515 if (link(tfname, cfname) < 0) {
516 printf("%s: cannot rename %s\n", progname, cfname);
682 if (cfname)
684 unlink(cfname);
685 while (cfname[i]-- != 'A');
869 cfname = lmktemp(pp, "cf", n, len);
/freebsd-11-stable/contrib/bmake/
H A Dparse.c687 ParseVErrorInternal(FILE *f, const char *cfname, size_t clineno, int type, argument
694 if (cfname != NULL) {
696 if (*cfname != '/' && strcmp(cfname, "(stdin)") != 0) {
711 (void)fprintf(f, "%s/%s", dir, cfname);
713 (void)fprintf(f, "%s", cfname);
744 ParseErrorInternal(const char *cfname, size_t clineno, int type, argument
751 ParseVErrorInternal(stderr, cfname, clineno, type, fmt, ap);
756 ParseVErrorInternal(debug_file, cfname, clineno, type, fmt, ap);
/freebsd-11-stable/usr.sbin/jail/
H A Djail.c59 const char *cfname; variable
153 cfname = CONF_FILE;
169 cfname = optarg;
308 (!strcmp(cfname, "-") || stat(cfname, &st) == 0)))
H A Djailp.h238 extern const char *cfname;
H A Dconfig.c139 if (!strcmp(cfname, "-")) {
140 cfname = "STDIN";
143 yyin = fopen(cfname, "r");
145 err(1, "%s", cfname);
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c125 ** cfname -- configuration file name.
138 readcf(cfname, safe, e)
139 char *cfname;
165 FileName = cfname;
170 cf = safefopen(cfname, O_RDONLY, 0444, sff);

Completed in 115 milliseconds