.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "GFS_GLOB_INIT" "3" "11 September 2003" "Gfarm" "" .SH NAME gfs_glob_init \- allocates memory for types of path names .SH SYNOPSIS .sp \fB#include .sp char *gfs_glob_init (gfs_glob_t * \fIlistp\fB); \fR .SH "DESCRIPTION" .PP \fBgfs_glob_init()\fR allocates memory space for \fBgfs_glob(3)\fR and \fBgfs_glob_add(3)\fR. The memory space is stored to \fIlistp\fR. .SH "RETURN VALUES" .TP \fBNULL\fR The function terminated successfully. .TP \fBGFARM_ERR_NO_MEMORY\fR Insufficient memory was available. .TP \fBOthers\fR An error except the above occurred. The reason is shown by its pointed strings. .SH "SEE ALSO" .PP \fBgfs_glob\fR(3) \fBgfs_glob_add\fR(3) \fBgfs_glob_free\fR(3)