Searched defs:title (Results 1 - 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dprint.c58 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/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java45 String title = pmUtility.getResource("About.Solaris.Print.Manager"); field in class:pmAboutBox
H A DpmDialog.java52 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 DpmAuthOptions.java116 public pmAuthLogin(JFrame f, String title, String msg) { argument
118 super(f, title, true); // modal
289 public pmAuthMessage(JFrame f, String title, String msg) { argument
291 super(f, title, true); // modal
H A DpmHelpItem.java41 String title; field in class:pmHelpItem
49 title = null;
58 * s += ("\ttitle: " + title + "\n");
63 return title;
74 title = new String(s);
H A DpmMessageDialog.java49 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 DpmOKCancelDialog.java45 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 DpmOther.java54 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
H A DpmLogin.java55 public pmLogin(JFrame f, String title, String msg) { argument
56 this(f, title, msg, null, null);
59 public pmLogin(JFrame f, String title, String msg, pmTop t, String h) { argument
61 super(f, title, true); // modal
H A DpmHelpDetailPanel.java210 viewPanel.setItem(item.title, item.content);
523 public void setItem(String title, pmHelpContent content) { argument
526 titlePanel.helpTopic.setText(title);
/illumos-gate/usr/src/lib/librstp/common/
H A Dport.c234 void STP_port_trace_flags (char* title, PORT_T* this) argument
250 stp_trace (" %-12s: flags=0x%04lx fdWhile=%d port=%s", title, flag, this->fdWhile, this->port_name);
H A Dvector.c148 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/fs.d/smbclnt/smbutil/
H A Dprint.c178 * 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/sgs/liblddbg/common/
H A Dstatistics.c64 rel_cache_statistics(Ofl_desc *ofl, const char *title, APlist *alp) argument
79 dbg_print(lml, MSG_INTL(MSG_STATS_REL_CACHE), title,
H A Dcap.c196 Dbg_cap_post_title(Lm_list *lml, int *title) argument
202 if ((*title)++ == 0)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c215 memscrub_printmemlist(char *title, struct memlist *listp) argument
219 cmn_err(CE_CONT, "%s:\n", title);
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h81 char *title; /* optional title for banner page */ member in struct:REQUEST
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_html.c179 assert(man->title);
181 bufcat_fmt(h, "%s(%s)", man->title, man->msec);
293 char *title; local
295 assert(man->title);
297 mandoc_asprintf(&title, "%s(%s)", man->title, man->msec);
308 print_text(h, title);
319 print_text(h, title);
321 free(title);
H A Dman_term.c1044 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/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c561 nest_options(const uint8_t *data, uint_t olen, char *prefix, char *title) argument
576 show_header(prefix, title, 0);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c1549 int title = 0; local
1562 if (title++ == 0)
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h109 char *title; member in struct:job
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c1096 at(struct match *m, const char *title, const char *start, const char *stop, argument
1102 (void) printf("%s %s-", title, pchar(*start));
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java100 public void title(String title) throws IOException { argument
101 if (title != null) {
104 "{\"" + theTag + ".title\", \"" + title + "\"},");
624 rw.title(a.theTitle);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_supplicant.c68 * @title: title of for the message
77 wpa_hexdump(int level, const char *title, const uint8_t *buf, size_t len) argument
87 title, len);

Completed in 98 milliseconds

123