Home
last modified time | relevance | path

Searched refs:compnamepos (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/fs/udf/
Dudf_vnops.c1605 uint8_t *pathbuf, *pathpos, *compnamepos; in udf_do_symlink() local
1649 compnamepos = target; in udf_do_symlink()
1667 if ((compnamelen == 2) && (strncmp(compnamepos, "..", 2) == 0)) in udf_do_symlink()
1669 if ((compnamelen == 1) && (*compnamepos == '.')) in udf_do_symlink()
1675 compnamepos, compnamelen, in udf_do_symlink()
/netbsd/src/sbin/newfs_udf/
Dudf_core.c1839 char *pathbuf, *pathpos, *compnamepos; in udf_encode_symlink() local
1895 compnamepos = target; in udf_encode_symlink()
1913 if ((compnamelen == 2) && (strncmp(compnamepos, "..", 2) == 0)) in udf_encode_symlink()
1915 if ((compnamelen == 1) && (*compnamepos == '.')) in udf_encode_symlink()
1921 compnamepos, compnamelen, in udf_encode_symlink()