Searched refs:base_path (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/common/
H A Ddb1.c39 dbenv->base_path = NULL;
50 if (dbenv->base_path != NULL)
51 free(dbenv->base_path);
58 db1_dbenv_open(DB_ENV *dbenv, char *base_path, u_int32_t flags, int mode) { argument
62 dbenv->base_path = strdup(base_path);
63 if (dbenv->base_path == NULL)
71 db1_dbenv_remove(DB_ENV *dbenv_fake, char *base_path, u_int32_t flags) { argument
H A Dvi_db.h106 char *base_path; member in struct:__db_env_new
/netbsd-current/sys/arch/i386/stand/lib/
H A Dexec.c617 module_path(boot_module_t *bm, const char *kdev, const char *base_path) argument
641 dev_buf, base_path, p, p);
649 kdev, base_path, name, name);
657 const char *base_path, bool doload)
663 path = module_path(bm, kdev, base_path);
656 module_open(boot_module_t *bm, int mode, const char *kdev, const char *base_path, bool doload) argument
/netbsd-current/usr.sbin/installboot/
H A Devboards.c1649 const char *base_path = evb_board_get_uboot_path(params, board); local
1652 if (base_path == NULL || file_name == NULL)
1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c1458 const char *base_path = NULL;
1462 base_path = child_path (canon_sysroot.get (), canon_dir);
1464 base_path = child_path (gdb_sysroot, canon_dir);
1466 if (base_path != NULL)
1473 debugfile += base_path;
1486 debugfile += base_path;
1457 const char *base_path = NULL; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c1451 const char *base_path = NULL;
1455 base_path = child_path (canon_sysroot.get (), canon_dir);
1457 base_path = child_path (gdb_sysroot.c_str (), canon_dir);
1459 if (base_path != NULL)
1466 debugfile += base_path;
1479 debugfile += base_path;
1450 const char *base_path = NULL; local

Completed in 141 milliseconds