Home | History | Annotate | Download | only in src

Lines Matching refs:tmpbuf

867   char tmpbuf[sizeof (arhdr.ar_name) + 1];
876 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
878 changed_header = memcmp (arhdr.ar_name, tmpbuf,
900 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1098 char tmpbuf[bufsize + 1];
1099 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val);
1100 memcpy (buf, tmpbuf, bufsize);
1469 char tmpbuf[sizeof (arhdr.ar_name) + 1];
1479 snprintf (tmpbuf, sizeof (arhdr.ar_name) + 1, "/%-*ld",
1481 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));