Home
last modified time | relevance | path

Searched refs:conffile (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/etc/rc.d/
H A Dwg78 local conffile=$1
79 local ifname=$(basename ${conffile} .conf)
81 debug "loading [${ifname}] configs from file: ${conffile}"
275 }' "${conffile}") || exit $?
416 local conffile="${wg_config_dir}/${ifname}.conf"
417 if [ ! -r "${conffile}" ]; then
418 err 1 "cannot read config file: ${conffile}"
421 wg_load_config "${conffile}"
454 local conffile="${wg_config_dir}/${ifname}.conf"
455 if [ ! -r "${conffile}" ]; then
[all …]
/dflybsd-src/libexec/rtld-elf/
H A Dlibmap.c155 char conffile[MAXPATHLEN]; in lmc_parse_dir() local
189 if (strlcpy(conffile, idir, MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
191 if (strlcat(conffile, "/", MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
193 if (strlcat(conffile, dp->d_name, MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
195 lmc_parse_file(conffile); in lmc_parse_dir()
/dflybsd-src/usr.sbin/rtadvd/
H A Dadvcap.c84 extern const char *conffile;
104 return (getent(bp, name, conffile)); in tgetent()
206 if (getent(tcbuf, tcname, conffile) != 1) { in tnchktc()
H A Drtadvd.c95 const char *conffile = _PATH_RTADVDCONF; variable
191 conffile = optarg; in main()