Searched refs:sizeof_mp (Results 1 – 1 of 1) sorted by relevance
694 static const int find_mount(const char *fs, char *mp, int sizeof_mp) in find_mount() argument716 memset(mp, 0, sizeof_mp); in find_mount()717 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()