Searched refs:hsz (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindmc.c185 char *hsz; local
190 hsz = xmalloc (len);
191 sprintf (hsz, "%s%s%s", (path != NULL ? path : ""), mcset_mc_basename,
193 if ((ret = fopen (hsz, "wb")) == NULL)
194 fatal (_("can't create %s file ,%s' for output.\n"), (ext ? ext : "text"), hsz);
195 free (hsz);
947 char *hsz; local
951 hsz = xmalloc (strlen (path) + 2);
952 strcpy (hsz, path);
953 end = hsz
1007 char *hsz = xmalloc (strlen (mcset_header_ext) + 2); local
1114 char *hsz; local
[all...]
/freebsd-9.3-release/bin/pax/
H A Dpax.h93 int hsz; /* Header size in bytes. this is the size of */ member in struct:fsub
H A Dar_subs.c980 int hsz; local
986 * set up initial conditions, we want a whole frmt->hsz block as we
989 res = hsz = frmt->hsz;
991 shftsz = hsz - 1;
995 * (frmt->hsz is the proper size)
1033 res = hsz;
1071 res = hsz;
1139 if (fsub[ford[i]].hsz < minhd)
1140 minhd = fsub[ford[i]].hsz;
[all...]

Completed in 104 milliseconds