Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

OSS Library Calls (g - h) globfree(3)
NAME
globfree - Frees all memory associated with the pglob parameter
LIBRARY
G-series native OSS processes: /G/system/sysnn/zossesrl
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zossedll |
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/yossedll |
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
Defines glob( ) macros, data types, and functions.
RELATED INFORMATION
Functions: glob(3).
527187-017 Hewlett-Packard Company 3165