Lines Matching refs:ccnt
999 int ccnt; in read_sal_section() local
1027 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()
1073 smp->sm_to = read_cnt_string(fd, 1, &ccnt); in read_sal_section()
1074 if (ccnt < 0) in read_sal_section()
1077 return ccnt; in read_sal_section()