logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gfs_acl_to_text - convert a Gfarm ACL to text

Input Arguments

acl
           An ACL structure type.

       str_p
           A pointer to the long text form string of the ACL.

       len_p
           If this pointer is not NULL, the function returns the length of the string, not including the
           terminating '\0' character.

Name

       gfs_acl_to_text - convert a Gfarm ACL to text

Return Values

GFARM_ERR_NO_ERROR
           The function terminated successfully.

       GFARM_ERR_NO_MEMORY
           Insufficient memory was available.

       Others
           An error except the above occurred. The reason is shown by gfarm_error_string(3).

See Also

free(3), gfs_acl_to_any_text(3)

Gfarm                                              14 Feb 2011                                GFS_ACL_TO_TEXT(3)

Synopsis

#include<gfarm/gfarm.h>gfarm_error_tgfs_acl_to_text(gfarm_acl_tacl,char**str_p,size_t*len_p);

See Also