Home
last modified time | relevance | path

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

/dragonfly/sbin/mountd/
H A Dmountd.c150 void add_mlist(char *, char *);
851 add_mlist(host, dirpath); in mntsrv()
853 add_mlist(numerichost, dirpath); in mntsrv()
2483 add_mlist(char *hostp, char *dirp) in add_mlist() function
/dragonfly/contrib/file/src/
H A Dapprentice.c444 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist() function
508 if (add_mlist(ms->mlist[i], map, i) == -1) { in apprentice_1()
720 if (add_mlist(ms->mlist[j], map, j) == -1) { in buffer_apprentice()