Searched refs:mtlen (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 97 int *mount_flags, char *mtpt, int mtlen) in check_mntent_file() argument 175 strncpy(mtpt, "/", mtlen); in check_mntent_file() 191 strncpy(mtpt, mnt->mnt_dir, mtlen); in check_mntent_file() 217 char *mtpt, int mtlen) in check_mntent() argument 223 mtpt, mtlen); in check_mntent() 229 mtpt, mtlen); in check_mntent() 237 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent() 249 char *mtpt, int mtlen) in check_getmntinfo() argument 279 strncpy(mtpt, mp->f_mntonname, mtlen); in check_getmntinfo() 352 char *mtpt, int mtlen) in ext2fs_check_mount_point() argument [all …]
|
D | ext2fs.h | 1609 char *mtpt, int mtlen);
|