Home
last modified time | relevance | path

Searched refs:totalpath (Results 1 – 1 of 1) sorted by relevance

/src/sbin/geom/core/
H A Dgeom.c537 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local
543 tofree = totalpath = strdup(library_path()); in load_library()
544 if (totalpath == NULL) in load_library()
547 if (strchr(totalpath, ':') != NULL) in load_library()
548 curpath = strsep(&totalpath, ":"); in load_library()
550 curpath = totalpath; in load_library()
562 curpath = strsep(&totalpath, ":"); in load_library()