Searched refs:anchored_path_re (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4363 char *anchored_path_re; local
4379 anchored_path_re = s_malloc(len + 3);
4380 (void) sprintf(anchored_path_re, "^%.*s$", len, path_re);
4382 if (regcomp(&re1, anchored_path_re, REG_EXTENDED) != 0) {
4383 free(anchored_path_re);
4387 free(anchored_path_re);

Completed in 100 milliseconds