Lines Matching defs:pname
186 * This performs an existence check on the dbm data base files <pname>.pag and
187 * <pname>.dir.
190 check_map_existence(pname)
191 char *pname;
197 if (!pname || ((len = strlen(pname)) == 0) ||
203 (void) strcpy(dbfile, pname);
207 (void) strcpy(dbfile, pname);
263 * <name>.dir. pname is a ptr to the filename. This should be an absolute
277 ypcheck_map_existence(char *pname)
279 return (ypcheck_map_existence_yptol(pname));