Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/tzsetup/
H A Dtzsetup.c83 path_db[MAXPATHLEN], path_wall_cmos_clock[MAXPATHLEN]; variable
871 if ((f = fopen(path_db, "w")) != NULL) { in install_zoneinfo()
949 strcpy(path_db, _PATH_DB); in main()
956 sprintf(path_db, "%s/%s", chrootenv, _PATH_DB); in main()
968 if ((f = fopen(path_db, "r")) != NULL) { in main()
976 errx(1, "Error reading %s.\n", path_db); in main()
981 "name. Check %s", path_db); in main()
983 errx(1, "Cannot open %s for reading. Does it exist?", path_db); in main()