OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_offs
(Results
1 - 14
of
14
) sorted by relevancy
/src/tests/include/
t_glob.c
56
* size_t
gl_offs
Slots to reserve at the beginning of gl_pathv."
58
* Verify that gl_pathc and
gl_offs
are unsigned; PR standards/21401.
62
g.
gl_offs
= g.
gl_offs
- 1;
66
ATF_REQUIRE(g.
gl_offs
> 0);
/src/include/
glob.h
55
__gl_size_t
gl_offs
; /* Reserved at beginning of gl_pathv. */
member in struct:__anona3eef6fa0108
74
#define GLOB_DOOFFS 0x00002 /* Use
gl_offs
. */
/src/lib/libc/gen/
glob.c
199
pglob->
gl_offs
= 0;
568
qsort(pglob->gl_pathv + pglob->
gl_offs
+ oldpathc,
888
* gl_pathv points to (
gl_offs
+ gl_pathc + 1) items.
901
newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->
gl_offs
);
910
if (pglob->gl_pathv == NULL && pglob->
gl_offs
> 0) {
911
/* first time around -- clear initial
gl_offs
items */
912
pathv += pglob->
gl_offs
;
913
for (i = pglob->
gl_offs
+ 1; --i > 0; )
927
pathv[pglob->
gl_offs
+ pglob->gl_pathc++] = copy;
929
pathv[pglob->
gl_offs
+ pglob->gl_pathc] = NULL
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h
315
int
gl_offs
;
member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_solaris.h
338
uptr
gl_offs
;
member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_freebsd.h
357
uptr
gl_offs
;
member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_openbsd.cc
147
CHECK_SIZE_AND_OFFSET(glob_t,
gl_offs
);
sanitizer_platform_limits_solaris.cc
208
CHECK_SIZE_AND_OFFSET(glob_t,
gl_offs
);
sanitizer_platform_limits_freebsd.cc
372
CHECK_SIZE_AND_OFFSET(glob_t,
gl_offs
);
sanitizer_platform_limits_posix.h
757
uptr
gl_offs
;
member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_posix.cc
967
CHECK_SIZE_AND_OFFSET(glob_t,
gl_offs
);
sanitizer_platform_limits_netbsd.h
385
uptr
gl_offs
;
member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_netbsd.cc
2367
CHECK_SIZE_AND_OFFSET(glob_t,
gl_offs
);
/src/bin/csh/
glob.c
384
globv.
gl_offs
= 0;
Completed in 26 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025