Home
last modified time | relevance | path

Searched refs:n_bytes (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dttymodes.c353 int n_bytes = 0; in tty_parse_modes() local
380 n_bytes += 1; in tty_parse_modes()
389 n_bytes += 4; in tty_parse_modes()
399 n_bytes += 4; in tty_parse_modes()
408 n_bytes += arg_size; \ in tty_parse_modes()
413 n_bytes += arg_size; \ in tty_parse_modes()
437 n_bytes += 1; in tty_parse_modes()
441 n_bytes += 4; in tty_parse_modes()
465 n_bytes += 4; in tty_parse_modes()
478 if (*n_bytes_ptr != n_bytes) { in tty_parse_modes()
[all …]
Dsession.c2077 int n_bytes; in session_pty_req() local
2120 n_bytes = packet_remaining(); in session_pty_req()
2121 tty_parse_modes(s->ttyfd, &n_bytes); in session_pty_req()
/external/valgrind/coregrind/
Dlauncher-linux.c137 ssize_t n_bytes; in select_platform() local
153 n_bytes = read(fd, header, sizeof(header)); in select_platform()
155 if (n_bytes < 2) { in select_platform()
160 (long int)n_bytes, clientname); in select_platform()
166 if (n_bytes > VKI_BINPRM_BUF_SIZE) in select_platform()
167 n_bytes = VKI_BINPRM_BUF_SIZE - 1; in select_platform()
168 header[n_bytes] = '\0'; in select_platform()
200 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) { in select_platform()
202 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) { in select_platform()
238 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) { in select_platform()
/external/boringssl/src/crypto/bio/
Dhexdump.c150 const unsigned n_bytes = ctx->used; in finish() local
154 if (n_bytes == 0) { in finish()
173 ctx->right_chars[n_bytes] = '|'; in finish()
174 ctx->right_chars[n_bytes + 1] = '\n'; in finish()
175 if (BIO_write(ctx->bio, ctx->right_chars, n_bytes + 2) < 0) { in finish()
/external/svox/pico/lib/
Dpicosig.c738 picoos_uint32 n_start, n_fram, n_bytes; in sigStep() local
1197n_bytes = (picoos_uint32) sig_subObj->outBuf[(sig_subObj->outReadPos) in sigStep()
1203 n_bytes / 2, in sigStep()
1205 PICODBG_DEBUG(("Nframe:%d - Nbytes %d\n", n_fram, n_bytes)); in sigStep()
1206 numoutb = n_bytes + 4; in sigStep()
/external/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp362 safe_malloc(size_t n_bytes) in safe_malloc() argument
364 if (n_bytes > 0) in safe_malloc()
367 const mach_vm_size_t vm_size = ((n_bytes + k_page_size - 1)/k_page_size) * k_page_size; in safe_malloc()
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h270 __u64 n_bytes; /* Number of matched bytes. */ member