OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vpstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/resolv/
res_debug.c
1053
char *sizestr, *hpstr, *
vpstr
;
local
1118
vpstr
= strdup(precsize_ntoa((u_int32_t)vpval));
1127
(
vpstr
!= NULL) ?
vpstr
: error);
1133
if (
vpstr
!= NULL)
1134
free(
vpstr
);
/src/external/bsd/libbind/dist/resolv/
res_debug.c
1051
char *sizestr, *hpstr, *
vpstr
;
local
1116
vpstr
= strdup(precsize_ntoa(vpval));
1125
(
vpstr
!= NULL) ?
vpstr
: error);
1131
if (
vpstr
!= NULL)
1132
free(
vpstr
);
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026