Searched refs:n_bytes (Results 1 – 7 of 7) sorted by relevance
325 int n_bytes = 0; in tty_parse_modes() local352 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 …]
1597 int n_bytes; in session_pty_req() local1641 n_bytes = packet_remaining(); in session_pty_req()1642 tty_parse_modes(s->ttyfd, &n_bytes); in session_pty_req()
308 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()
280 char *n_bytes; member
73 int n_bytes,
608 int n_bytes, in LYmbcsstrncpy() argument615 if (n_bytes < 0) in LYmbcsstrncpy()616 n_bytes = 0; in LYmbcsstrncpy()620 for (; *src != '\0' && i_bytes < n_bytes; i_bytes++) { in LYmbcsstrncpy()
542 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()