Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ypserv/mkalias/
H A Dmkalias.c149 char db_mapname[PATH_MAX], db_outfile[PATH_MAX]; in main() local
203 snprintf(db_outfile, sizeof(db_outfile), in main()
236 db_outfile); in main()
322 if (rename(db_tempname, db_outfile) < 0) { in main()
324 db_outfile); in main()
/openbsd/usr.sbin/ypserv/makedbm/
H A Dmakedbm.c169 char db_mapname[PATH_MAX], db_outfile[PATH_MAX]; in create_database() local
188 snprintf(db_outfile, sizeof(db_outfile), "%s%s", database, YPDB_SUFFIX); in create_database()
214 __progname, db_outfile); in create_database()
278 if (rename(db_mapname, db_outfile) < 0) { in create_database()
281 db_outfile); in create_database()