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

/illumos-gate/usr/src/cmd/bart/
H A Drules.c37 static struct rule *add_single_rule(char *);
389 new_rule = add_single_rule(reloc_root[0] == '\0' ? "/" : reloc_root);
604 * Once the final list is created, invoke add_single_rule() to create the
634 return (add_single_rule(full_path));
768 add_single_rule(current_level->dirname);
770 (void) add_single_rule(current_level->dirname);
791 add_single_rule(char *path) function

Completed in 59 milliseconds