Searched refs:str_data (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/lib/libtelnet/ |
| H A D | sra.c | 73 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0, variable 91 unsigned char *p = str_data + 4; in Data() 99 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in Data() 100 str_data[3], type, c); in Data() 113 if (str_data[3] == TELQUAL_IS) in Data() 114 printsub('>', &str_data[2], p - (&str_data[2])); in Data() 115 return telnet_net_write(str_data, p - str_data); in Data() 122 str_data[3] = TELQUAL_REPLY; in sra_init() 124 str_data[3] = TELQUAL_IS; in sra_init()
|
| H A D | kerberos5.c | 80 static unsigned char str_data[1024] = {IAC, SB, TELOPT_AUTHENTICATION, 0, variable 101 unsigned char *p = str_data + 4; in Data() 109 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in Data() 110 str_data[3], in Data() 124 if (str_data[3] == TELQUAL_IS) in Data() 125 printsub('>', &str_data[2], p - &str_data[2]); in Data() 126 return (telnet_net_write(str_data, p - str_data)); in Data() 172 str_data[3] = TELQUAL_REPLY; in kerberos5_init() 174 str_data[3] = TELQUAL_IS; in kerberos5_init()
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | strtab.c | 114 const char *buf = hp->str_data; in strtab_compare() 185 hp->str_data = sp->str_ptr; in strtab_insert() 242 const char *buf = hp->str_data; in strtab_print()
|
| H A D | strtab.h | 39 const char *str_data; /* pointer to actual string data */ member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 228 …str_data = (entry_ptr + 1).cast(gdb.lookup_type('uintptr_t')) + max(value_ty.sizeof, entry_base_ty… 229 str_data = str_data.cast(gdb.lookup_type('char').const().pointer()) 230 …string_ref = gdb.Value(struct.pack('PN', int(str_data), int(str_len)), gdb.lookup_type('llvm::Stri…
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_strtab.h | 39 const char *str_data; /* pointer to actual string data */ member
|
| H A D | dt_strtab.c | 152 const char *buf = hp->str_data; in dt_strtab_compare() 249 hp->str_data = sp->str_ptr; in dt_strtab_insert()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CVRecord.h | 52 StringRef str_data() const { in str_data() function
|