Searched refs:str_start (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | encrypt.c | 135 static uchar_t str_start[72] = { IAC, SB, TELOPT_ENCRYPT }; variable 846 p = str_start + 3; in encrypt_start_output() 854 (void) net_write(str_start, p - str_start); in encrypt_start_output() 856 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_start_output() 903 p = &str_start[3]; in encrypt_send_request_start() 911 (void) net_write(str_start, p - str_start); in encrypt_send_request_start() 912 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_send_request_start()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 151 const char *str_start; in _nss_netdb_aliases() local 160 str_start = instr; in _nss_netdb_aliases() 167 str_len = instr - str_start; in _nss_netdb_aliases() 176 (void) memcpy(copyptr, str_start, str_len); in _nss_netdb_aliases()
|