| /freebsd-12.1/stand/common/ |
| H A D | paths.h | 33 #define PATH_CONFIG "/boot/config" macro
|
| /freebsd-12.1/stand/i386/isoboot/ |
| H A D | isoboot.c | 253 if ((ino = cd9660_lookup(PATH_CONFIG)) || in main() 263 printf("%s: %s", PATH_CONFIG, cmd); in main()
|
| /freebsd-12.1/stand/mips/beri/boot2/ |
| H A D | boot2.c | 227 if ((ino = lookup(PATH_CONFIG)) || in main() 238 printf("%s: %s", PATH_CONFIG, cmddup); in main()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | fs.h | 78 #define PATH_CONFIG "fsx.conf" /* Configuration */ macro
|
| H A D | fs_x.c | 267 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config() 533 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, in write_config() 1292 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_x__info_config_files()
|
| H A D | hotcopy.c | 593 SVN_ERR(svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body()
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | boot2.c | 222 if ((ino = lookup(PATH_CONFIG)) || in main() 233 printf("%s: %s", PATH_CONFIG, cmddup); in main()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | fs.h | 80 #define PATH_CONFIG "fsfs.conf" /* Configuration */ macro
|
| H A D | fs_fs.c | 752 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config() 1159 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, pool), in write_config() 1312 SVN_ERR(svn_io_check_path(svn_dirent_join(fs->path, PATH_CONFIG, pool), in upgrade_body() 1326 svn_dirent_join(fs->path, PATH_CONFIG, pool)); in upgrade_body() 2342 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_fs__info_config_files()
|
| H A D | hotcopy.c | 842 err = svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body() 863 config_relpath = svn_dirent_join(src_fs->path, PATH_CONFIG, pool); in hotcopy_body()
|
| /freebsd-12.1/stand/i386/gptboot/ |
| H A D | gptboot.c | 307 if ((ino = lookup(PATH_CONFIG)) || in main() 319 printf("%s: %s", PATH_CONFIG, cmd); in main()
|
| /freebsd-12.1/stand/i386/zfsboot/ |
| H A D | zfsboot.c | 835 } else if (zfs_lookup(&zfsmount, PATH_CONFIG, &dn) == 0 || in main() 850 printf("%s: %s\n", PATH_CONFIG, cmddup); in main()
|
| /freebsd-12.1/stand/efi/boot1/ |
| H A D | boot1.c | 230 status = mod->load(PATH_CONFIG, dev, &buf, &bufsize); in try_boot()
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | main.c | 71 #define PATH_CONFIG "/etc/%s.config" macro 1650 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix); in main()
|