Searched refs:wnp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_conv.c743 char wn[WIN_MAXLEN * 2 + 1], *wnp; local
749 wnp = wn;
750 msdosfs_iconv->conv(pmp->pm_u2w, (const char **)&un, &unlen, &wnp, &wlen);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c5897 idr_extend_identifier(struct idrent *wnp, int numsize, int nullsize) argument
5902 wnp_ext_off = wnp->isoent->ext_off;
5903 if (wnp->noff + numsize != wnp_ext_off) {
5904 p = (unsigned char *)wnp->isoent->identifier;
5906 memmove(p + wnp->noff + numsize, p + wnp_ext_off,
5907 wnp->isoent->ext_len + nullsize);
5908 wnp->isoent->ext_off = wnp_ext_off = wnp->noff + numsize;
5909 wnp->isoent->id_len = wnp_ext_off + wnp
[all...]

Completed in 119 milliseconds