Home
last modified time | relevance | path

Searched refs:col2 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/auditrecord/
H A Dauditrecord.pl35 $title, $note, $name, $col1, $col2, $col3, $skip);
142 our ($title, $note, $name, $col1, $col2, $col3);
168 ($col1, $col2, $col3) = getCallInfo($id, $name, $description);
170 my @col2 = split(/\s*;\s*/, $col2);
173 $rows = $#col2 if ($#col2 > $rows);
177 $col2 = defined ($col2[$i]) ? $col2[$i] : '';
182 $col2 = $id;
187 $col2 = $class;
222 ($col1, $col2) =
227 while ($col2) {
[all …]
/titanic_50/usr/src/cmd/krb5/kinit/
H A Dkinit.c294 #define ULINE(indent, col1, col2) \ argument
295 fprintf(stderr, USAGE_OPT_FMT, indent, col1, col2)
298 #define ULINE(indent, col1, col2) \ argument