Searched defs:path_re (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4354 * component of path_re, recurse. If there are no more *dir* path
4355 * components left in path_re (ie no more /), then call function rd->fcn.
4358 recurse_dev_re(char *current_dir, char *path_re, recurse_dev_t *rd) argument
4369 current_dir, path_re);
4374 len = strlen(path_re);
4375 if ((slash = strchr(path_re, '/')) != NULL) {
4376 len = (slash - path_re);
4380 (void) sprintf(anchored_path_re, "^%.*s$", len, path_re);
4403 /* reached the leaf component of path_re */

Completed in 62 milliseconds