Searched refs:tmpbuf (Results 1 – 1 of 1) sorted by relevance
175 struct scratch_buffer tmpbuf; in E() local176 scratch_buffer_init (&tmpbuf); in E()187 ssize_t n = pread (memfd, tmpbuf.data, tmpbuf.length, name_offset); in E()191 if (memchr (tmpbuf.data, '\0', n) != NULL) in E()194 if (!scratch_buffer_grow (&tmpbuf)) in E()204 if (((char *)tmpbuf.data)[0] != '\0') in E()205 printf ("%s\n", (char *)tmpbuf.data); in E()211 scratch_buffer_free (&tmpbuf); in E()
Completed in 19 milliseconds