Searched refs:ccnt (Results 1 – 1 of 1) sorted by relevance
999 int ccnt; in read_sal_section() local1027 ccnt = getc(fd); // <salfromlen> in read_sal_section()1028 if (ccnt < 0) in read_sal_section()1030 if ((p = alloc(ccnt + 2)) == NULL) in read_sal_section()1035 for (i = 0; i < ccnt; ++i) in read_sal_section()1049 for (++i; i < ccnt; ++i) in read_sal_section()1057 if (++i < ccnt) in read_sal_section()1065 if (i < ccnt) in read_sal_section()1068 for (++i; i < ccnt; ++i) in read_sal_section()1074 if (ccnt < 0) in read_sal_section()[all …]