Lines Matching defs:tbuf
102 char tbuf[sizeof(signature)];
128 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
132 if (!memcmp(tbuf, signature, sigsz)) {
133 DPRINTF(("linux_atexit_sig=%s\n", tbuf));
167 char tbuf[sizeof(signature) - 1];
192 error = exec_read(l, epp->ep_vp, s->sh_offset, tbuf,
200 DPRINTF(("linux_gcc_sig: sig=%s\n", tbuf));
201 if (!memcmp(tbuf, signature, sizeof(signature) - 1)) {
227 char tbuf[sizeof(signature)];
253 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
257 if (!memcmp(tbuf, signature, sigsz)) {
258 DPRINTF(("linux_debuglink_sig=%s\n", tbuf));
285 char tbuf[sizeof(signature)], *tmp = NULL;
314 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
318 if (!memcmp(tbuf, signature, sigsz)) {
319 DPRINTF(("linux_goplcntab_sig=%s\n", tbuf));