Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.c195 pglob->gl_offs = 0; in glob()
201 if (pglob->gl_offs < 0 || pglob->gl_pathc < 0 || in glob()
202 pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX || in glob()
203 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1) in glob()
571 int o = pglob->gl_offs + oldpathc;
586 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
806 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
807 if (pglob->gl_offs >= INT_MAX ||
813 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); i++) {
834 if (pglob->gl_pathv == NULL && pglob->gl_offs > 0) {
[all …]
Dglob.h58 int gl_offs; /* Reserved at beginning of gl_pathv. */ member
/external/selinux/restorecond/
Dwatch.c61 globbuf.gl_offs = 1; in watch_list_add()
/external/libxml2/
Dtestrecurse.c68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ member
825 globbuf.gl_offs = 0; in launchTests()
Druntest.c119 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ member
2506 globbuf.gl_offs = 0; in xpathDocTest()
2554 globbuf.gl_offs = 0; in xptrDocTest()
3116 globbuf.gl_offs = 0; in schemasTest()
3281 globbuf.gl_offs = 0; in rngTest()
3370 globbuf.gl_offs = 0; in rngStreamTest()
4425 globbuf.gl_offs = 0; in launchTests()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h694 uptr gl_offs; member
707 uptr gl_offs; member
Dsanitizer_platform_limits_posix.cc984 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
/external/selinux/sandbox/
Dseunshare.c319 fglob.gl_offs = 0; in rsynccmd()
/external/u-boot/common/
Dcli_hush.c2057 pglob->gl_offs=0;
2058 pglob->gl_offs=0;
2089 pglob->gl_pathc, pglob->gl_pathv, pglob->gl_offs, pglob->gl_flags);
/external/selinux/mcstrans/src/
Dmcstrans.c801 g.gl_offs = 0; in process_trans()