OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pstatic
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/libexec/ld.elf_so/
t_tls_extern.c
323
int *pdynamic, *
pstatic
;
local
330
pstatic
= (*fstatic)();
331
ATF_CHECK_EQ_MSG(pdynamic,
pstatic
,
333
pdynamic,
pstatic
);
347
int *
pstatic
, *pdynamic;
local
352
pstatic
= (*fstatic)();
356
ATF_CHECK_EQ_MSG(
pstatic
, pdynamic,
358
pstatic
, pdynamic);
371
int *
pstatic
, *pdynamic;
local
378
pstatic
= (*fstatic)()
[
all
...]
/src/external/bsd/ntp/dist/libntp/
msyslog.c
112
char *
pstatic
;
local
116
pstatic
= strerror_r(err, buf, bufsiz);
118
pstatic
= strerror(err);
120
if (NULL ==
pstatic
&& '\0' == buf[0])
129
else if (
pstatic
!= buf &&
pstatic
> (char *)bufsiz)
130
strlcpy(buf,
pstatic
, bufsiz);
Completed in 29 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026