OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/nameser/
ns_name.c
1057
int value = 0, count = 0,
tbcount
= 0, blen = 0;
local
1106
tbcount
+= 4;
1107
if (
tbcount
> 256)
1132
if (((blen + 3) & ~3) !=
tbcount
)
1134
traillen =
tbcount
- blen; /*%< between 0 and 3 */
1139
blen =
tbcount
;
/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
;
Completed in 25 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026