Searched refs:name_offset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 34 bool SetSockAddr(llvm::StringRef name, const size_t name_offset, in SetSockAddr() argument 36 if (name.size() + name_offset > sizeof(saddr_un->sun_path)) in SetSockAddr() 42 memcpy(saddr_un->sun_path + name_offset, name.data(), name.size()); in SetSockAddr() 47 if (name_offset == 0) in SetSockAddr() 51 offsetof(struct sockaddr_un, sun_path) + name_offset + name.size(); in SetSockAddr()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 458 unsigned short name_offset, name_length; in readlink() local 460 name_offset = symlink.SubstituteNameOffset; in readlink() 463 name_offset = symlink.PrintNameOffset; in readlink() 467 if (path_buf_offset + name_offset + name_length > out) { in readlink() 475 memcpy(ret_buf, &symlink.PathBuffer[name_offset / sizeof(wchar_t)], in readlink()
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | Partitions.rst | 85 int32_t name_offset; 90 The ``name_offset`` field is a relative pointer to a null-terminated string
|
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | fdt.cc | 416 uint32_t name_offset; in property() local 419 structs.consume_binary(name_offset); in property() 426 input_buffer name_buffer = strings.buffer_from_offset(name_offset); in property() 431 name_offset); in property()
|
| /freebsd-13.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 4610 ssize_t name_offset = xo_buf_offset(&xop->xo_data); in xo_format_value() local 4621 xo_buf_data(&xop->xo_data, name_offset), in xo_format_value() 6760 ssize_t name_offset, value_offset; in xo_attr_hv() local 6790 name_offset = xo_buf_offset(xbp); in xo_attr_hv() 6800 xo_buf_data(xbp, name_offset), in xo_attr_hv()
|