Searched refs:str_start (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/lib/libtelnet/ |
H A D | encrypt.c | 133 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT }; variable 819 p = str_start + 3; in encrypt_start_output() 827 net_write(str_start, p - str_start); in encrypt_start_output() 829 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_start_output() 873 p = &str_start[3]; in encrypt_send_request_start() 881 net_write(str_start, p - str_start); in encrypt_send_request_start() 882 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_send_request_start()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | mips-tfile.c | 1699 add_local_symbol (const char *str_start, const char *str_end_p1, st_t type, in add_local_symbol() argument 1721 psym->iss = (str_start == (const char *) 0) in add_local_symbol() 1725 str_start, in add_local_symbol() 1855 if (str_start && str_end_p1 - str_start > 0) in add_local_symbol() 1857 st_str, (int) (str_end_p1 - str_start), str_start); in add_local_symbol() 1875 const char *str_start; /* first byte in string */ in add_ext_symbol() local 1881 str_start = ORIG_ESTRS (esym->asym.iss); in add_ext_symbol() 1882 str_end_p1 = str_start + strlen (str_start); in add_ext_symbol() 1894 if (str_start && str_end_p1 - str_start > 0) in add_ext_symbol() 1896 st_str, (int) (str_end_p1 - str_start), str_start); in add_ext_symbol() [all …]
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | ecoff.c | 1785 if (str_start && str_end_p1 - str_start > 0) in add_ecoff_symbol() 1787 st_str, str_end_p1 - str_start, str_start); in add_ecoff_symbol()
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | ecoff.c | 1785 if (str_start && str_end_p1 - str_start > 0) in add_ecoff_symbol() 1787 st_str, str_end_p1 - str_start, str_start); in add_ecoff_symbol()
|