Home
last modified time | relevance | path

Searched refs:name_len (Results 101 – 125 of 290) sorted by relevance

12345678910>>...12

/netbsd/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_namemap_new.pod23 const char *name, size_t name_len);
27 const char *name, size_t name_len);
67 length I<name_len> as well, allowing the caller to use a fragment of
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc1333 const size_t name_len = strlen (name); in c_cpp_builtins() local
1336 = XALLOCAVEC (char, name_len + sizeof ("__LIBGCC__MANT_DIG__")); in c_cpp_builtins()
1343 macro_name = XALLOCAVEC (char, name_len in c_cpp_builtins()
1347 macro_name = XALLOCAVEC (char, name_len in c_cpp_builtins()
1415 macro_name = XALLOCAVEC (char, name_len in c_cpp_builtins()
1422 macro_name = XALLOCAVEC (char, name_len in c_cpp_builtins()
1428 macro_name = XALLOCAVEC (char, name_len + sizeof ("__LIBGCC__MAX__")); in c_cpp_builtins()
1433 macro_name = XALLOCAVEC (char, name_len + sizeof ("__LIBGCC__MIN__")); in c_cpp_builtins()
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c1671 unsigned name_len = strlen (basename); in enumerate_filename() local
1672 char *filename = xmalloc (10 + strlen (pathname) + name_len); in enumerate_filename()
1673 char *base_filename = xmalloc (10 + name_len); in enumerate_filename()
1686 base_filename + name_len + 1, in enumerate_filename()
1687 strlen (base_filename + name_len + 1) + 1); in enumerate_filename()
1692 unsigned numlen = base_len - name_len; in enumerate_filename()
1694 memmove (base_filename + 8 - numlen, base_filename + name_len, numlen + 1); in enumerate_filename()
/netbsd/external/mit/xorg/lib/libxcb/files/
H A Dxproto.c3211 xcb_out.name_len = name_len; in xcb_intern_atom()
3246 xcb_out.name_len = name_len; in xcb_intern_atom_unchecked()
5452 xcb_out.name_len = name_len; in xcb_open_font_checked()
5488 xcb_out.name_len = name_len; in xcb_open_font()
10816 xcb_out.name_len = name_len; in xcb_alloc_named_color()
10852 xcb_out.name_len = name_len; in xcb_alloc_named_color_unchecked()
11488 xcb_out.name_len = name_len; in xcb_store_named_color_checked()
11527 xcb_out.name_len = name_len; in xcb_store_named_color()
11763 xcb_out.name_len = name_len; in xcb_lookup_color()
11799 xcb_out.name_len = name_len; in xcb_lookup_color_unchecked()
[all …]
H A Dxproto.h1868 uint16_t name_len; member
1911 uint16_t name_len; member
2711 uint16_t name_len; member
2857 uint8_t name_len; member
2928 uint8_t name_len; member
3882 uint16_t name_len; member
4044 uint16_t name_len; member
4117 uint16_t name_len; member
4280 uint16_t name_len; member
6679 uint16_t name_len,
[all …]
/netbsd/external/bsd/fetch/dist/libfetch/
H A Dcommon.c750 size_t base_doc_len, name_len, i; in fetch_add_entry() local
763 name_len = 1; in fetch_add_entry()
767 name_len += 3; in fetch_add_entry()
769 ++name_len; in fetch_add_entry()
772 tmp_name = malloc( base_doc_len + name_len + 1); in fetch_add_entry()
/netbsd/sys/arch/sparc64/include/
H A Dmdesc.h31 uint8_t name_len; member
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dloadinfo.h82 size_t name_len);
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dconfigure.com349 $ name_len=f$length(eflags_name)
351 $ if dash_pos.ne.name_len
H A Dpef-traceback.h181 unsigned short name_len; /* Length of name that follows. */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_drm.c84 uint32_t name_len; /**< Length of name buffer */ member
102 v64.name_len = v32.name_len; in compat_drm_version()
117 v32.name_len = v64.name_len; in compat_drm_version()
/netbsd/external/gpl2/texinfo/dist/intl/
H A Dloadinfo.h87 size_t name_len);
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_7zip.c146 unsigned name_len; member
463 zip->total_bytes_entry_name += file->name_len + 2; in _7z_write_header()
1374 r = (int)compress_out(a, file->utf16name, file->name_len+2, in make_header()
1473 if (f1->name_len == f2->name_len) in file_cmp_node()
1474 return (memcmp(f1->utf16name, f2->utf16name, f1->name_len)); in file_cmp_node()
1475 return (f1->name_len > f2->name_len)?1:-1; in file_cmp_node()
1483 return (f->name_len - *(const char *)key); in file_cmp_key()
1528 file->name_len = (unsigned)u16len; in file_new()
/netbsd/external/gpl3/binutils.old/dist/intl/
H A Dloadinfo.h93 size_t name_len));
/netbsd/external/gpl2/grep/dist/intl/
H A Dloadinfo.h95 size_t name_len));
/netbsd/external/gpl3/gdb/dist/intl/
H A Dloadinfo.h93 size_t name_len));
/netbsd/external/gpl3/gdb.old/dist/intl/
H A Dloadinfo.h93 size_t name_len));
/netbsd/external/gpl3/gcc/dist/intl/
H A Dloadinfo.h93 size_t name_len));
/netbsd/external/gpl3/binutils/dist/intl/
H A Dloadinfo.h93 size_t name_len));
/netbsd/external/gpl3/gcc.old/dist/intl/
H A Dloadinfo.h93 size_t name_len));
/netbsd/sys/ufs/chfs/
H A Dchfs_gc.c993 size_t retlen, name_len, nref_len; in chfs_gcollect_deletion_dirent() local
1001 name_len = strlen(fd->name); in chfs_gcollect_deletion_dirent()
1002 name_crc = crc32(0, fd->name, name_len); in chfs_gcollect_deletion_dirent()
1052 if (chfdn.nsize != name_len || !le64toh(chfdn.vno)) in chfs_gcollect_deletion_dirent()
1056 if (memcmp(chfdn.name, fd->name, name_len)) in chfs_gcollect_deletion_dirent()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioc32.c89 u32 name_len; /* Length of name buffer */ member
108 .name_len = v32.name_len, in compat_drm_version()
123 v32.name_len = v.name_len; in compat_drm_version()
/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c689 size_t name_len = strlen(opts->pzProgName); in program_directive() local
697 if ( (strneqvcmp(txt, opts->pzProgName, (int)name_len) == 0) in program_directive()
698 && (IS_END_XML_TOKEN_CHAR(txt[name_len])) ) { in program_directive()
699 txt += name_len; in program_directive()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dpef-traceback.h181 unsigned short name_len; /* Length of name that follows. */ member
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dpef-traceback.h181 unsigned short name_len; /* Length of name that follows. */ member

12345678910>>...12