Lines Matching defs:tmpbuf
852 char tmpbuf[sizeof (arhdr.ar_name) + 2];
861 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
863 changed_header = memcmp (arhdr.ar_name, tmpbuf,
885 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1085 char tmpbuf[bufsize + 1];
1086 int ret = snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld",
1088 if (ret >= (int) sizeof (tmpbuf))
1090 memcpy (buf, tmpbuf, bufsize);
1461 char tmpbuf[sizeof (arhdr.ar_name) + 2];
1471 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
1473 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));