Home
last modified time | relevance | path

Searched defs:name_size (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/lib/libc/net/
HDnscachedcli.c255 size_t name_size; in __cached_write() local
307 size_t name_size, result_size; in __cached_read() local
378 size_t name_size; in __open_cached_mp_write_session() local
485 size_t name_size; in __open_cached_mp_read_session() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_debugging.cpp28 char *name, uptr name_size, in FindInfoForStackVar()
80 const char *__asan_locate_address(uptr addr, char *name, uptr name_size, in __asan_locate_address()
/freebsd-14-stable/usr.sbin/nscd/
HDnscdcli.c243 size_t name_size; in nscd_transform__() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_debugging.cpp192 const char *__tsan_locate_address(uptr addr, char *name, uptr name_size, in __tsan_locate_address()
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDwrite_entry.c320 size_t name_size = strlen(term_names); in _nc_write_entry() local
HDread_entry.c283 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local
/freebsd-14-stable/contrib/tcpdump/
HDprint-ppp.c833 u_int val_size, name_size, msg_size; in handle_chap() local
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_read_support_format_rar5.c1516 size_t name_size = 0; in parse_file_extra_owner() local
1670 size_t name_size = 0; in process_head_file() local
HDarchive_read_support_format_rar.c186 char name_size[2]; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1529 inline size_t name_size () const { return NumArgNames; } in name_size() function