Lines Matching defs:path
68 char *path; /* dbm filepair path */
240 if ((newp->path = malloc(strlen(fhpath) + 2 + strlen(fsidstr)))
248 (void) sprintf(newp->path, "%s.%s", fhpath, fsidstr);
252 if ((newp->db = dbm_open(newp->path, create_flag | O_RDWR, 0666))
257 newp->path, strerror(*errorp));
279 (void) printf("db_get_db: db %s opened\n", newp->path);
288 if (newp->path != NULL) {
289 free(newp->path);
298 * when any database will do - typically to retrieve the path for the
315 if (strncmp(fhpath, dbp->path, strlen(fhpath)) == 0)
936 * Avoid setting a multi-component path as primary path,
947 /* multi-comp path */
1323 name, dbp->path);
1698 if (strncmp(fhpath, dbp->path, len))
1842 * not an export point or a public file handle path,