Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dttymodes.c325 int n_bytes = 0; in tty_parse_modes() local
352 n_bytes += 1; in tty_parse_modes()
361 n_bytes += 4; in tty_parse_modes()
371 n_bytes += 4; in tty_parse_modes()
380 n_bytes += arg_size; \ in tty_parse_modes()
385 n_bytes += arg_size; \ in tty_parse_modes()
409 n_bytes += 1; in tty_parse_modes()
413 n_bytes += 4; in tty_parse_modes()
437 n_bytes += 4; in tty_parse_modes()
450 if (*n_bytes_ptr != n_bytes) { in tty_parse_modes()
[all …]
Dsession.c1597 int n_bytes; in session_pty_req() local
1641 n_bytes = packet_remaining(); in session_pty_req()
1642 tty_parse_modes(s->ttyfd, &n_bytes); in session_pty_req()
/mirbsd/src/usr.sbin/rpc.lockd/
Dtest.c308 arg.cookie.n_bytes = "hello"; in main()
315 …arg.alock.fh.n_bytes = "\x04\x04\x02\x00\x01\x00\x00\x00\x0c\x00\x00\x00\xff\xff\xff\xd0\x16\x00\x… in main()
317 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3"; in main()
323 res_block.cookie.n_bytes = "hello"; in main()
/mirbsd/src/include/rpc/
Dxdr.h280 char *n_bytes; member
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStrings.h73 int n_bytes,
DLYStrings.c608 int n_bytes, in LYmbcsstrncpy() argument
615 if (n_bytes < 0) in LYmbcsstrncpy()
616 n_bytes = 0; in LYmbcsstrncpy()
620 for (; *src != '\0' && i_bytes < n_bytes; i_bytes++) { in LYmbcsstrncpy()
/mirbsd/src/lib/libc/rpc/
Dxdr.c542 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()