Searched defs:write_output (Results 1 - 2 of 2) sorted by relevance
/external/dnsmasq/contrib/dnslist/ |
H A D | dnslist.pl | 229 sub write_output { subroutine 239 warn "write_output: Template Toolkit error: " . $template->error() . "\n"; 242 print "write_output: page updated.\n"; 266 write_output(); # Write the file anyway.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
H A D | builtin-record.c | 86 static int write_output(struct perf_record *rec, void *buf, size_t size) function 111 if (write_output(rec, event, event->header.size) < 0) 139 if (write_output(rec, buf, size) < 0) { 149 if (write_output(rec, buf, size) < 0) { 339 rc = write_output(rec, &finished_round_event,
|
Completed in 78 milliseconds