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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_mbstr.c102 int nchar; local
119 nchar = len >> 1;
128 nchar = len >> 2;
132 nchar = 0;
134 ret = traverse_string(in, len, MBSTRING_UTF8, in_utf8, &nchar);
142 nchar = len;
150 if ((minsize > 0) && (nchar < minsize)) {
157 if ((maxsize > 0) && (nchar > maxsize)) {
220 outlen = nchar;
225 outlen = nchar <<
300 int *nchar; local
[all...]
/freebsd-9.3-release/usr.bin/colldef/
H A Dscan.l1 %x string name charmap defn nchar subs subs2
53 <INITIAL,charmap,nchar,subs,subs2>[ \t]+ ;
60 <INITIAL,nchar,subs>\\t { yylval.ch = '\t'; return CHAR; }
61 <INITIAL,nchar,subs>\\n { yylval.ch = '\n'; return CHAR; }
62 <INITIAL,nchar,subs>\\b { yylval.ch = '\b'; return CHAR; }
63 <INITIAL,nchar,subs>\\f { yylval.ch = '\f'; return CHAR; }
64 <INITIAL,nchar,subs>\\v { yylval.ch = '\v'; return CHAR; }
65 <INITIAL,nchar,subs>\\r { yylval.ch = '\r'; return CHAR; }
66 <INITIAL,nchar,subs>\\a { yylval.ch = '\a'; return CHAR; }
72 <INITIAL,nchar>\
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c312 int i, nchar; local
317 nchar = p - name;
319 nchar = strlen(name);
323 if (!strncmp(tmod->name, name, nchar))
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_chu.c1095 int nchar
1119 up->status, up->maxsignal, nchar, -up->burdist);
1122 for (i = 0; i < nchar; i++) {
1169 int nchar
1204 if (i + 9 < nchar)
1218 if (temp < 2 || temp > 9 || k + 9 >= nchar || temp !=
1223 up->maxsignal, nchar, up->burdist, k, up->syndist,
1227 for (i = 0; i < nchar; i++) {
1267 for (; i < nchar && (i - 10) < k; i++) {
1289 for (j = 0; j < nchar;
[all...]
/freebsd-9.3-release/games/fortune/fortune/
H A Dfortune.c256 int nchar; local
260 nchar = (int)(Seekpts[1] - Seekpts[0]);
264 nchar = 0;
267 nchar += strlen(line);
269 Fort_len = nchar;
271 return (nchar);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmime.c1276 int nchar = 0; local
1284 while ((c1 = *infile++) != '\0' && nchar < maxlen)
1309 nchar++;
1315 nchar++;
1322 if (nchar >= maxlen)
/freebsd-9.3-release/sys/dev/si/
H A Dsi.c1372 int nchar;
1414 nchar = ttyoutq_getsize(&tp->t_outq) - ttyoutq_bytesleft(&tp->t_outq);
1415 DPRINT((pp, DBG_START, "count %d, nchar %d\n",
1416 (BYTE)count, nchar));
1418 if (count != 0 && nchar == 0) {
1425 if (time < nchar)
1426 time = nchar / time;
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1251 int nlong = 0, nshort = 0, nchar = 0, nint = 0; local
1269 nchar++;
1285 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2)
1288 if (nchar > 0) {
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex5729 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5731 \ifx\nchar\bgroup\else
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5925 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5927 \ifx\nchar\bgroup\else
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5801 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5803 \ifx\nchar\bgroup\else

Completed in 126 milliseconds