Searched refs:cchars (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dugtlin.c53 int cchars;
56 cchars = getline (pzline, pcline, e);
58 cchars = getline (&zline, &cline, e);
59 if (cchars < 0)
66 return cchars;
70 ctot = cchars;
73 if (*pcline <= (size_t) (ctot + cchars))
79 (size_t) (ctot + cchars + 1));
81 znew = (char *) malloc ((size_t) (ctot + cchars + 1));
88 *pcline = ctot + cchars
52 int cchars; local
[all...]
H A Dhdial.c61 int cchars;
75 while ((cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
82 --cchars;
83 if (zline[cchars] == '\n')
84 zline[cchars] = '\0';
60 int cchars; local
H A Dvsinfo.c52 int cchars;
80 while ((cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
89 --cchars;
90 if (zline[cchars] == '\n')
91 zline[cchars] = '\0';
346 while ((cchars = getline (&zline, &cline, e)) > 0)
355 --cchars;
356 if (zline[cchars] == '\n')
357 zline[cchars] = '\0';
51 int cchars; local
H A Dhinit.c107 int cchars;
119 && (cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
126 --cchars;
127 if (zline[cchars] == '\n')
128 zline[cchars] = '\0';
105 int cchars; local
H A Dhport.c66 int cchars;
82 while ((cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
94 --cchars;
95 if (zline[cchars] == '\n')
96 zline[cchars] = '\0';
65 int cchars; local
H A Dvport.c55 int cchars;
78 while ((cchars = getline (&zline, &cline, e)) > 0)
89 --cchars;
90 if (zline[cchars] == '\n')
91 zline[cchars] = '\0';
54 int cchars; local
H A Drdperm.c115 int cchars;
159 while ((cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
167 --cchars;
168 if (zline[cchars] == '\n')
169 zline[cchars] = '\0';
112 int cchars; local
H A Dhsinfo.c114 int cchars;
128 while ((cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
137 --cchars;
138 if (zline[cchars] == '\n')
139 zline[cchars] = '\0';
112 int cchars; local
H A Drdlocs.c109 int cchars;
130 while ((cchars = _uuconf_getline (qglobal, &zline, &cline, e)) > 0)
106 int cchars; local
/macosx-10.10.1/uucp-11/uucp/
H A Dchat.c316 int cchars;
331 cchars = 0;
406 ++cchars;
407 if (cchars > 60)
411 cchars = 0;
314 int cchars; local
H A Duucico.c2831 int cchars;
2842 cchars = 0;
2887 ++cchars;
2888 if (cchars > 60)
2892 cchars = 0;
2979 int cchars;
2982 cchars = 0;
3031 ++cchars;
3032 if (cchars > 60)
3036 cchars
2826 int cchars; local
2974 int cchars; local
[all...]

Completed in 292 milliseconds