Open System Services Library Calls Reference Manual (G06.27+, H06.04+)

globfree(3) OSS Library Calls Reference Manual
NAME
globfree - Frees all memory associated with the pglob parameter
LIBRARY
G-series native OSS processes: /G/system/sysnn/zossesrl
H-series OSS processes: /G/system/zdllnnn/zossedll
SYNOPSIS
#include <glob.h>
void globfree(
glob_t *pglob);
PARAMETERS
pglob Points to a structure that contains the results of a previous call to the glob() func-
tion.
DESCRIPTION
The globfree() function frees any memory associated with the pglob parameter resulting from a
previous call to the glob() function.
RETURN VALUES
None.
ERRORS
None. This function does not set errno.
FILES
/usr/include/glob.h
Denes glob() macros, data types, and functions.
RELATED INFORMATION
Functions: glob(3).
392 Hewlett-Packard Company 527187-004