hpux_tag 113 source3/modules/vfs_hpuxacl.c static SMB_ACL_TAG_T hpux_tag_to_smb_tag(HPUX_ACL_TAG_T hpux_tag);
hpux_tag 549 source3/modules/vfs_hpuxacl.c HPUX_ACL_TAG_T hpux_tag = 0;
hpux_tag 556 source3/modules/vfs_hpuxacl.c hpux_tag = USER;
hpux_tag 559 source3/modules/vfs_hpuxacl.c hpux_tag = USER_OBJ;
hpux_tag 562 source3/modules/vfs_hpuxacl.c hpux_tag = GROUP;
hpux_tag 565 source3/modules/vfs_hpuxacl.c hpux_tag = GROUP_OBJ;
hpux_tag 568 source3/modules/vfs_hpuxacl.c hpux_tag = OTHER_OBJ;
hpux_tag 571 source3/modules/vfs_hpuxacl.c hpux_tag = CLASS_OBJ;
hpux_tag 578 source3/modules/vfs_hpuxacl.c DEBUGADD(10, (" --> determined hpux tag 0x%04x\n", hpux_tag));
hpux_tag 580 source3/modules/vfs_hpuxacl.c return hpux_tag;
hpux_tag 583 source3/modules/vfs_hpuxacl.c static SMB_ACL_TAG_T hpux_tag_to_smb_tag(HPUX_ACL_TAG_T hpux_tag)
hpux_tag 588 source3/modules/vfs_hpuxacl.c DEBUGADD(10, (" --> got hpux tag 0x%04x\n", hpux_tag));
hpux_tag 590 source3/modules/vfs_hpuxacl.c hpux_tag &= ~ACL_DEFAULT;
hpux_tag 592 source3/modules/vfs_hpuxacl.c switch (hpux_tag) {
hpux_tag 613 source3/modules/vfs_hpuxacl.c hpux_tag));