OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ext
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/stdio/
fileext.h
49
#define
_EXT
(fp) ((struct __sfileext *)(void *)((fp)->
_ext
._base))
50
#define _UB(fp)
_EXT
(fp)->_ub
52
#define _LOCK(fp) (
_EXT
(fp)->_lock)
53
#define _LOCKCOND(fp) (
_EXT
(fp)->_lockcond)
54
#define _LOCKOWNER(fp) (
_EXT
(fp)->_lockowner)
55
#define _LOCKCOUNT(fp) (
_EXT
(fp)->_lockcount)
56
#define _LOCKINTERNAL(fp) (
_EXT
(fp)->_lockinternal)
57
#define _LOCKCANCELSTATE(fp) (
_EXT
(fp)->_lockcancelstate)
59
/* LINTED */(f)->
_ext
._base = (unsigned char *)(fext);
[
all
...]
findfp.c
72
.
_ext
= { ._base = (void *)(__sFext + (file)), ._size = 0 }, \
/src/lib/libc/resolv/
res_init.c
197
struct __res_state_ext *ext = statp->_u.
_ext
.ext;
272
statp->_u.
_ext
.nscount = 0;
273
statp->_u.
_ext
.ext = malloc(sizeof(*statp->_u.
_ext
.ext));
274
if (statp->_u.
_ext
.ext != NULL) {
275
memset(statp->_u.
_ext
.ext, 0, sizeof(*statp->_u.
_ext
.ext));
276
statp->_u.
_ext
.ext->nsaddrs[0].sin = statp->nsaddr;
277
strcpy(statp->_u.
_ext
.ext->nsuffix, "ip6.arpa");
278
strcpy(statp->_u.
_ext
.ext->nsuffix2, "ip6.int")
[
all
...]
res_send.c
165
#define EXT(res) ((res)->_u.
_ext
)
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc
309
if (statp->_u.
_ext
.nsaddrs[i] && statp->_u.
_ext
.nssocks[i] != -1)
310
fds[cnt++] = statp->_u.
_ext
.nssocks[i];
/src/lib/libc/locale/
rune.c
305
rl->rl_##name##
_ext
.rr_nranges = name##_len; \
306
rl->rl_##name##
_ext
.rr_rune_ranges = re; \
/src/include/
resolv.h
192
}
_ext
;
member in union:__res_state::__anon71e73c51030a
stdio.h
106
* _ub (via
_ext
and struct __sfileext), _up, and _ur are used when ungetc()
109
* When this happens,
_ext
._base becomes non-nil (i.e., a stream has ungetc()
130
struct __sbuf
_ext
;
member in struct:__sFILE
Completed in 15 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025