Searched refs:col1 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | auditrecord.pl | 35 $title, $note, $name, $col1, $col2, $col3, $skip); 142 our ($title, $note, $name, $col1, $col2, $col3); 168 ($col1, $col2, $col3) = getCallInfo($id, $name, $description); 169 my @col1 = split(/\s*;\s*/, $col1); 172 my $rows = $#col1; 176 $col1 = defined ($col1[$i]) ? $col1[$i] : ''; 181 $col1 = 'event ID'; 186 $col1 = 'class'; 222 ($col1, $col2) = 280 our ($title, $name, $note, $col1, $col2, $col3); [all …]
|
/titanic_44/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 294 #define ULINE(indent, col1, col2) \ argument 295 fprintf(stderr, USAGE_OPT_FMT, indent, col1, col2) 298 #define ULINE(indent, col1, col2) \ argument 299 fprintf(stderr, USAGE_OPT_FMT, indent, col1)
|