Home
last modified time | relevance | path

Searched refs:text (Results 101 – 125 of 1133) sorted by path

12345678910>>...46

/illumos-gate/usr/src/cmd/idmap/test-getdc/
H A D.dbxrc8 # A full copy of the text of the CDDL should have accompanied this
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_scn.h78 scn_text_t *text; member
H A Dscn.c214 scn_text_t *text in free_scn_text() argument
217 if (text->ref <= 1) { in free_scn_text()
218 free(text->iscsi); in free_scn_text()
219 free(text); in free_scn_text()
221 text->ref --; in free_scn_text()
249 free_scn_text(list->data.text); in free_scn_list()
1063 scn_text_t *text; in scn_gen_iscsi() local
1065 text = (scn_text_t *)malloc(sizeof (scn_text_t)); in scn_gen_iscsi()
1066 if (text != NULL) { in scn_gen_iscsi()
1067 text->flag = 0; in scn_gen_iscsi()
[all …]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c575 errpkt.text.length = strlen(status)+1; in prepare_error_as()
576 if (!(errpkt.text.data = malloc(errpkt.text.length))) in prepare_error_as()
578 (void) strcpy(errpkt.text.data, status); in prepare_error_as()
581 free(errpkt.text.data); in prepare_error_as()
592 free(errpkt.text.data); in prepare_error_as()
H A Ddo_tgs_req.c782 errpkt.text.length = strlen(status) + 1; in prepare_error_tgs()
783 if (!(errpkt.text.data = malloc(errpkt.text.length))) in prepare_error_tgs()
785 (void) strcpy(errpkt.text.data, status); in prepare_error_tgs()
788 free(errpkt.text.data); in prepare_error_tgs()
795 free(errpkt.text.data); in prepare_error_tgs()
H A Dnetwork.c927 errpkt.text.length = 0; in make_toolong_error()
928 errpkt.text.data = 0; in make_toolong_error()
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c516 if (error->text.data)
519 error->text.data);
524 if (error->text.data)
527 error->text.data);
741 if (error->text.data)
744 error->text.data);
750 if (error->text.data)
753 error->text.data);
787 const char *text; local
798 text = err_text;
[all …]
H A Dkpropd.c1713 const char *text; local
1723 text = err_text;
1725 text = error_message(err_code);
1733 text = buf;
1736 error.text.length = strlen(text) + 1;
1737 error.text.data = malloc(error.text.length);
1738 if (error.text.data) {
1739 strcpy(error.text.data, text);
1744 free(error.text.data);
1763 if (error->text.data)
[all …]
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c97 static void nls_reply(int code, char *text);
591 nls_reply(int code, char *text) in nls_reply() argument
599 sprintf(scratch, srrpprot, Nlsversion, code, text); in nls_reply()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c214 wrtmsg(int severity, char *action, char *tag, char *text, ...) in wrtmsg() argument
224 va_start(argp, text); in wrtmsg()
225 if (text != MM_NULLTXT) { in wrtmsg()
227 MM_MXTXTLN, text, argp) > MM_MXTXTLN; in wrtmsg()
230 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag); in wrtmsg()
/illumos-gate/usr/src/cmd/look/
H A Dwords22682 text
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c85 char *text = va_arg(args, char *); in alert() local
86 pformat(pr->alert->msgfile, text, pr, rp); in alert()
150 pformat(char *file, char *text, PSTATUS *pr, RSTATUS *rp) in pformat() argument
157 if (text) in pformat()
158 fdprintf(fd, text); in pformat()
173 if (text) { in pformat()
174 while (*text == '\n' || *text == '\r') in pformat()
175 text++; in pformat()
176 fdprintf(fd, "%s", text); in pformat()
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME34 output at all. ENCODING (in Makefile) controls how dpost encodes lines of text.
90 ENCODING - An integer (0, 1, 2 or 3) that sets the default text encoding
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME26 Several new text encoding schemes, based on widthshow, have been added. Each can
29 default) is fast and does a good job placing text and justifying the right margin.
38 Also added, although using it is far from trivial, is the ability to set text
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c161 static void text(void);
531 text(); in arguments()
538 text(); in arguments()
611 text(void) in text() function
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h41 void fmtmsg(char * label, int severity, char * text, char * action);
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A DMakefile55 TFILES = msg.source gen-defs gen-text
88 sh gen-text
H A Dfmtmsg.c62 fmtmsg(char *label, int severity, char *text, char *action) in fmtmsg() argument
77 mbstowcs(wtext, text, LONG_S); in fmtmsg()
H A Dmsg.source31 ** linked with the text in this file, but they have to be split:
32 ** The E_... symbols go into a header file, and the text
41 * "text-for-error-message"
42 * "text-for-TO-FIX-statement"
48 * Note: The preprocessor directives DO NOT keep text from being
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c100 char *key = NULL, *value = NULL, *text = NULL; in PPDFileToAttributesList() local
109 if ((text = strrchr(line, '\n')) != NULL) in PPDFileToAttributesList()
110 *text = '\0'; in PPDFileToAttributesList()
112 process_line(line, &key, &value, &text); in PPDFileToAttributesList()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c1495 l_state.ib_tbl.config.text[i]); in pho_display_config()
1635 l_state.ib_tbl.config.text[i]); in dpm_display_config()
4657 l_state->ib_tbl.config.text[i]); in trans_messages()
4735 l_state->ib_tbl.config.text[i]); in temperature_messages()
4856 l_state->ib_tbl.config.text[index]); in mb_messages()
4922 l_state->ib_tbl.config.text[index]); in back_plane_messages()
4984 l_state->ib_tbl.config.text[index]); in dpm_SSC100_messages()
5040 l_state->ib_tbl.config.text[index]); in loop_messages()
5097 l_state->ib_tbl.config.text[index]); in ctlr_messages()
5189 l_state->ib_tbl.config.text[hdr_index]); in fan_messages()
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c187 (let[letnum].text == TRUE ? "text/plain" : "application/octet-stream")) < 0) in xxxcopylet()
346 letnum, (let[letnum].text ? "TRUE" : "FALSE")); in xxxcopylet()
348 if ((type == TTY) && (let[letnum].text == FALSE) && !pflg) { in xxxcopylet()
H A Dcopymt.c61 let[0].text = TRUE; /* until proven otherwise.... */
79 if (let[nlet-1].text == TRUE) {
80 let[nlet-1].text = istext((unsigned char*)line,clen);
83 (let[nlet-1].text ? "TRUE":"FALSE"));
105 if (let[nlet-1].text == TRUE) {
106 let[nlet-1].text = istext((unsigned char*)line,n);
109 (let[nlet-1].text ? "TRUE" : "FALSE"));
151 let[nlet].text = TRUE;
177 if (let[nlet-1].text == TRUE) {
178 let[nlet-1].text = istext((unsigned char*)line,n);
[all …]
H A Dmail.h234 char text; /* 1 ==> text content, 0 ==> binary content. member
H A Dsendmail.c397 let[0].text = (binflg == 1 ? FALSE : TRUE); in sendmail()

12345678910>>...46