| /src/sys/fs/udf/ |
| udf_vnops.c | 1605 uint8_t *pathbuf, *pathpos, *compnamepos; local 1612 pathpos = pathbuf; 1633 memcpy(pathpos, &pathcomp, len); 1634 pathpos += len; 1685 memcpy(pathpos, &pathcomp, len); 1686 pathpos += len; 1760 uint8_t *pathpos, *targetpos; local 1783 pathpos = pathbuf; 1794 memcpy(&pathcomp, pathpos, len); 1843 memcpy(&pathcomp, pathpos, len + l_ci) [all...] |
| udf_vnops.c | 1605 uint8_t *pathbuf, *pathpos, *compnamepos; local 1612 pathpos = pathbuf; 1633 memcpy(pathpos, &pathcomp, len); 1634 pathpos += len; 1685 memcpy(pathpos, &pathcomp, len); 1686 pathpos += len; 1760 uint8_t *pathpos, *targetpos; local 1783 pathpos = pathbuf; 1794 memcpy(&pathcomp, pathpos, len); 1843 memcpy(&pathcomp, pathpos, len + l_ci) [all...] |
| /src/sbin/newfs_udf/ |
| udf_core.c | 1839 char *pathbuf, *pathpos, *compnamepos; local 1852 pathpos = pathbuf; 1879 memcpy(pathpos, &pathcomp, len); 1880 pathpos += len; 1931 memcpy(pathpos, &pathcomp, len); 1932 pathpos += len;
|
| udf_core.c | 1839 char *pathbuf, *pathpos, *compnamepos; local 1852 pathpos = pathbuf; 1879 memcpy(pathpos, &pathcomp, len); 1880 pathpos += len; 1931 memcpy(pathpos, &pathcomp, len); 1932 pathpos += len;
|