Home
last modified time | relevance | path

Searched refs:dbfile (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c1342 char dbfile[MAXNAMLEN + 1]; local
1352 (void) strcpy(dbfile, pname);
1353 (void) strcat(dbfile, dbm_dir);
1355 if ((f = open(dbfile, (O_WRONLY | O_CREAT | O_TRUNC), 0600)) >= 0) {
1357 (void) strcpy(dbfile, pname);
1358 (void) strcat(dbfile, dbm_pag);
1360 if ((f = open(dbfile, (O_WRONLY | O_CREAT | O_TRUNC),
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c191 char dbfile[MAXNAMLEN + 1]; local
201 (void) strcpy(dbfile, pname);
202 (void) strcat(dbfile, dbm_dir);
204 if (stat64(dbfile, &filestat) != -1) {
205 (void) strcpy(dbfile, pname);
206 (void) strcat(dbfile, dbm_pag);
208 if (stat64(dbfile, &filestat) != -1) {
215 dbfile);
226 dbfile);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c223 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()
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()
250 dbfile); in ypcheck_map_existence_yptol()
257 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol()
265 dbfile); in ypcheck_map_existence_yptol()
271 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol()
[all …]