Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/tzsetup/
H A Dtzsetup.c78 path_db[MAXPATHLEN], path_wall_cmos_clock[MAXPATHLEN]; variable
876 if ((f = fopen(path_db, "w")) != NULL) { in install_zoneinfo()
947 strcpy(path_db, _PATH_DB); in main()
954 sprintf(path_db, "%s/%s", chrootenv, _PATH_DB); in main()
966 if ((f = fopen(path_db, "r")) != NULL) { in main()
974 errx(1, "Error reading %s.\n", path_db); in main()
979 "name. Check %s", path_db); in main()
981 errx(1, "Cannot open %s for reading. Does it exist?", path_db); in main()