Home
last modified time | relevance | path

Searched refs:hsz (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dwindmc.c180 char *hsz; in mc_create_path_text_file() local
185 hsz = xmalloc (len); in mc_create_path_text_file()
186 sprintf (hsz, "%s%s%s", (path != NULL ? path : ""), mcset_mc_basename, in mc_create_path_text_file()
188 if ((ret = fopen (hsz, "wb")) == NULL) in mc_create_path_text_file()
189 fatal (_("can't create %s file `%s' for output.\n"), (ext ? ext : "text"), hsz); in mc_create_path_text_file()
190 free (hsz); in mc_create_path_text_file()
920 char *hsz; in mc_unify_path() local
924 hsz = xmalloc (strlen (path) + 2); in mc_unify_path()
925 strcpy (hsz, path); in mc_unify_path()
926 end = hsz + strlen (hsz); in mc_unify_path()
[all …]
/netbsd/src/bin/pax/
Dar_subs.c1188 int hsz; in next_head() local
1197 res = hsz = frmt->hsz; in next_head()
1199 shftsz = hsz - 1; in next_head()
1243 res = hsz; in next_head()
1281 res = hsz; in next_head()
1352 if (fsub[ford[i]].hsz < minhd) in get_arc()
1353 minhd = fsub[ford[i]].hsz; in get_arc()
Dpax.h156 int hsz; /* Header size in bytes. this is the size of */ member
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dfile_http.h98 size_t size(void) { size_t hsz; return _parse_header(hsz); } in size() local
/netbsd/src/sys/kern/
Dsubr_kmem.c642 size_t hsz; in kmem_size_check() local
644 memcpy(&hsz, (char *)p + sz, sizeof(size_t)); in kmem_size_check()
646 if (hsz != sz) { in kmem_size_check()
648 p, sz, hsz); in kmem_size_check()
/netbsd/src/external/bsd/wpa/dist/src/tls/
Dtlsv1_common.c381 size_t server_params_len, u8 *hash, size_t hsz) in tls_key_x_server_params_hash() argument
396 if (hsz < hlen) in tls_key_x_server_params_hash()
408 hlen = hsz - hlen; in tls_key_x_server_params_hash()
Dtlsv1_common.h271 u8 *hash, size_t hsz);
/netbsd/src/sys/dev/stbi/
Dstb_image.c3297 int bpp, flip_vertically, pad, target, offset, hsz; in bmp_load() local
3303 hsz = get32le(s); in bmp_load()
3304 …if (hsz != 12 && hsz != 40 && hsz != 56 && hsz != 108) return epuc("unknown BMP", "BMP type not su… in bmp_load()
3305 if (hsz == 12) { in bmp_load()
3317 if (hsz == 12) { in bmp_load()
3328 if (hsz == 40 || hsz == 56) { in bmp_load()
3329 if (hsz == 56) { in bmp_load()
3361 assert(hsz == 108); in bmp_load()
3371 psize = (offset - 14 - hsz) >> 2; in bmp_load()
3387 if (hsz != 12) get8(s); in bmp_load()
[all …]