mksacl (6) --- encode ACL information into a SWT structure 09/04/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n | integer function mksacl (path, pairs, type, sep) | character path (ARB), pairs (ARB), sep (ARB) | integer type | Library: vswtlb (standard Subsystem library) | _F_u_n_c_t_i_o_n | 'Mksacl' converts ACL information like that returned by | 'gtacl$' into SWT ACL information in the ACL common block. | The name of the pathname is returned in 'path', the string | containing the access pairs is returned in 'pairs', and the | type is returned in 'type'. 'Sep' is a string that is to be | placed between each of the access pairs. The function | return is the number of characters in 'pairs'. | _I_m_p_l_e_m_e_n_t_a_t_i_o_n | The ACL common block is scanned for information and encoded | into 'pairs'. After each pair is entered, 'sep' is encoded | into the string. The number of characters is returned as | the function return. | _C_a_l_l_s | ctoc (2), encode (2) | _S_e_e _A_l_s_o | lacl (1), sacl (1), gfdata (2), sfdata (2) mksacl (6) - 1 - mksacl (6)