| /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/mdocml/dist/ |
| 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...] |
| man_term.c | 211 struct roff_node *nch; local 217 (nch = roff_node_child(n->body)) != NULL && 218 nch->type == ROFFT_TBL)
|
| /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/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/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/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/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/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/lib/libedit/ |
| tty.c | 65 wint_t nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t 917 for (tp = tty_map; tp->nch != (wint_t)-1; tp++) { 918 new[0] = (wchar_t)t_n[tp->nch];
|
| /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/external/bsd/nvi/dist/common/ |
| exf.c | 780 u_long nlno, nch; local 920 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0); 979 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch); 985 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
|
| options.c | 1029 char nch; local 1059 for (np = O_STR(sp, cnt); (nch = *np) != '\0'; ++np) { 1060 if (isblank((unsigned char)nch) || nch == '\\') 1062 (void)putc(nch, fp);
|
| /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/games/larn/ |
| data.c | 661 u_char nch[] = {0, 0, 0, 1, 1, 1, 2, 2, 3, 4}; variable
|
| /src/sys/arch/atari/dev/ |
| zs.c | 981 int s, nch; local 1000 nch = ndqb(&tp->t_outq, 0); /* XXX */ 1001 if (nch) { 1012 cs->cs_tbc = nch - 1;
|
| /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/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') {
|