'\" t .\" Title: gfs_acl_from_text_with_default .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 14 Feb 2011 .\" Manual: Gfarm .\" Source: Gfarm .\" Language: English .\" .TH "GFS_ACL_FROM_TEXT_WI" "3" "14 Feb 2011" "Gfarm" "Gfarm" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gfs_acl_from_text_with_default \- create a Gfarm ACL from text with default prefix .SH "SYNOPSIS" .sp .ft B .nf #include .fi .ft .HP \w'gfarm_error_t\ gfs_acl_from_text_with_default('u .BI "gfarm_error_t\ gfs_acl_from_text_with_default(const\ char\ *" "str" ", gfarm_acl_t\ *" "acl_acc_p" ", gfarm_acl_t\ *" "acl_def_p" ");" .SH "INPUT ARGUMENTS" .PP \fIstr\fR .RS 4 An ACL text string (long text form or short text form)\&. The ACL entries can have "default:" prefix\&. .RE .PP \fIacl_acc_p\fR .RS 4 A pointer of the ACL structure type for access ACL\&. .RE .PP \fIacl_acc_p\fR .RS 4 A pointer of the ACL structure type for default ACL\&. .RE .SH "RETURN VALUES" .PP \fBGFARM_ERR_NO_ERROR\fR .RS 4 The function terminated successfully\&. .RE .PP \fBGFARM_ERR_NO_MEMORY\fR .RS 4 Insufficient memory was available\&. .RE .PP \fBGFARM_ERR_INVALID_ARGUMENT\fR .RS 4 The argument str cannot be translated into an ACL\&. .RE .PP Others .RS 4 An error except the above occurred\&. The reason is shown by \fBgfarm_error_string\fR(3)\&. .RE .SH "SEE ALSO" .PP \fBgfs_acl_free\fR(3), \fBgfs_acl_to_any_text\fR(3), \fBgfs_acl_to_text\fR(3), \fBgfs_acl_from_text\fR(3)