Searched refs:globbed (Results 1 – 5 of 5) sorted by relevance
250 glob_t globbed; in remove_files() local255 if ((i=glob(fpath, GLOB_NOSORT, NULL, &globbed)) != 0) { in remove_files()274 for (j = 0; j < globbed.gl_pathc; j++) in remove_files()275 if (unlink(globbed.gl_pathv[j]) < 0) in remove_files()276 warn("can't delete ``%s''", globbed.gl_pathv[j]); in remove_files()
87 file(GLOB globbed90 file(GLOB globbed *.c *.cpp)93 foreach(g ${globbed})
162 include non-globbed versions of .rel/.rela individually.
5617 - Fix config globbed include chroot treatment, this fixes reload of6518 - max include of 100.000 files (depth and globbed at one time).
13552 msgid "Total globbed strings: "