OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libbind/dist/nameser/
ns_name.c
1039
int value = 0, count = 0,
tbcount
= 0, blen = 0;
local
1088
tbcount
+= 4;
1089
if (
tbcount
> 256)
1114
if (((blen + 3) & ~3) !=
tbcount
)
1116
traillen =
tbcount
- blen; /*%< between 0 and 3 */
1121
blen =
tbcount
;
/src/lib/libc/nameser/
ns_name.c
1035
int value = 0, count = 0,
tbcount
= 0, blen = 0;
local
1084
tbcount
+= 4;
1085
if (
tbcount
> 256)
1110
if (((blen + 3) & ~3) !=
tbcount
)
1112
traillen =
tbcount
- blen; /*%< between 0 and 3 */
1117
blen =
tbcount
;
Completed in 14 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026