Home | History | Annotate | Download | only in src

Lines Matching refs:tmpbuf

840   char tmpbuf[sizeof (arhdr.ar_name) + 1];
849 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
851 changed_header = memcmp (arhdr.ar_name, tmpbuf,
873 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1071 char tmpbuf[bufsize + 1];
1072 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val);
1073 memcpy (buf, tmpbuf, bufsize);
1440 char tmpbuf[sizeof (arhdr.ar_name) + 1];
1450 snprintf (tmpbuf, sizeof (arhdr.ar_name) + 1, "/%-*ld",
1452 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));