Searched refs:nch (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/examples/
H A Drl.c87 int opt, fd, nch; local
98 fd = nch = 0;
120 nch = atoi(optarg);
121 if (nch < 0)
147 if (nch > 0)
148 rl_num_chars_to_read = nch;
/freebsd-9.3-release/contrib/nvi/common/
H A Dcut.h65 #define CBNAME(sp, cbp, nch) { \
67 L__name = isupper(nch) ? tolower(nch) : (nch); \
H A Dexf.c750 u_long nlno, nch; local
919 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
976 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
982 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_comp.c163 int nch = *dn++; local
170 } else if (periodchar(nch) || nch == '\0') {
177 pch = ch, ch = nch;
/freebsd-9.3-release/contrib/less/
H A Ddecode.c749 int nch; local
769 nch = 0;
771 if (nch > 0)
773 usercmd[nch] = c;
774 usercmd[nch+1] = '\0';
775 nch++;
830 while (nch > 1)
832 ungetcc(usercmd[--nch]);
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_write.c279 ex_writefp(sp, name, fp, fm, tm, nlno, nch, silent)
284 u_long *nlno, *nch;
300 *nch = 0;
371 *nch = ccnt;
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndisvar.h90 TAILQ_HEAD(nch, ndis_cfglist);
194 struct nch ndis_cfglist_head;
/freebsd-9.3-release/contrib/file/src/
H A Dfsmagic.c109 ssize_t nch; local
288 if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
303 buf[nch] = '\0'; /* readlink(2) does not do this */
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.c2549 int nch = *dn++; local
2556 } else if (periodchar(nch) || nch == '\0') {
2563 pch = ch, ch = nch;
2582 int nch = *srch++; local
2589 } else if (periodchar(nch) || nch == '\0') {
2599 while (whitechar(nch)) {
2600 nch = *srch++;
2602 if (nch !
[all...]
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c1172 wint_t nch, *newwides; local
1187 if ((nch = towlower(ch)) < NC)
1188 cs->bmp[nch >> 3] |= 1 << (nch & 7);
1189 if ((nch = towupper(ch)) < NC)
1190 cs->bmp[nch >> 3] |= 1 << (nch & 7);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregcomp.c92 static int nch(struct parse *, cset *);
729 if (nch(p, cs) == 1) { /* optimize singleton sets */
1183 - nch - number of characters in a set
1186 nch(struct parse *p, cset *cs) function
/freebsd-9.3-release/lib/libedit/
H A Dtty.c56 int nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
862 for (tp = tty_map; tp->nch != -1; tp++) {
863 new[0] = t_n[tp->nch];
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsound.c156 struct pcm_channel *c, *ch, *nch; local
251 CHN_FOREACH_SAFE(ch, c, nch, children) {

Completed in 265 milliseconds