Searched refs:pathpos (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/fs/udf/ |
| D | udf_vnops.c | 1605 uint8_t *pathbuf, *pathpos, *compnamepos; in udf_do_symlink() local 1612 pathpos = pathbuf; in udf_do_symlink() 1633 memcpy(pathpos, &pathcomp, len); in udf_do_symlink() 1634 pathpos += len; in udf_do_symlink() 1685 memcpy(pathpos, &pathcomp, len); in udf_do_symlink() 1686 pathpos += len; in udf_do_symlink() 1760 uint8_t *pathpos, *targetpos; in udf_do_readlink() local 1783 pathpos = pathbuf; in udf_do_readlink() 1794 memcpy(&pathcomp, pathpos, len); in udf_do_readlink() 1843 memcpy(&pathcomp, pathpos, len + l_ci); in udf_do_readlink() [all …]
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.c | 1839 char *pathbuf, *pathpos, *compnamepos; in udf_encode_symlink() local 1852 pathpos = pathbuf; in udf_encode_symlink() 1879 memcpy(pathpos, &pathcomp, len); in udf_encode_symlink() 1880 pathpos += len; in udf_encode_symlink() 1931 memcpy(pathpos, &pathcomp, len); in udf_encode_symlink() 1932 pathpos += len; in udf_encode_symlink()
|
| /netbsd/src/sys/fs/nilfs/ |
| D | nilfs_vnops.c | 1261 uint8_t *pathpos, *targetpos; in nilfs_readlink()
|