Lines Matching refs:path

85 	 * path information which is read in
114 * do not resolve path environment variables here since
120 (void) strlcpy(&source[1], ept->path,
131 * Evaluate the destination path based upon available
133 * server-relative canonized path.
136 mappath(getmapmode(), ept->path); /* evaluate variables */
137 canonize(ept->path); /* Fix path as necessary. */
142 ept->path);
144 ept->path = *server_path; /* default */
177 *server_path = pathdup(ept->path);
179 ept->path = *server_path;
215 seed_pkgobjmap(struct cfextra *ext_entry, char *path, char *local)
219 /* offsets for the various path images. */
239 (ptrdiff_t)ext->cf_ent.path);
241 (ptrdiff_t)ext->cf_ent.path);
243 (ptrdiff_t)ext->cf_ent.path);
249 /* Allocate and store the path name. */
250 ext->cf_ent.path = pathdup(path);
252 /* Assign the path substring pointers. */
253 ext->client_path = (ext->cf_ent.path + client_path_os);
254 ext->server_path = (ext->cf_ent.path + server_path_os);
255 ext->map_path = (ext->cf_ent.path + map_path_os);
302 * ept->path and ept->ainfo.local point to static memory
314 (map_entry.path && *map_entry.path) ?
315 map_entry.path : "Unknown");
411 if (strcmp(ept->path, extlist[index-1]->cf_ent.path) > 0) {
422 * NOTE: This does a binary sort on path. There are lots of
423 * other worthy items in the array, but path is the key into
428 n = strcmp(ept->path, ept_i->path);
440 ept->path);
445 ept->path);
456 * The path of interest is smaller than the path
575 char *path = ept2->path;
586 ept2->path = path;
655 * path, npkgs, pinfo
660 char *path = old->path;
670 old->path = path;
682 * the currently installed path and then insert the following entries from
725 tp->cf_ent.path = el_ent->client_path;