Searched refs:PATH_CONFIG (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/stand/common/
H A Dpaths.h35 #define PATH_CONFIG "/boot/config" macro
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h79 #define PATH_CONFIG "fsx.conf" /* Configuration */
78 #define PATH_CONFIG macro
H A Dfs_x.c268 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool),
534 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG,
1294 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG,
H A Dhotcopy.c593 SVN_ERR(svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG,
/freebsd-12-stable/stand/i386/isoboot/
H A Disoboot.c253 if ((ino = cd9660_lookup(PATH_CONFIG)) ||
263 printf("%s: %s", PATH_CONFIG, cmd);
/freebsd-12-stable/stand/mips/beri/boot2/
H A Dboot2.c227 if ((ino = lookup(PATH_CONFIG)) ||
238 printf("%s: %s", PATH_CONFIG, cmddup);
/freebsd-12-stable/stand/efi/boot1/
H A Dboot1.c121 status = mod->load(PATH_CONFIG, dev, &buf, &bufsize);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h81 #define PATH_CONFIG "fsfs.conf" /* Configuration */
80 #define PATH_CONFIG macro
H A Dfs_fs.c755 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool),
1162 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, pool),
1315 SVN_ERR(svn_io_check_path(svn_dirent_join(fs->path, PATH_CONFIG, pool),
1329 svn_dirent_join(fs->path, PATH_CONFIG, pool));
2347 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG,
H A Dhotcopy.c842 err = svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG,
863 config_relpath = svn_dirent_join(src_fs->path, PATH_CONFIG, pool);
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c222 if ((ino = lookup(PATH_CONFIG)) ||
233 printf("%s: %s", PATH_CONFIG, cmddup);
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptboot.c307 if ((ino = lookup(PATH_CONFIG)) ||
319 printf("%s: %s", PATH_CONFIG, cmd);
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsboot.c867 } else if (zfs_lookup(&zfsmount, PATH_CONFIG, &dn) == 0 ||
882 printf("%s: %s\n", PATH_CONFIG, cmddup);
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dmain.c71 #define PATH_CONFIG "/etc/%s.config" macro
1650 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix);

Completed in 131 milliseconds