HomeSort by: relevance | last modified time | path
    Searched refs:nch (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/readline/readline/examples/
rl.c 91 int opt, fd, nch; local
106 fd = nch = 0;
128 nch = atoi(optarg);
129 if (nch < 0)
155 if (nch > 0)
156 rl_num_chars_to_read = nch;
rlevent.c 105 int opt, fd, nch; local
120 fd = nch = 0;
142 nch = atoi(optarg);
143 if (nch < 0)
169 if (nch > 0)
170 rl_num_chars_to_read = nch;
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rl.c 91 int opt, fd, nch; local
106 fd = nch = 0;
128 nch = atoi(optarg);
129 if (nch < 0)
155 if (nch > 0)
156 rl_num_chars_to_read = nch;
rlevent.c 105 int opt, fd, nch; local
120 fd = nch = 0;
142 nch = atoi(optarg);
143 if (nch < 0)
169 if (nch > 0)
170 rl_num_chars_to_read = nch;
  /src/external/bsd/nvi/dist/common/
cut.h 67 #define CBNAME(sp, cbp, nch) { \
69 L__name = ISUPPER((UCHAR_T)nch) ? TOLOWER((UCHAR_T)nch) : (nch);\
  /src/external/bsd/mdocml/dist/
mdoc_validate.c 520 const struct roff_node *nch; local
526 nch = mdoc->last->last;
527 if (nch == NULL || nch->type != ROFFT_TEXT)
529 lc = strchr(nch->string, '\0') - 1;
530 if (lc < nch->string)
539 mandoc_msg(MANDOCERR_DELIM, nch->line,
540 nch->pos + (int)(lc - nch->string), "%s%s %s", roff_name[tok],
541 nch == mdoc->last->child ? "" : " ...", nch->string)
547 const struct roff_node *nch; local
1082 struct roff_node *n, *nch; local
1107 struct roff_node *nch; \/* The first child of the .Tg node. *\/ local
1250 struct roff_node *np, *nch; local
1314 struct roff_node *n, *nch; local
1534 struct roff_node *n, *nch; local
1564 struct roff_node *np, *nch; local
1712 struct roff_node *nbl, *nit, *nch; local
1850 struct roff_node *nbl, *nh, *nch, *nnext; local
2049 struct roff_node *nch; local
2136 struct roff_node *np, *nch, *next, *prev; local
2228 struct roff_node *n, *nch; local
2467 struct roff_node *nch; local
2584 struct roff_node *n, *nch; local
2605 struct roff_node *n, *nch; local
2823 struct roff_node *n, *nch; local
    [all...]
mdoc_state.c 210 struct roff_node *nch; local
232 for (nch = n->child; nch != NULL; nch = nch->next)
233 nch->sec = n->sec;
html.c 364 const struct roff_node *nch; local
379 for (nch = n->child; nch != NULL; nch = nch->next)
380 if (nch->type != ROFFT_TEXT)
802 struct roff_node *nch; local
817 if (href != NULL && (nch = n->child) != NULL) {
821 nch = NULL;
823 while (nch != NULL && nch->type == ROFFT_TEXT
    [all...]
mdoc_markdown.c 1401 const struct roff_node *nch; local
1405 for (nch = n->child; nch != NULL; nch = nch->next)
1406 md_word(nch->string);
1409 for (nch = n->child; nch != NULL; nch = nch->next)
    [all...]
  /src/lib/libc/resolv/
res_comp.c 178 int nch = *dn++; local
185 } else if (periodchar(nch) || nch == '\0') {
192 pch = ch, ch = nch;
  /src/external/bsd/libbind/dist/resolv/
res_comp.c 162 int nch = *dn++; local
169 } else if (periodchar(nch) || nch == '\0') {
176 pch = ch, ch = nch;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
main.c 58 LOCAL int nch = 0; variable
277 buff[nch++] = c;
278 if(nch == SZSHORT)
281 nch = 0;
326 while(nch>0 && n>0)
365 nch = 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
SAXParserFactory.cc 356 int nch = from[i]; local
358 if (nch == '&' && i + 3 < len)
365 nch = '<';
370 nch = '>';
379 nch = '&';
389 nch = '\'';
394 nch = '"';
400 if (nch == '%' && i + 3 < len && from[i + 3] == '%')
409 nch = ch;
414 *to++ = (char) nch;
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
SAXParserFactory.cc 356 int nch = from[i]; local
358 if (nch == '&' && i + 3 < len)
365 nch = '<';
370 nch = '>';
379 nch = '&';
389 nch = '\'';
394 nch = '"';
400 if (nch == '%' && i + 3 < len && from[i + 3] == '%')
409 nch = ch;
414 *to++ = (char) nch;
    [all...]
  /src/external/bsd/less/dist/
decode.c 917 int nch; local
942 nch = 0;
944 if (nch > 0)
946 usercmd[nch] = c;
947 usercmd[nch+1] = '\0';
948 nch++;
950 } while (action == A_PREFIX && nch < MAX_CMDLEN);
1008 while (nch > 1)
1010 ungetcc(usercmd[--nch]);
  /src/sys/arch/arm/acpi/
acpi_iort.c 160 ACPI_HANDLE nch; local
174 rv = AcpiGetHandle(NULL, nc->DeviceName, &nch);
175 if (rv == AE_OK && nch == handle) {
  /src/sys/arch/x68k/dev/
slhci_intio.c 74 bus_space_handle_t nch; local
107 BUS_SPACE_MAP_SHIFTED, &nch))
111 bus_space_unmap(iot, nch, nc_size);
  /src/external/bsd/file/dist/src/
fsmagic.c 119 ssize_t nch; local
301 if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
317 buf[nch] = '\0'; /* readlink(2) does not do this */
  /src/external/bsd/nvi/dist/ex/
ex_write.c 292 ex_writefp(SCR *sp, const char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent)
310 *nch = 0;
382 *nch = ccnt;
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
order.c 402 int nch, k, i, nn, rary[4]; local
432 for (sz = nch = i = 0; i < nn && i < 6; i++) {
437 nch++;
477 if (r0l || nch) {
504 if (r0l || nch) {
  /src/sys/arch/hp300/dev/
dcm.c 812 int nch = 0; local
855 nch++;
891 sc->sc_scheme.dis_char += nch;
894 dsp->rchars += nch;
895 if (nch <= DCMRBSIZE)
896 dsp->rsilo[nch]++;
1161 int unit, board, port, nch; local
1206 nch = q_to_b(&tp->t_outq, buf, (head - next) & TX_MASK);
1208 tch += nch;
1212 printf("\thead %x tail %x nch %d\n", head, tail, nch)
    [all...]
  /src/sys/dev/hyperv/
vmbus.c 1090 vmbus_channel_add(struct vmbus_channel *nch)
1092 struct vmbus_softc *sc = nch->ch_sc;
1096 if (nch->ch_id == 0) {
1099 } else if (nch->ch_id >= sc->sc_channel_max) {
1101 nch->ch_id);
1107 if (!memcmp(&ch->ch_type, &nch->ch_type, sizeof(ch->ch_type)) &&
1108 !memcmp(&ch->ch_inst, &nch->ch_inst, sizeof(ch->ch_inst)))
1111 if (VMBUS_CHAN_ISPRIMARY(nch)) {
1113 TAILQ_INSERT_TAIL(&sc->sc_prichans, nch, ch_prientry);
1119 "duplicated primary channel%u\n", nch->ch_id)
    [all...]
  /src/external/bsd/libfido2/dist/src/
winhello.c 163 int nch; local
170 if ((nch = MultiByteToWideChar(CP_UTF8, 0, utf8, -1, NULL, 0)) < 1 ||
171 (size_t)nch > MAXCHARS) {
172 fido_log_debug("%s: MultiByteToWideChar %d", __func__, nch);
175 if ((utf16 = calloc((size_t)nch, sizeof(*utf16))) == NULL) {
179 if (MultiByteToWideChar(CP_UTF8, 0, utf8, -1, utf16, nch) != nch) {
  /src/sys/arch/atari/stand/edahdi/
edahdi.c 268 int rv, nch; local
274 if ((nch = read (0, c, 1)) != 1) {
275 if (nch == 0)
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
token.c 592 int ch, c2, i, nch; local
616 nch = *ifiles->curptr;
624 if (nch != '/' && nch != '*') {
659 if (nch == '?' && (ch = chktg()))
681 if (nch == '8' && ifiles->curptr[1] == '\"') {
688 if (nch == '\"' || nch == '\'') {
720 if (nch == '\n') {

Completed in 43 milliseconds

1 2