| /netbsd/src/lib/libc/net/ |
| D | getifaddrs.c | 66 size_t icnt = 1; in __weak_alias() local 115 ++icnt; in __weak_alias() 134 ++icnt; in __weak_alias() 165 if (icnt + dcnt + ncnt == 1) { in __weak_alias() 170 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt); in __weak_alias() 177 data += sizeof(struct ifaddrs) * icnt; in __weak_alias() 180 memset(ifa, 0, sizeof(struct ifaddrs) * icnt); in __weak_alias()
|
| /netbsd/src/games/hunt/hunt/ |
| D | playit.c | 72 static int icnt = 0; variable 75 #define GETCHR() (--icnt < 0 ? getchr() : *iptr++) 223 icnt = read(huntsocket, ibuf, sizeof ibuf); in getchr() 224 if (icnt < 0) { in getchr() 228 if (icnt == 0) in getchr() 231 icnt--; in getchr()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | ldifutil.c | 249 int icnt; in ldap_parse_ldif_record_x() local 250 for ( icnt = lr->lr_vals[i].bv_len; --icnt > 0; ) { in ldap_parse_ldif_record_x() 251 if ( !isspace( (unsigned char) lr->lr_vals[i].bv_val[icnt] ) ) { in ldap_parse_ldif_record_x() 256 if ( ++icnt != lr->lr_vals[i].bv_len ) { in ldap_parse_ldif_record_x() 260 lr->lr_vals[i].bv_val[icnt] = '\0'; in ldap_parse_ldif_record_x() 452 int icnt; in ldap_parse_ldif_record_x() local 453 for ( icnt = lr->lr_vals[i].bv_len; --icnt > 0; ) { in ldap_parse_ldif_record_x() 454 … if ( !isspace( (unsigned char) lr->lr_vals[i].bv_val[icnt] ) ) break; in ldap_parse_ldif_record_x() 457 if ( ++icnt != lr->lr_vals[i].bv_len ) { in ldap_parse_ldif_record_x() 461 lr->lr_vals[i].bv_val[icnt] = '\0'; in ldap_parse_ldif_record_x()
|
| /netbsd/src/bin/csh/ |
| D | glob.c | 633 ssize_t icnt; in backeval() local 637 icnt = 0; in backeval() 718 if (icnt == 0) { in backeval() 723 icnt = read(pvec[0], tibuf, BUFSIZE); in backeval() 724 while (icnt == -1 && errno == EINTR); in backeval() 725 if (icnt <= 0) { in backeval() 729 for (i = 0; i < icnt; i++) in backeval() 734 --icnt; in backeval()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/erc32/ |
| D | exec.c | 1134 sregs->icnt = T_JMPL; /* JMPL takes two cycles */ in dispatch_instruction() 1145 sregs->icnt = T_RETT; /* RETT takes two cycles */ in dispatch_instruction() 1206 sregs->icnt = T_ST; /* Set store instruction count */ in dispatch_instruction() 1211 sregs->icnt = T_LD; /* Set load instruction count */ in dispatch_instruction() 1239 sregs->icnt = T_LDD; in dispatch_instruction() 1273 sregs->icnt = T_LDST; in dispatch_instruction() 1347 sregs->ltime = ebase.simtime + sregs->icnt + FLSTHOLD + in dispatch_instruction() 1374 sregs->icnt = T_LDD; in dispatch_instruction() 1386 sregs->ltime = ebase.simtime + sregs->icnt + FLSTHOLD + in dispatch_instruction() 1472 sregs->icnt = T_STD; in dispatch_instruction() [all …]
|
| D | interf.c | 81 sregs->icnt = 1; in run_sim() 106 sregs->icnt = 1; in run_sim()
|
| D | sis.h | 97 uint32_t icnt; /* Instruction cycles in curr inst */ member
|
| D | sis.c | 82 sregs->icnt = 1; in run_sim()
|
| D | func.c | 894 sregs->icntt += sregs->icnt; in advance_time() 897 endtime = ebase.simtime + sregs->icnt + sregs->hold + sregs->fhold; in advance_time()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | getifaddrs.c | 509 int icnt; in rk_getifaddrs() local 520 icnt = dlen = xlen = nlen = 0; in rk_getifaddrs() 560 NLMSG_ALIGN(sizeof(struct ifaddrs[icnt])) in rk_getifaddrs() 579 data += NLMSG_ALIGN(sizeof(struct ifaddrs)) * icnt; in rk_getifaddrs() 823 icnt++; in rk_getifaddrs() 841 if (icnt == 0 && (dlen + nlen + xlen == 0)){ in rk_getifaddrs()
|
| /netbsd/src/sys/dev/isa/ |
| D | wds.c | 223 wds_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, u_char *ibuf, int icnt) in wds_cmd() argument 229 while (icnt--) { in wds_cmd()
|
| /netbsd/src/sys/dev/ic/ |
| D | aha.c | 124 int icnt, u_char *ibuf, int ocnt, u_char *obuf) in aha_cmd() argument 179 while (icnt--) { in aha_cmd()
|
| D | bha.c | 746 int icnt, u_char *ibuf, int ocnt, u_char *obuf) in bha_cmd() argument 798 while (icnt--) { in bha_cmd()
|
| /netbsd/src/sys/arch/arc/dti/ |
| D | btl.c | 193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf, in bt_cmd() argument 248 while (icnt--) { in bt_cmd()
|