Searched refs:ofile (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/bsd/conf/ |
| H A D | compat_hdrs.awk | 9 ofile = sprintf("compat/%s/%s", $2, $3); 10 printf("#import\t<machine/compat_%s>\n", $3) > ofile 11 printf(hdr, $1, $3, $1, $3) > ofile; 15 ofile = sprintf("compat/%s/%s", $2, $3); 16 printf("#error This file has been removed\n") > ofile; 20 ofile = sprintf("compat/%s/%s", $2, $3); 21 printf(hdr, $1, $NF, $1, $NF) > ofile;
|
| /xnu-11417.101.15/tools/trace/ |
| H A D | parse_ipc_trace.py | 427 def print_dot_node(self, ofile, node): argument 439 ofile.write("\t{:s} [style=filled,fontcolor={:s},fillcolor={:s},label=\"{:s}\"];\n"\ 442 def print_dot_edge(self, nm, edge, ofile): argument 482 ofile.write("\t{:s} [{:s}];\n".format(nm, attrs)) 484 def print_follow_graph(self, ofile, follow, visited = None): argument 485 ofile.write("digraph {:s} {{\n".format(self.name)) 486 ofile.write("\tsplines=ortho;\n") 513 self.print_dot_node(ofile, v) 515 self.print_dot_edge(nm, edge, ofile) 516 ofile.write("}\n\n") [all …]
|
| H A D | ios_trace_ipc.sh | 10 ofile=${1:-ipc.raw} 23 …-9]*:[0-9]*\.[0-9]* \(.*\), 00000000.0 0.0(0.0) proc_exec \1 0 0 0 0 0 \2,' > "ps_${ofile}.txt" 24 trace -L ${ofile} -k ${CODE_MACH_KMSG_INFO} -k ${CODE_MACH_PROC_EXEC} -k ${CODE_MACH_MSG_SEND} -k $…
|
| /xnu-11417.101.15/makedefs/ |
| H A D | MakeInc.kernel | 197 for ofile in $$files; \ 199 hdr=$$(od -An -N 4 -t x4 $$ofile); \ 204 lto="$$ofile"; \ 206 lto="$$(printf '%s\n%s' "$$lto" "$$ofile")"; \ 211 nonlto="$$ofile"; \ 213 nonlto="$$(printf '%s\n%s' "$$nonlto" "$$ofile")"; \
|