Searched refs:len3 (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_manip.cc | 102 int_type len3 = osst_01.str().size(); in test02() local 103 VERIFY( len1 < len3 ); in test02() 104 VERIFY( len3 == len1 + len2 + 1 ); in test02() 112 VERIFY( len3 < len5 ); in test02() 113 VERIFY( len5 == len3 + len4 + 1 ); in test02()
|
/openbsd/gnu/usr.bin/perl/cpan/MIME-Base64/t/ |
H A D | base64url.t | 30 len3 YWFh aaa
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 3957 int len3 = count - 1; in store_hook() local 3960 int tlen3 = need_large_oids ? -len3 : len3; in store_hook() 3963 WLEN(len3); in store_hook() 3967 unsigned char clen = (unsigned char) len3; in store_hook() 4823 I32 len3 = 0; in retrieve_hook_common() local 5027 RLEN(len3); in retrieve_hook_common() 5028 if (len3 < 0) { in retrieve_hook_common() 5031 len3 = -len3; in retrieve_hook_common() 5039 GETMARK(len3); in retrieve_hook_common() 5040 if (len3) { in retrieve_hook_common() [all …]
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | install-info.c | 173 int len1 = strlen (s1), len2 = strlen (s2), len3 = strlen (s3); in concat() local 174 char *result = (char *) xmalloc (len1 + len2 + len3 + 1); in concat() 179 *(result + len1 + len2 + len3) = 0; in concat()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-ppc.c | 4233 size_t len1, len2, len3; in add_stub_sym() local 4245 len3 = 0; in add_stub_sym() 4247 len3 = strlen (ent->sec->name); in add_stub_sym() 4248 name = bfd_malloc (len1 + len2 + len3 + 9); in add_stub_sym() 4253 memcpy (name + 8, ent->sec->name, len3); in add_stub_sym() 4254 memcpy (name + 8 + len3, stub, len2); in add_stub_sym() 4255 memcpy (name + 8 + len3 + len2, h->root.root.string, len1 + 1); in add_stub_sym()
|
H A D | elfxx-ia64.c | 1435 size_t len1, len2, len3; local 1443 len3 = sizeof (ELF_STRING_ia64_unwind_once) - 1; 1446 || strncmp (name, ELF_STRING_ia64_unwind_once, len3) == 0);
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-ia64.c | 1214 size_t len1, len2, len3; local 1222 len3 = sizeof (ELF_STRING_ia64_unwind_once) - 1; 1225 || strncmp (name, ELF_STRING_ia64_unwind_once, len3) == 0);
|