Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h406 static void recurse_dev_re(char *current_dir, char *path_re, recurse_dev_t *rd);
H A Ddevfsadm.c4357 recurse_dev_re(char *current_dir, char *path_re, recurse_dev_t *rd) in recurse_dev_re() argument
4368 current_dir, path_re); in recurse_dev_re()
4373 len = strlen(path_re); in recurse_dev_re()
4374 if ((slash = strchr(path_re, '/')) != NULL) { in recurse_dev_re()
4375 len = (slash - path_re); in recurse_dev_re()
4379 (void) sprintf(anchored_path_re, "^%.*s$", len, path_re); in recurse_dev_re()