/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;
|
/src/sys/dev/ic/ |
aha.c | 109 * aha_cmd(iot, ioh, sc, icnt, ibuf, ocnt, obuf) 112 * icnt: number of args (outbound bytes including opcode) 124 int icnt, u_char *ibuf, int ocnt, u_char *obuf) 179 while (icnt--) {
|
bha.c | 746 int icnt, u_char *ibuf, int ocnt, u_char *obuf) 798 while (icnt--) {
|
/src/sys/dev/isa/ |
wds.c | 223 wds_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, u_char *ibuf, int icnt) 229 while (icnt--) {
|
/src/sys/arch/arc/dti/ |
btl.c | 179 * bt_cmd(iobase, sc, icnt, ibuf, ocnt, obuf) 182 * icnt: number of args (outbound bytes including opcode) 193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf, 248 while (icnt--) {
|