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