HomeSort by: relevance | last modified time | path
    Searched defs:pathpos (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_vnops.c 1605 uint8_t *pathbuf, *pathpos, *compnamepos; local in function:udf_do_symlink
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 in function:udf_do_readlink
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 in function:udf_encode_symlink
1852 pathpos = pathbuf;
1879 memcpy(pathpos, &pathcomp, len);
1880 pathpos += len;
1931 memcpy(pathpos, &pathcomp, len);
1932 pathpos += len;

Completed in 17 milliseconds