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

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_mbstr.c99 int nchar; local
114 nchar = len >> 1;
123 nchar = len >> 2;
127 nchar = 0;
129 ret = traverse_string(in, len, MBSTRING_UTF8, in_utf8, &nchar);
138 nchar = len;
146 if((minsize > 0) && (nchar < minsize)) {
153 if((maxsize > 0) && (nchar > maxsize)) {
214 outlen = nchar;
219 outlen = nchar <<
289 int *nchar; local
[all...]
/freebsd-10.0-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-10.0-release/contrib/ntp/ntpd/
H A Drefclock_chu.c1056 int nchar
1077 sprintf(tbuf, "chuB %04x %2d %2d ", up->status, nchar,
1079 for (i = 0; i < nchar; i++)
1111 for (i = 0; i < nchar && i < 10; i++) {
1127 int nchar
1159 if (i + 9 < nchar)
1168 if (temp > 9 || k + 9 >= nchar || temp != ((up->cbuf[k + 9] >>
1174 up->status, up->maxsignal, nchar, up->burdist, k,
1178 up->status, nchar, up->burdist, k, up->syndist,
1183 nchar, u
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c326 int i, nchar; local
331 nchar = p - name;
333 nchar = strlen(name);
338 if (!strncmp(tmod->name, name, nchar))
/freebsd-10.0-release/games/fortune/fortune/
H A Dfortune.c254 int nchar; local
258 nchar = (int)(Seekpts[1] - Seekpts[0]);
262 nchar = 0;
265 nchar += strlen(line);
267 Fort_len = nchar;
269 return (nchar);
/freebsd-10.0-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-10.0-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-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1218 int nlong = 0, nshort = 0, nchar = 0, nint = 0; local
1236 nchar++;
1252 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2)
1255 if (nchar > 0) {
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex5729 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5731 \ifx\nchar\bgroup\else
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5925 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5927 \ifx\nchar\bgroup\else
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex5801 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx}
5803 \ifx\nchar\bgroup\else

Completed in 156 milliseconds