Searched refs:icnt (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dgetifmaddrs.c68 int icnt = 1; local
114 icnt++;
129 data = malloc(sizeof(struct ifmaddrs) * icnt + dcnt);
136 data += sizeof(struct ifmaddrs) * icnt;
138 memset(ifa, 0, sizeof(struct ifmaddrs) * icnt);
H A Dgetifaddrs.c92 int icnt = 1; local
166 ++icnt;
187 ++icnt;
243 ++icnt;
251 if (icnt + dcnt + ncnt == 1) {
256 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt);
263 data += sizeof(struct ifaddrs) * icnt;
266 memset(ifa, 0, sizeof(struct ifaddrs) * icnt);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.glob.c690 int icnt; local
699 icnt = 0;
804 while (icnt == 0) {
808 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp);
810 if (icnt <= 0) {
813 icnt = 0;
816 icnt += tmp - tibuf;
819 while (tmp < tibuf + icnt) {
822 len = normal_mbtowc(&ip[i], tmp, tibuf + icnt - tmp);
825 if (!eof && (size_t)(tibuf + icnt
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapmodify.c524 int icnt; local
525 for ( icnt = vals[i].bv_len; --icnt > 0; ) {
526 if ( !isspace( (unsigned char) vals[i].bv_val[icnt] ) ) {
531 if ( ++icnt != vals[i].bv_len ) {
535 vals[i].bv_val[icnt] = '\0';
685 int icnt; local
686 for ( icnt = vals[i].bv_len; --icnt > 0; ) {
687 if ( !isspace( (unsigned char) vals[i].bv_val[icnt] ) ) brea
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetifaddrs.c507 int icnt; local
518 icnt = dlen = xlen = nlen = 0;
558 NLMSG_ALIGN(sizeof(struct ifaddrs[icnt]))
577 data += NLMSG_ALIGN(sizeof(struct ifaddrs)) * icnt;
821 icnt++;
839 if (icnt == 0 && (dlen + nlen + xlen == 0)){
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_main.c815 int die = 0, r, icnt = 0; local
863 the counter (icnt) so that this happens 20 times and than
865 if ((zlereadflags & ZLRF_IGNOREEOF) && icnt++ < 20)
870 icnt = 0;
H A Dzle_refresh.c907 int iadd = ichars + 1, icnt; local
922 for (icnt = 0; icnt < ichars; icnt++)
923 *nmwptr++ = tptr[icnt];

Completed in 100 milliseconds