Home
last modified time | relevance | path

Searched refs:glb (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_application.c211 glob_t glb; in nxt_discovery_modules() local
227 ret = glob(path, 0, NULL, &glb); in nxt_discovery_modules()
229 n = glb.gl_pathc; in nxt_discovery_modules()
243 name = glb.gl_pathv[i]; in nxt_discovery_modules()
328 globfree(&glb); in nxt_discovery_modules()