Lines Matching refs:dbfile
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()
262 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol()
263 (void) strcat(dbfile, TTL_POSTFIX); in ypcheck_map_existence_yptol()
264 (void) strcat(dbfile, dbm_dir); in ypcheck_map_existence_yptol()
266 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
270 dbfile); in ypcheck_map_existence_yptol()
276 (void) strcpy(dbfile, pname); in ypcheck_map_existence_yptol()
277 (void) strcat(dbfile, TTL_POSTFIX); in ypcheck_map_existence_yptol()
278 (void) strcat(dbfile, dbm_pag); in ypcheck_map_existence_yptol()
280 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
284 dbfile); in ypcheck_map_existence_yptol()