Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c217 char dbfile[MAXNAMLEN + sizeof (TTL_POSTFIX) + 1]; in ypcheck_map_existence_yptol() local
223 sizeof (dbfile)) { in ypcheck_map_existence_yptol()
230 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol()
231 (void) strcat(dbfile, dbm_dir); in ypcheck_map_existence_yptol()
233 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
237 dbfile); in ypcheck_map_existence_yptol()
243 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol()
244 (void) strcat(dbfile, dbm_pag); in ypcheck_map_existence_yptol()
246 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
250 dbfile); in ypcheck_map_existence_yptol()
[all …]
/titanic_50/usr/src/cmd/ypcmd/shared/
H A Dutils.c193 char dbfile[MAXNAMLEN + 1]; local
203 (void) strcpy(dbfile, pname);
204 (void) strcat(dbfile, dbm_dir);
206 if (stat64(dbfile, &filestat) != -1) {
207 (void) strcpy(dbfile, pname);
208 (void) strcat(dbfile, dbm_pag);
210 if (stat64(dbfile, &filestat) != -1) {
217 dbfile);
228 dbfile);
/titanic_50/usr/src/cmd/ypcmd/
H A Dypxfr.c1339 char dbfile[MAXNAMLEN + 1]; local
1349 (void) strcpy(dbfile, pname);
1350 (void) strcat(dbfile, dbm_dir);
1352 if ((f = open(dbfile, (O_WRONLY | O_CREAT | O_TRUNC), 0600)) >= 0) {
1354 (void) strcpy(dbfile, pname);
1355 (void) strcat(dbfile, dbm_pag);
1357 if ((f = open(dbfile, (O_WRONLY | O_CREAT | O_TRUNC),