| /src/sys/dev/ic/ |
| cy.c | 1079 u_char line_stat, recv_data, n_chars; local 1129 n_chars = cd_read_reg(sc, cy->cy_chip, 1135 while (n_chars--) 1144 cy->cy_port_num, n_chars); 1146 while (n_chars--) {
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-winsource.c | 244 size_t n_chars = next == nullptr ? strlen (string) : next - string; local 245 if (n_chars > 0) 249 if (skip < n_chars) 252 n_chars -= skip; 257 skip -= n_chars; 258 string += n_chars; 259 n_chars = 0; 263 if (n_chars > 0) 265 std::string copy (string, n_chars);
|
| tui-io.c | 467 size_t n_chars = next == nullptr ? strlen (string) : next - string; local 468 if (n_chars > 0) 469 waddnstr (w, string, n_chars);
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-winsource.c | 246 size_t n_chars = next == nullptr ? strlen (string) : next - string; local 247 if (n_chars > 0) 251 if (skip < n_chars) 254 n_chars -= skip; 259 skip -= n_chars; 260 string += n_chars; 261 n_chars = 0; 265 if (n_chars > 0) 267 std::string copy (string, n_chars);
|
| tui-io.c | 467 size_t n_chars = next == nullptr ? strlen (string) : next - string; local 468 if (n_chars > 0) 469 waddnstr (w, string, n_chars);
|
| /src/sys/dev/sbus/ |
| magma.c | 527 int n_chars; local 533 n_chars = cd1400_read_reg(cd, CD1400_RDCR); 534 while (n_chars--) { 546 u_char *ptr, n_chars, line_stat; local 553 n_chars = 1; 556 n_chars = cd1400_read_reg(cd, CD1400_RDCR); 560 while( n_chars-- ) {
|
| /src/external/bsd/libevent/dist/ |
| http.c | 4620 ev_ssize_t n_chars = eos-s-2; local 4622 if (n_chars >= 64) /* way too long */ 4624 memcpy(buf, s+1, n_chars); 4625 buf[n_chars]='\0';
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| http.c | 4618 ev_ssize_t n_chars = eos-s-2; local 4620 if (n_chars >= 64) /* way too long */ 4622 memcpy(buf, s+1, n_chars); 4623 buf[n_chars]='\0';
|