1 Star 0 Fork 4.9K

罗小黑 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
glob_t.md 2.74 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

glob_t

Overview

Related Modules:

FS

Description:

Defines the search information.

This structure is used to store information about matched files.

Summary

Data Fields

Variable Name

Description

gl_pathc

size_t 

gl_pathv

char ** 

gl_offs

size_t 

Details

Field Documentation

gl_offs

size_t glob_t::gl_offs

Description:

Slots to reserve in gl_pathv

gl_pathc

size_t glob_t::gl_pathc

Description:

Number of matched paths so far

gl_pathv

char** glob_t::gl_pathv

Description:

List of matched path names

1
https://gitee.com/lawguiren/docs.git
git@gitee.com:lawguiren/docs.git
lawguiren
docs
docs
master

搜索帮助