Home
last modified time | relevance | path

Searched refs:mtlen (Results 1 – 16 of 16) sorted by relevance

/dports/devel/util-linux/util-linux-2.36/lib/
H A Dismounted.c48 int *mount_flags, char *mtpt, int mtlen) in check_mntent_file() argument
113 xstrncpy(mtpt, "/", mtlen); in check_mntent_file()
154 xstrncpy(mtpt, mnt->mnt_dir, mtlen); in check_mntent_file()
180 char *mtpt, int mtlen) in check_mntent() argument
186 mtpt, mtlen); in check_mntent()
192 mtpt, mtlen); in check_mntent()
216 char *mtpt, int mtlen) in check_getmntinfo() argument
246 xstrncpy(mtpt, mp->f_mntonname, mtlen); in check_getmntinfo()
318 char *mtpt, int mtlen) in check_mount_point() argument
324 if (mtpt && mtlen) in check_mount_point()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Dismounted.c42 int *mount_flags, char *mtpt, int mtlen) in check_mntent_file() argument
107 strncpy(mtpt, "/", mtlen); in check_mntent_file()
148 strncpy(mtpt, mnt->mnt_dir, mtlen); in check_mntent_file()
174 char *mtpt, int mtlen) in check_mntent() argument
180 mtpt, mtlen); in check_mntent()
186 mtpt, mtlen); in check_mntent()
210 char *mtpt, int mtlen) in check_getmntinfo() argument
240 strncpy(mtpt, mp->f_mntonname, mtlen); in check_getmntinfo()
312 char *mtpt, int mtlen) in check_mount_point() argument
320 if (mtpt && mtlen) in check_mount_point()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dismounted.c97 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()
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
397 strncpy(mtpt, "<swap>", mtlen); in ext2fs_check_mount_point()
[all …]
H A Dext2fs.h1609 char *mtpt, int mtlen);
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dismounted.c97 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()
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
397 strncpy(mtpt, "<swap>", mtlen); in ext2fs_check_mount_point()
[all …]
H A Dext2fs.h1609 char *mtpt, int mtlen);
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dismounted.c97 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()
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
397 strncpy(mtpt, "<swap>", mtlen); in ext2fs_check_mount_point()
[all …]
H A Dext2fs.h1609 char *mtpt, int mtlen);
/dports/shells/ksh93/ast-93u/src/lib/libodelta/
H A Dsuftree.c123 register long mtlen, relen; in bldsuftree() local
151 mtlen = 0; in bldsuftree()
174 else mtlen = relen = 0; in bldsuftree()
177 if(mtlen > 0) in bldsuftree()
178 --mtlen; in bldsuftree()
179 /**/ ASSERT(relen <= mtlen) in bldsuftree()
238 sp = src + mtlen; in bldsuftree()
259 mtlen += LENGTH(match); in bldsuftree()
281 mtlen += LENGTH(list); in bldsuftree()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libodelta/
H A Dsuftree.c123 register long mtlen, relen; in bldsuftree() local
151 mtlen = 0; in bldsuftree()
174 else mtlen = relen = 0; in bldsuftree()
177 if(mtlen > 0) in bldsuftree()
178 --mtlen; in bldsuftree()
179 /**/ ASSERT(relen <= mtlen) in bldsuftree()
238 sp = src + mtlen; in bldsuftree()
259 mtlen += LENGTH(match); in bldsuftree()
281 mtlen += LENGTH(list); in bldsuftree()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libodelta/
H A Dsuftree.c123 register long mtlen, relen; in bldsuftree() local
151 mtlen = 0; in bldsuftree()
174 else mtlen = relen = 0; in bldsuftree()
177 if(mtlen > 0) in bldsuftree()
178 --mtlen; in bldsuftree()
179 /**/ ASSERT(relen <= mtlen) in bldsuftree()
238 sp = src + mtlen; in bldsuftree()
259 mtlen += LENGTH(match); in bldsuftree()
281 mtlen += LENGTH(list); in bldsuftree()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dismounted.h12 char *mtpt, int mtlen);
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dismounted.h12 char *mtpt, int mtlen);
/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_xu.c720 int fnc, mtlen, i, j; in xu_command() local
789 mtlen = (xu->var->pcb[2] & 0xFF00) >> 8; in xu_command()
791 wstatus = Map_WriteB(udbb, mtlen * 3, (uint8*) &xu->var->setup.macs[2]); in xu_command()
795 mtlen = (xu->var->pcb[2] & 0xFF00) >> 8; in xu_command()
796 sim_debug(DBG_TRC, xu->dev, "FC_WAL: mtlen=%d\n", mtlen); in xu_command()
797 if (mtlen > 10) in xu_command()
806 rstatus = Map_ReadB(udbb, mtlen * 6, (uint8*) &xu->var->setup.macs[2]); in xu_command()
808 xu->var->setup.mac_count = mtlen + 2; in xu_command()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/utils/
H A Dhttputils.cpp316 static const size_t mtlen = strlen(xmlmtype); in has_xml_content_type() local
324 if (strncasecmp(xmlmtype, it->second.c_str(), mtlen)) { in has_xml_content_type()
/dports/net/tacacs/PROJECTS/ftpd/
H A Dlist.c91 ssize_t mtlen = strlen(mt); in read_mimetypes() local
96 keyval = Xcalloc(1, sizeof(struct mime_type) + 1 + strlen(*a) + mtlen); in read_mimetypes()
98 keyval->extension = keyval->mimetype + mtlen + 1; in read_mimetypes()