Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1469 const struct POSIX_ACE *secondace, in merge_lists_posix() argument
1482 if ((firstace->tag == secondace->tag) in merge_lists_posix()
1483 && (firstace->id == secondace->id)) { in merge_lists_posix()
1484 secondace++; in merge_lists_posix()
1487 if ((firstace->tag < secondace->tag) in merge_lists_posix()
1488 || ((firstace->tag == secondace->tag) in merge_lists_posix()
1489 && (firstace->id < secondace->id))) { in merge_lists_posix()
1498 targetace->tag = secondace->tag; in merge_lists_posix()
1499 targetace->id = secondace->id; in merge_lists_posix()
1500 targetace->perms = secondace->perms; in merge_lists_posix()
[all …]