Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <glob.h>

GLOB_APPEND

Interface status: externallyDefinedApi

GLOB_APPEND 0x0001

Description

Append to output from previous call.

[Top]


GLOB_DOOFFS

Interface status: externallyDefinedApi

GLOB_DOOFFS 0x0002

Description

Use gl_offs.

[Top]


GLOB_ERR

Interface status: externallyDefinedApi

GLOB_ERR 0x0004

Description

Return on error.

[Top]


GLOB_MARK

Interface status: externallyDefinedApi

GLOB_MARK 0x0008

Description

Append / to matching directories.

[Top]


GLOB_NOCHECK

Interface status: externallyDefinedApi

GLOB_NOCHECK 0x0010

Description

Return pattern itself if nothing matches.

[Top]


GLOB_NOSORT

Interface status: externallyDefinedApi

GLOB_NOSORT 0x0020

Description

Don't sort.

[Top]


GLOB_NOSPACE

Interface status: externallyDefinedApi

GLOB_NOSPACE (-1)

Description

Error values returned by glob(3). Malloc call failed.

[Top]


GLOB_ABORTED

Interface status: externallyDefinedApi

GLOB_ABORTED (-2)

Description

Error values returned by glob(3). Unignored error.

[Top]


GLOB_NOMATCH

Interface status: externallyDefinedApi

GLOB_NOMATCH (-3)

Description

Error values returned by glob(3). No match and GLOB_NOCHECK was not set.

[Top]


GLOB_ALTDIRFUNC

Interface status: externallyDefinedApi

GLOB_ALTDIRFUNC 0x0040

Description

Use alternately specified directory funcs.

[Top]


GLOB_BRACE

Interface status: externallyDefinedApi

GLOB_BRACE 0x0080

Description

Expand braces ala csh.

[Top]


GLOB_NOMAGIC

Interface status: externallyDefinedApi

GLOB_NOMAGIC 0x0200

Description

GLOB_NOCHECK without magic chars (csh).

[Top]


GLOB_QUOTE

Interface status: externallyDefinedApi

GLOB_QUOTE 0x0400

Description

Quote special chars with \.

[Top]


GLOB_TILDE

Interface status: externallyDefinedApi

GLOB_TILDE 0x0800

Description

Expand tilde names from the passwd file.

[Top]


GLOB_LIMIT

Interface status: externallyDefinedApi

GLOB_LIMIT 0x1000

Description

limit number of returned paths

[Top]


glob(const char *,int,int(*)(const char *, int),glob_t *)

Interface status: externallyDefinedApi

IMPORT_C int glob(const char *, int, int(*)(const char *, int), glob_t *);

Description

generate pathnames matching a pattern. The glob(const char *,int,int(*)(const char *, int),glob_t *)glob(const char *,int,int(*)(const char *, int),glob_t *) function shall match all accessible pathnames against this pattern and develop a list of all pathnames that match.

Parameters

const char *

int

int(*)(const char *, int)

glob_tglob_t *

Return value

int

[Top]


globfree(glob_t *)

Interface status: externallyDefinedApi

IMPORT_C void globfree(glob_t *);

Description

generate pathnames matching a pattern

Parameters

glob_tglob_t *