| 3994 | } |
| 3995 | |
| 3996 | static bool |
| 3997 | cache_fpl_istrailingslash(struct cache_fpl *fpl) |
| 3998 | { |
| 3999 | |
| 4000 | return (*(fpl->nulchar - 1) == '/'); |
| 4001 | } |
| 4002 | |
| 4003 | static bool |
| 4004 | cache_fpl_isdotdot(struct componentname *cnp) |
no outgoing calls
no test coverage detected