OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/net/
getifaddrs.c
66
size_t
icnt
= 1;
local in function:__weak_alias
115
++
icnt
;
134
++
icnt
;
165
if (
icnt
+ dcnt + ncnt == 1) {
170
data = malloc(sizeof(struct ifaddrs) *
icnt
+ dcnt + ncnt);
177
data += sizeof(struct ifaddrs) *
icnt
;
180
memset(ifa, 0, sizeof(struct ifaddrs) *
icnt
);
/src/games/hunt/hunt/
playit.c
72
static int
icnt
= 0;
variable in typeref:typename:int
75
#define GETCHR() (--
icnt
< 0 ? getchr() : *iptr++)
223
icnt
= read(huntsocket, ibuf, sizeof ibuf);
224
if (
icnt
< 0) {
228
if (
icnt
== 0)
231
icnt
--;
/src/bin/csh/
glob.c
633
ssize_t
icnt
;
local in function:backeval
637
icnt
= 0;
718
if (
icnt
== 0) {
723
icnt
= read(pvec[0], tibuf, BUFSIZE);
724
while (
icnt
== -1 && errno == EINTR);
725
if (
icnt
<= 0) {
729
for (i = 0; i <
icnt
; i++)
734
--
icnt
;
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025