Lines Matching defs:tmpbuf
856 char tmpbuf[sizeof (arhdr.ar_name) + 1];
865 snprintf (tmpbuf, sizeof (tmpbuf), "/%-*ld",
867 changed_header = memcmp (arhdr.ar_name, tmpbuf,
889 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));
1087 char tmpbuf[bufsize + 1];
1088 snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val);
1089 memcpy (buf, tmpbuf, bufsize);
1458 char tmpbuf[sizeof (arhdr.ar_name) + 1];
1468 snprintf (tmpbuf, sizeof (arhdr.ar_name) + 1, "/%-*ld",
1470 memcpy (arhdr.ar_name, tmpbuf, sizeof (arhdr.ar_name));