| /NextBSD/sys/boot/arm/at91/boot2/ |
| HD | boot2.c | 68 #define PATH_CONFIG "/boot/config" macro 165 if ((ino = lookup(PATH_CONFIG)) || in main() 172 printf("%s: %s\n", PATH_CONFIG, cmd); in main()
|
| /NextBSD/sys/boot/arm/ixp425/boot2/ |
| HD | boot2.c | 66 #define PATH_CONFIG "/boot/config" macro 171 if ((ino = lookup(PATH_CONFIG)) || in main() 178 printf("%s: %s\n", PATH_CONFIG, cmd); in main()
|
| /NextBSD/sys/boot/i386/gptboot/ |
| HD | gptboot.c | 42 #define PATH_CONFIG "/boot/config" macro 167 if ((ino = lookup(PATH_CONFIG)) || in main() 179 printf("%s: %s", PATH_CONFIG, cmd); in main()
|
| /NextBSD/sys/boot/mips/beri/boot2/ |
| HD | boot2.c | 112 #define PATH_CONFIG "/boot/config" macro 269 if ((ino = lookup(PATH_CONFIG)) || in main() 280 printf("%s: %s", PATH_CONFIG, cmddup); in main()
|
| /NextBSD/sys/boot/i386/boot2/ |
| HD | boot2.c | 91 #define PATH_CONFIG "/boot/config" macro 257 if ((ino = lookup(PATH_CONFIG)) || in main() 268 printf("%s: %s", PATH_CONFIG, cmddup); in main()
|
| /NextBSD/sys/boot/pc98/boot2/ |
| HD | boot2.c | 93 #define PATH_CONFIG "/boot/config" macro 396 if ((ino = lookup(PATH_CONFIG)) || in main() 407 printf("%s: %s", PATH_CONFIG, cmddup); in main()
|
| /NextBSD/sys/boot/i386/zfsboot/ |
| HD | zfsboot.c | 49 #define PATH_CONFIG "/boot/config" macro 532 } else if (zfs_lookup(&zfsmount, PATH_CONFIG, &dn) == 0 || in main() 547 printf("%s: %s\n", PATH_CONFIG, cmddup); in main()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | fs.h | 79 #define PATH_CONFIG "fsx.conf" /* Configuration */ macro
|
| HD | fs_x.c | 251 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config() 517 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, in write_config() 1225 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_x__info_config_files()
|
| HD | hotcopy.c | 769 SVN_ERR(svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | fs.h | 80 #define PATH_CONFIG "fsfs.conf" /* Configuration */ macro
|
| HD | fs_fs.c | 696 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config() 1023 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, pool), in write_config() 1175 SVN_ERR(svn_io_check_path(svn_dirent_join(fs->path, PATH_CONFIG, pool), in upgrade_body() 1189 svn_dirent_join(fs->path, PATH_CONFIG, pool)); in upgrade_body() 2203 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_fs__info_config_files()
|
| HD | 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()
|
| /NextBSD/contrib/bsnmp/snmpd/ |
| HD | main.c | 70 #define PATH_CONFIG "/etc/%s.config" macro 1809 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix); in main()
|