| 765 | } |
| 766 | |
| 767 | staticfn boolean |
| 768 | cnf_line_ROLE(char *bufp) |
| 769 | { |
| 770 | int len; |
| 771 | |
| 772 | if ((len = str2role(bufp)) >= 0) |
| 773 | flags.initrole = len; |
| 774 | return TRUE; |
| 775 | } |
| 776 | |
| 777 | staticfn boolean |
| 778 | cnf_line_dogname(char *bufp) |
nothing calls this directly
no test coverage detected