Home
last modified time | relevance | path

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

/illumos-gate/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.c4370 recurse_dev_re(char *current_dir, char *path_re, recurse_dev_t *rd) in recurse_dev_re() argument
4381 current_dir, path_re); in recurse_dev_re()
4386 len = strlen(path_re); in recurse_dev_re()
4387 if ((slash = strchr(path_re, '/')) != NULL) { in recurse_dev_re()
4388 len = (slash - path_re); in recurse_dev_re()
4392 (void) sprintf(anchored_path_re, "^%.*s$", len, path_re); in recurse_dev_re()