Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_dom.c1285 glob_t gl; in libxl__userdata_destroyall() local
1292 gl.gl_pathc = 0; in libxl__userdata_destroyall()
1293 gl.gl_pathv = 0; in libxl__userdata_destroyall()
1294 gl.gl_offs = 0; in libxl__userdata_destroyall()
1295 r = glob(pattern, GLOB_ERR|GLOB_NOSORT|GLOB_MARK, 0, &gl); in libxl__userdata_destroyall()
1304 for (i=0; i<gl.gl_pathc; i++) { in libxl__userdata_destroyall()
1305 if (!strstr(gl.gl_pathv[i], "domain-userdata-lock")) in libxl__userdata_destroyall()
1306 userdata_delete(gc, gl.gl_pathv[i]); in libxl__userdata_destroyall()
1308 globfree(&gl); in libxl__userdata_destroyall()

Completed in 4 milliseconds