Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dnscachedcli.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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_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/usr.sbin/nscd/
H A Dnscdcli.c242 size_t name_size; in nscd_transform__() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp190 __tsan_locate_address(uptr addr,char * name,uptr name_size,uptr * region_address_ptr,uptr * region_size_ptr) __tsan_locate_address() argument
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c320 size_t name_size = strlen(term_names); in _nc_write_entry() local
H A Dread_entry.c283 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local
/freebsd/contrib/tcpdump/
H A Dprint-ppp.c833 u_int val_size, name_size, msg_size; in handle_chap() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_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
H A Darchive_read_support_format_rar.c186 char name_size[2]; member
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1529 inline size_t name_size () const { return NumArgNames; } in name_size() function