/titanic_41/usr/src/cmd/dtrace/demo/ |
H A D | chapters | 2 title: Solaris Dynamic Tracing Guide 7 title: Actions and Subroutines 12 title: Aggregations 17 title: Anonymous Tracing 22 title: Buffers and Buffering 27 title: dtrace Provider 32 title: fbt Provider 37 title: Introduction 42 title: io Provider 47 title: lockstat Provider [all …]
|
/titanic_41/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 67 title="Labeled Zone Manager 2.1" 224 --title="$title" \ 288 --title="$title" \ 301 --title="$title" \ 312 --title="$title" \ 323 --title="$title" \ 343 pass1=$(zenity --entry --title="$title" --text="Enter passphrase:" \ 345 pass2=$(zenity --entry --title="$title" --text="Re-enter passphrase:" \ 348 zenity --error --title="$title" \ 369 encryption=$(zenity --list --title="$title" --height=320 \ [all …]
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 15 title GNU/Hurd 21 title GNU/Linux 27 title GNU/kFreeBSD 32 title GNU/kNetBSD 37 title Utah Mach4 multiboot 44 title FreeBSD 49 title NetBSD 54 title OpenBSD 59 title OS/2 68 title Windows NT / Windows 95 boot menu [all …]
|
/titanic_41/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); 150 ($name, $description, $title, $skip, @case) = 280 our ($title, $name, $note, $col1, $col2, $col3); 290 ($name, $description, $title, $skip, @case) = 309 my $titleName = $title; 314 $titleName = ' ' if ($titleName eq $title); 462 my ($description, $title, $skip, @case); 468 ($name, $description, $title, $skip, @case) = @{$attr{$label}}; 477 $title = $name if (($title eq 'none') || (!defined($title))); [all …]
|
H A D | mkmsg.pl | 86 my ($name, $description, $title, $skip, @case) = ('', '', '', '', ()); 88 ($name, $description, $title, $skip, @case) = @{$attr{$label}}; 91 $title = $name if (($title eq 'none') || (!defined($title))); 98 addToMsgFile($title);
|
H A D | audit_record_xml | 62 my $title = $event->getTitle; 63 print " title=$title\n" if (defined $title && length($title));
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 118 typedef void (* dump_func_t)(note_state_t *state, const char *title); 204 indent_enter(note_state_t *state, const char *title, in indent_enter() argument 214 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_TITLE), INDENT, title); in indent_enter() 231 print_num(note_state_t *state, const char *title, in print_num() argument 246 state->ns_vcol - state->ns_indent, title, in print_num() 287 print_strbuf(note_state_t *state, const char *title, in print_strbuf() argument 314 title, safe_str(fdesc->slf_offset + state->ns_data, n)); in print_strbuf() 324 print_str(note_state_t *state, const char *title, const char *str) in print_str() argument 327 state->ns_vcol - state->ns_indent, title, str); in print_str() 338 print_subtype(note_state_t *state, const char *title, in print_subtype() argument [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | MainHelper.java | 147 String title = win.getName(); in main() local 148 if (title == null || title.equals(/* NOI18N */"")) in main() 149 title = /* NOI18N */"Unnamed"; in main() 151 RootFrame f = new RootFrame(title); in main() 175 String title = group.getPanel().getName(); in main() local 176 if (title == null || title.equals(/* NOI18N */"")) in main() 177 title = /* NOI18N */"Unnamed"; in main() 179 frame = new RootFrame(title); in main()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmMessageDialog.java | 49 public pmMessageDialog(String title, String msg) { in pmMessageDialog() argument 50 this(null, title, msg, null, null); in pmMessageDialog() 53 public pmMessageDialog(Frame f, String title, String msg) { in pmMessageDialog() argument 54 this(f, title, msg, null, null); in pmMessageDialog() 58 String title, in pmMessageDialog() argument 63 super(f, title, true); // modal in pmMessageDialog() 91 Debug.message("CLNT: MessageDialog: " + title + " , " + msg); in pmMessageDialog()
|
H A D | pmOKCancelDialog.java | 45 public pmOKCancelDialog(Frame f, String title, String msg) { in pmOKCancelDialog() argument 46 this(f, title, msg, null, null, true); in pmOKCancelDialog() 49 public pmOKCancelDialog(Frame f, String title, String msg, boolean ok) { in pmOKCancelDialog() argument 50 this(f, title, msg, null, null, ok); in pmOKCancelDialog() 53 public pmOKCancelDialog(Frame f, String title, String msg, in pmOKCancelDialog() argument 55 this(f, title, msg, t, h, true); in pmOKCancelDialog() 58 public pmOKCancelDialog(Frame f, String title, String msg, in pmOKCancelDialog() argument 60 super(f, title, true); // modal in pmOKCancelDialog()
|
H A D | pmHelpItem.java | 41 String title; field in pmHelpItem 49 title = null; in pmHelpItem() 63 return title; in toString() 74 title = new String(s); in setTitle()
|
H A D | pmDialog.java | 52 public pmDialog(Frame owner, String title) { in pmDialog() argument 53 this(owner, title, false); in pmDialog() 56 public pmDialog(Frame f, String title, boolean modal) { in pmDialog() argument 58 super(f, title, modal); in pmDialog()
|
H A D | pmOther.java | 54 public pmOther(JFrame f, String title, String msg) { in pmOther() argument 55 this(f, title, msg, null, null); in pmOther() 58 public pmOther(JFrame f, String title, String msg, pmTop t, String h) { in pmOther() argument 60 super(f, title, true); // modal in pmOther()
|
/titanic_41/usr/src/cmd/format/ |
H A D | menu.c | 138 run_menu(menu, title, prompt, display_flag) in run_menu() argument 140 char *title; 155 (void) strcpy(cur_title, title); 156 fmt_print("\n\n%s MENU:\n", title); 203 (void) strcpy(cur_title, title); 204 fmt_print("\n\n%s MENU:\n", title);
|
/titanic_41/usr/src/lib/libshell/common/fun/ |
H A D | title | 1 # add to (+), delete from (-), set [=], or print (.) window title 3 # title text string exported in TITLE_TEXT 5 function title # [ + | - | = | . ] title ...
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | print.c | 58 smb_open_printer(struct smb_ctx *ctx, const char *title, in smb_open_printer() argument 65 tlen = strlen(title); in smb_open_printer() 89 strlcpy(ioc.ioc_title, title, SMBIOC_MAX_NAME); in smb_open_printer()
|
/titanic_41/usr/src/cmd/tail/tests/ |
H A D | sun_solaris_tail.sh | 403 typeset title="$1" 426 …[[ "$( < "${OUTFILE}")" == "${followstr}" ]] || err_exit "${title}: Expected $(doublebackslashquot… 434 err_exit "${title}: tail pid=${tailchild} hung." 460 typeset title="$1" 478 err_exit "${title}: tail pid=${tailchild} hung." 486 …[[ "${outstr}" == 49991*50000 ]] || err_exit "${title}: Expected match for 49991*50000, got "$(sin…
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/util/ |
H A D | HelpDialog.java | 52 public HelpDialog(Frame parent, String title, boolean mode) { in HelpDialog() argument 53 this(parent, title, mode, NUM_ROWS, NUM_COLS); in HelpDialog() 56 public HelpDialog(Frame parent, String title, boolean mode, int numRows, in HelpDialog() argument 58 super(parent, title, mode); in HelpDialog()
|
H A D | ChoiceDialog.java | 38 public ChoiceDialog(Frame parent, String title, in ChoiceDialog() argument 41 super(parent, title, true); in ChoiceDialog() 47 public ChoiceDialog(Frame parent, String title, in ChoiceDialog() argument 50 super(parent, title, true); in ChoiceDialog()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_builtin_tail.sh | 398 typeset title="$1" 421 …[[ "$( < "${OUTFILE}")" == "${followstr}" ]] || err_exit "${title}: Expected $(doublebackslashquot… 429 err_exit "${title}: tail pid=${tailchild} hung." 455 typeset title="$1" 473 err_exit "${title}: tail pid=${tailchild} hung." 481 …[[ "${outstr}" == 49991*50000 ]] || err_exit "${title}: Expected match for 49991*50000, got "$(sin…
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | uri | 104 ${title} 129 (${title}) 100 660 /Times-Bold 36 PrintLine 148 title=$3 196 IO_HANDLER_ARGS="${request_id} ${user} \"${title}\" 1
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | vector.c | 148 STP_VECT_br_id_print (IN char *title, IN BRIDGE_ID* br_id, IN Bool cr) in STP_VECT_br_id_print() argument 151 title, in STP_VECT_br_id_print() 165 STP_VECT_print (IN char *title, IN PRIO_VECTOR_T *v) in STP_VECT_print() argument 167 stp_trace ("%s:", title); in STP_VECT_print()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/ |
H A D | _BSMparse.pm | 110 my $title = 'none'; 211 [$callName, $description, $title, 215 $format = $description = $title = 'none'; 233 elsif (/^\s*title\s*=\s*(.*)/i) { 234 $title = $1; 266 $attr{$label} = [$callName, $description, $title, $skip,
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_term.c | 1075 char title[BUFSIZ]; in print_man_foot() local 1080 assert(meta->title); in print_man_foot() 1097 snprintf(title, BUFSIZ, "%s(%s)", meta->title, meta->msec); in print_man_foot() 1099 strlcpy(title, meta->source, BUFSIZ); in print_man_foot() 1101 title[0] = '\0'; in print_man_foot() 1120 p->rmargin = p->maxrmargin - term_strlen(p, title); in print_man_foot() 1135 term_word(p, title); in print_man_foot() 1143 char buf[BUFSIZ], title[BUFSIZ]; in print_man_head() local 1148 assert(meta->title); in print_man_head() 1159 snprintf(title, BUFSIZ, "%s(%s)", meta->title, meta->msec); in print_man_head() [all …]
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | shman.sh | 281 typeset name namesec title 297 while IFS=$'\t' read name namesec title ; do 298 if [[ "${name}${namesec}${title}" == ~(Fi)${manname} ]] ; then 299 printf "%s\t%s\t%s\n" "${name}" "${namesec}" "${title}"
|