Searched refs:rn2 (Results 1 – 2 of 2) sorted by relevance
419 const struct redact_node *rn2 = arg2; in redact_node_compare_start() local421 const struct redact_record *rr2 = rn2->record; in redact_node_compare_start()431 cmp = (rn1->thread_num < rn2->thread_num ? -1 : 1); in redact_node_compare_start()445 const struct redact_node *rn2 = arg2; in redact_node_compare_end() local447 const struct redact_record *srr2 = rn2->record; in redact_node_compare_end()457 cmp = (rn1->thread_num < rn2->thread_num ? -1 : 1); in redact_node_compare_end()
80 tail -rn2 infile > outfile81 tail -rn2 < infile > outpipe