Searched refs:dbfile (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 222 char dbfile[MAXNAMLEN + sizeof (TTL_POSTFIX) + 1]; in ypcheck_map_existence_yptol() local 228 sizeof (dbfile)) { in ypcheck_map_existence_yptol() 235 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol() 236 (void) strcat(dbfile, dbm_dir); in ypcheck_map_existence_yptol() 238 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol() 242 dbfile); in ypcheck_map_existence_yptol() 248 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol() 249 (void) strcat(dbfile, dbm_pag); in ypcheck_map_existence_yptol() 251 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol() 255 dbfile); in ypcheck_map_existence_yptol() [all …]
|
/titanic_44/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 193 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_44/usr/src/cmd/ypcmd/ |
H A D | ypxfr.c | 1339 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),
|