Searched refs:tmpbuf (Results 1 – 2 of 2) sorted by relevance
| /posix/ |
| A D | wordexp.c | 304 struct scratch_buffer tmpbuf; in parse_tilde() local 305 scratch_buffer_init (&tmpbuf); in parse_tilde() 308 tmpbuf.data, tmpbuf.length, in parse_tilde() 319 scratch_buffer_free (&tmpbuf); in parse_tilde() 328 scratch_buffer_free (&tmpbuf); in parse_tilde() 332 scratch_buffer_free (&tmpbuf); in parse_tilde() 341 struct scratch_buffer tmpbuf; in parse_tilde() local 342 scratch_buffer_init (&tmpbuf); in parse_tilde() 344 while ((result = __getpwnam_r (user, &pwd, tmpbuf.data, tmpbuf.length, in parse_tilde() 347 if (!scratch_buffer_grow (&tmpbuf)) in parse_tilde() [all …]
|
| A D | tst-dir.c | 333 char tmpbuf[len]; in main() local 335 stpcpy (stpcpy (stpcpy (tmpbuf, objdir), "/"), d->d_name); in main() 337 if (stat64 (tmpbuf, &st3) < 0) in main()
|
Completed in 9 milliseconds