Lines Matching refs:tmp_buf
188 char tmp_buf[512]; in __tnf_probe_notify() local
189 (void) sprintf(tmp_buf, "__tnf_probe_notify: \n"); in __tnf_probe_notify()
190 (void) write(2, tmp_buf, strlen(tmp_buf)); in __tnf_probe_notify()
230 char tmp_buf[512]; in _tnf_fork_thread_setup() local
231 (void) sprintf(tmp_buf, "in _tnf_fork_thread_setup: \n"); in _tnf_fork_thread_setup()
232 (void) write(2, tmp_buf, strlen(tmp_buf)); in _tnf_fork_thread_setup()
521 char tmp_buf[512]; in tnf_probe_getfunc() local
522 (void) sprintf(tmp_buf, "tnf_probe_getfunc: \n"); in tnf_probe_getfunc()
523 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_probe_getfunc()
685 char tmp_buf[512]; in common_fork() local
686 (void) sprintf(tmp_buf, "in interposed fork: \n"); in common_fork()
687 (void) write(2, tmp_buf, strlen(tmp_buf)); in common_fork()