Searched refs:nchars (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/usr.bin/banner/
H A Dbanner.c1024 int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1070 nchars = strlen(message);
1076 nchars = 0;
1079 nchars = strlen(message);
1082 if (message[nchars - 1] == '\n')
1083 message[--nchars] = '\0';
1112 for (i = 0; i < nchars; i++)
1126 for (i = 0; i < nchars; i++) {
/freebsd-9.3-release/contrib/binutils/gas/
H A Dfrags.c81 /* Try to augment current frag by nchars chars.
83 and begin a new frag. Unless the new frag has nchars chars available
87 frag_grow (unsigned int nchars)
89 if (obstack_room (&frchain_now->frch_obstack) < nchars)
100 if (nchars < 0x10000)
101 frchain_now->frch_obstack.chunk_size = 2 * nchars;
103 frchain_now->frch_obstack.chunk_size = nchars + 0x10000;
106 while ((n = obstack_room (&frchain_now->frch_obstack)) < nchars
107 && (unsigned long) frchain_now->frch_obstack.chunk_size > nchars)
114 if (obstack_room (&frchain_now->frch_obstack) < nchars)
84 frag_grow(unsigned int nchars) argument
185 frag_more(int nchars) argument
[all...]
H A Dfrags.h125 void frag_grow (unsigned int nchars);
126 char *frag_more (int nchars);
H A Dlisting.c637 unsigned int nchars; local
645 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width;
651 for (idx = 0; idx < nchars; idx++)
671 while (src[cur] && idx < nchars)
689 for (; idx < nchars; idx++)
708 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1;
714 while (src[cur] && idx < nchars)
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.h84 extern void terminal_write_chars (char *string, int nchars);
H A Dterminal.c255 terminal_write_chars (char *string, int nchars)
258 (*terminal_write_chars_hook) (string, nchars);
261 if (nchars)
262 fwrite (string, 1, nchars, stdout);
254 terminal_write_chars(char *string, int nchars) argument
/freebsd-9.3-release/usr.bin/col/
H A Dcol.c396 int i, j, nchars, last_col, save, this_col, tot; local
399 nchars = l->l_line_len;
422 for (i = nchars, c = l->l_line; --i >= 0; c++)
435 for (i = nchars, c = l->l_line; --i >= 0; c++)
440 while (nchars > 0) {
445 } while (--nchars > 0 && this_col == endc->c_column);
450 if (nchars > 0 &&
/freebsd-9.3-release/usr.bin/uniq/
H A Duniq.c257 int nchars, nfields; local
265 for (nchars = numchars; nchars-- && *str != L'\0'; ++str)
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp230 uint32 nchars = 0; variable
359 if (nchars == 0)
597 for (i = 0; i < nchars; i++)
668 nchars = tag_info(charcode_tag).count;
669 char_table = new char_info[nchars];
673 for (i = 0; i < nchars; i++)
678 for (i = 0; i < nchars; i++)
683 for (i = 0; i < nchars; i++) {
691 for (i = 0; i < nchars; i++) {
699 for (i = 0; i < nchars;
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmulti.c194 int nchars;
213 nchars = strlen (command);
214 params += nchars;
192 int nchars; local
/freebsd-9.3-release/contrib/cvs/src/
H A Dfilesubr.c554 block_read (fd, buf, nchars)
557 size_t nchars;
564 nread = read (fd, bp, nchars);
578 nchars -= nread;
579 } while (nchars != 0);
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddraw.c112 dw->dvi.cache.cache[0].nchars = 0;
197 if (dw->dvi.cache.cache[dw->dvi.cache.index].nchars != 0) {
201 dw->dvi.cache.cache[dw->dvi.cache.index].nchars = 0;
206 if (dw->dvi.cache.cache[dw->dvi.cache.index].nchars != 0) {
210 dw->dvi.cache.cache[dw->dvi.cache.index].nchars = 0;
219 if (text->nchars == 0) {
232 ++text->nchars;
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.h273 int nchars; member in struct:mb_char_classes
H A Ddfa.c486 work_mbc->nchars = work_mbc->nranges = work_mbc->nch_classes = 0;
541 work_mbc->nchars + 2);
542 work_mbc->chars[work_mbc->nchars++] = L'[';
543 work_mbc->chars[work_mbc->nchars++] = delim;
645 work_mbc->nchars + 1);
646 work_mbc->chars[work_mbc->nchars++] = (wchar_t)wc;
2558 for (i = 0; i<work_mbc->nchars; i++)
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfscanf.c446 int nchars; local
453 nchars = 0;
484 nchars++;
499 n = nchars;
H A Dvfwprintf.c287 size_t insize, nchars, nconv; local
302 insize = nchars = nconv = 0;
304 while (nchars != (size_t)prec) {
310 nchars++;
/freebsd-9.3-release/lib/libedit/
H A Dcommon.c828 int nchars = c_hpos(el); local
853 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
871 int nchars = c_hpos(el); local
887 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c1543 wide_read(int fildes, Char *buf, size_t nchars, int use_fclens) argument
1550 if (nchars == 0)
1552 assert (nchars <= sizeof(cbuf) / sizeof(*cbuf));
1558 size_t len = nchars > partial ? nchars - partial : 1;
1569 while (i < partial && nchars != 0) {
1589 nchars--;
1594 } while (partial != 0 && nchars > 0);
/freebsd-9.3-release/contrib/less/
H A Dscreen.c1735 DWORD nchars; local
1746 FillConsoleOutputCharacter(con_out, ' ', winsz, topleft, &nchars);
1747 FillConsoleOutputAttribute(con_out, curr_attr, winsz, topleft, &nchars);
1762 DWORD nchars; local
1806 &nchars);
1808 &nchars);
2121 DWORD nchars;
2132 scr.dwSize.X - cpos.X, cpos, &nchars);
2134 scr.dwSize.X - cpos.X, cpos, &nchars);
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c966 int fd, nchars; local
974 while ((nchars = read(fd, tbuf, sizeof(tbuf))) > 0 && !motdinterrupt)
975 (void)write(fileno(stdout), tbuf, nchars); local
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c554 int nchars = read (desc, ptr, left);
555 if (nchars < 0)
561 return nchars;
563 if (nchars == 0)
566 ptr = (char *) ptr + nchars;
567 left -= nchars;
550 int nchars = read (desc, ptr, left); local
H A Dc-common.c860 int nchars;
864 nchars = wide_flag ? length / wchar_bytes : length;
874 if (nchars - 1 > nchars_max)
881 nchars - 1, nchars_max, relevant_std);
900 i_type = build_index_type (build_int_cst (NULL_TREE, nchars - 1));
859 int nchars; local
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h1011 int (*ucl_emitter_append_character) (unsigned char c, size_t nchars, void *ud);
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c216 * Ensure that there is enough room in the sbuf for nchars more characters.
219 sbuf_need(struct sbuf *sbuf, int nchars) argument
225 while (sbuf->end + nchars > sbuf->last) {

Completed in 318 milliseconds