/illumos-gate/usr/src/cmd/allocate/ |
H A D | wdwmsg.sh | 47 --title="$dialogTitle" \
|
/illumos-gate/usr/src/cmd/auditrecord/ |
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));
|
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) = 267 <title>$docTitle</title> 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, [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmDialog.java | 52 public pmDialog(Frame owner, String title) { argument 53 this(owner, title, false); 56 public pmDialog(Frame f, String title, boolean modal) { argument 58 super(f, title, modal);
|
H A D | pmHelpItem.java | 41 String title; field in class:pmHelpItem 49 title = null; 58 * s += ("\ttitle: " + title + "\n"); 63 return title; 74 title = new String(s);
|
H A D | pmMessageDialog.java | 49 public pmMessageDialog(String title, String msg) { argument 50 this(null, title, msg, null, null); 53 public pmMessageDialog(Frame f, String title, String msg) { argument 54 this(f, title, msg, null, null); 58 String title, 63 super(f, title, true); // modal 91 Debug.message("CLNT: MessageDialog: " + title + " , " + msg); 57 pmMessageDialog(Frame f, String title, String msg, pmTop top, String h) argument
|
H A D | pmOKCancelDialog.java | 45 public pmOKCancelDialog(Frame f, String title, String msg) { argument 46 this(f, title, msg, null, null, true); 49 public pmOKCancelDialog(Frame f, String title, String msg, boolean ok) { argument 50 this(f, title, msg, null, null, ok); 53 public pmOKCancelDialog(Frame f, String title, String msg, argument 55 this(f, title, msg, t, h, true); 58 public pmOKCancelDialog(Frame f, String title, String msg, argument 60 super(f, title, true); // modal
|
H A D | pmOther.java | 54 public pmOther(JFrame f, String title, String msg) { argument 55 this(f, title, msg, null, null); 58 public pmOther(JFrame f, String title, String msg, pmTop t, String h) { argument 60 super(f, title, true); // modal
|
/illumos-gate/usr/src/cmd/lp/lib/requests/ |
H A D | freerequest.c | 72 if (reqbufp->title) 73 Free (reqbufp->title);
|
H A D | llib-llpreq | 49 char *title; /* optional title for banner page */
|
/illumos-gate/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 [all...] |
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | print.c | 58 smb_open_printer(struct smb_ctx *ctx, const char *title, argument 65 tlen = strlen(title); 89 strlcpy(ioc.ioc_title, title, SMBIOC_MAX_NAME);
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu.c | 138 run_menu(menu, title, prompt, display_flag) 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);
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 109 int ns_t2col; /* Column where 2up title starts */ 119 typedef void (* dump_func_t)(note_state_t *state, const char *title); 200 * On entry, a title is output, and the indentation level is raised 205 indent_enter(note_state_t *state, const char *title, argument 210 * available data, then return without printing a title. That note 215 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_TITLE), INDENT, title); 229 * title: value 232 print_num(note_state_t *state, const char *title, argument 247 state->ns_vcol - state->ns_indent, title, 285 * title 288 print_strbuf(note_state_t *state, const char *title, const sl_field_t *fdesc) argument 325 print_str(note_state_t *state, const char *title, const char *str) argument 339 print_subtype(note_state_t *state, const char *title, const sl_field_t *fdesc, dump_func_t dump_func) argument 381 print_array(note_state_t *state, const sl_field_t *base_desc, sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title) argument 432 dump_auxv(note_state_t *state, const char *title) argument 588 dump_fltset(note_state_t *state, const char *title) argument 620 dump_sigset(note_state_t *state, const char *title) argument 652 dump_sigaction(note_state_t *state, const char *title) argument 678 dump_siginfo(note_state_t *state, const char *title) argument 762 dump_stack(note_state_t *state, const char *title) argument 788 dump_sysset(note_state_t *state, const char *title) argument 820 dump_timestruc(note_state_t *state, const char *title) argument 836 dump_secflags(note_state_t *state, const char *title) argument 877 dump_utsname(note_state_t *state, const char *title) argument 897 dump_prgregset(note_state_t *state, const char *title) argument 948 dump_lwpstatus(note_state_t *state, const char *title) argument 1072 dump_pstatus(note_state_t *state, const char *title) argument 1156 dump_prstatus(note_state_t *state, const char *title) argument 1343 dump_lwpsinfo(note_state_t *state, const char *title) argument 1422 dump_psinfo(note_state_t *state, const char *title) argument 1489 dump_prpsinfo(note_state_t *state, const char *title) argument 1568 dump_prcred(note_state_t *state, const char *title) argument 1597 dump_prpriv(note_state_t *state, const char *title) argument 1618 dump_prfdinfo(note_state_t *state, const char *title) argument 1661 dump_priv_impl_info(note_state_t *state, const char *title) argument 1697 dump_asrset(note_state_t *state, const char *title) argument [all...] |
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | vector.h | 70 STP_VECT_print (IN char* title, IN PRIO_VECTOR_T* v); 73 STP_VECT_br_id_print (IN char *title, IN BRIDGE_ID* br_id, IN Bool cr);
|
H A D | vector.c | 148 STP_VECT_br_id_print (IN char *title, IN BRIDGE_ID* br_id, IN Bool cr) argument 151 title, 165 STP_VECT_print (IN char *title, IN PRIO_VECTOR_T *v) argument 167 stp_trace ("%s:", title);
|
/illumos-gate/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
|
/illumos-gate/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 $(doublebackslashquote "${followstr}"), got "$(doublebackslashquote "$( < "${OUTFILE}")")"" 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 "$(singlebackslashquote "${outstr}")""
|
/illumos-gate/usr/src/cmd/tail/tests/ |
H A D | sun_solaris_tail.sh | 403 typeset title="$1" 426 [[ "$( < "${OUTFILE}")" == "${followstr}" ]] || err_exit "${title}: Expected $(doublebackslashquote "${followstr}"), got "$(doublebackslashquote "$( < "${OUTFILE}")")"" 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 "$(singlebackslashquote "${outstr}")""
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_loader.c | 65 char *title; member in struct:menu_entry 203 entry->bootfs, entry->title); 210 hdr->cols[3].width, entry->title); 235 char *title; local 246 * menu.lst entry is on two lines, one for title, one for bootfs 266 if (strcmp(buf, "title") != 0) { 270 if ((title = strdup(ptr)) == NULL) { 276 free(title); 287 free(title); 293 free(title); 932 char *ptr, *title = NULL; local [all...] |
/illumos-gate/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,
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | print.c | 178 * IdentifierString: job title 186 print_file(smb_ctx_t *ctx, char *title, int file) argument 195 pfd = smb_open_printer(ctx, title, setup_len, mode);
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_term.c | 1044 char *title; local 1047 assert(meta->title); 1059 * instead of the title. 1067 mandoc_asprintf(&title, "%s(%s)", 1068 meta->title, meta->msec); 1070 title = mandoc_strdup(meta->os); 1072 title = mandoc_strdup(""); 1091 titlen = term_strlen(p, title); 1098 /* Bottom right corner: manual title and section. */ 1106 term_word(p, title); 1115 char *title; local [all...] |
/illumos-gate/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}"
|