HomeSort by: relevance | last modified time | path
    Searched defs:icnt (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/net/
getifaddrs.c 66 size_t icnt = 1; local
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
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/external/bsd/openldap/dist/libraries/libldap/
ldifutil.c 247 int icnt; local
248 for ( icnt = lr->lr_vals[i].bv_len; --icnt > 0; ) {
249 if ( !isspace( (unsigned char) lr->lr_vals[i].bv_val[icnt] ) ) {
254 if ( ++icnt != lr->lr_vals[i].bv_len ) {
260 lr->lr_vals[i].bv_val[icnt] = '\0';
261 lr->lr_vals[i].bv_len = icnt;
458 int icnt; local
459 for ( icnt = lr->lr_vals[i].bv_len; --icnt > 0; )
    [all...]
  /src/bin/csh/
glob.c 633 ssize_t icnt; local
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;
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 97 uint32_t icnt; /* Instruction cycles in curr inst */ member in struct:pstate
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 97 uint32_t icnt; /* Instruction cycles in curr inst */ member in struct:pstate
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs.c 509 int icnt; local
520 icnt = dlen = xlen = nlen = 0;
560 NLMSG_ALIGN(sizeof(struct ifaddrs[icnt]))
579 data += NLMSG_ALIGN(sizeof(struct ifaddrs)) * icnt;
823 icnt++;
841 if (icnt == 0 && (dlen + nlen + xlen == 0)){

Completed in 30 milliseconds