Searched defs:text (Results 1 - 25 of 149) sorted by relevance

123456

/illumos-gate/usr/src/cmd/bnu/
H A Dstatlog.c49 char text[ 100 ]; local
64 (void) sprintf(text, "%s %lu / %lu.%.3lu secs, %lu bytes/sec %s",
68 sprintf(text + strlen(text), " %d retries", Retries);
72 CDEBUG(4, "%s\n", text);
73 usyslog(text);
H A Dutility.c74 char text[BUFSIZ]; local
94 (void) sprintf(text, " %sERROR %.100s %.100s (%.9s)",
98 systat(Rmtname, SS_ASSERT_ERROR, text, Retrytime);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dhelp.c47 char **ep, *s, **tp, *text[MAXHELP]; local
50 tp = text;
111 *tp++ = "When changing text, you can use these "
131 for (tp = text; tp < ep; ) {
H A Dmouse.h43 char *text; member in struct:__anon4459
H A Dglobal.h58 char *text; member in struct:history
69 /* digraph data for text compression */
113 extern BOOL changing; /* changing text */
115 extern char pattern[]; /* symbol or text pattern */
161 char *text; member in struct:keystruct
175 extern unsigned char yytext[]; /* input line text */
177 extern char yytext[]; /* input line text */
202 void warning(char *text);
222 void myperror(char *text);
/illumos-gate/usr/src/lib/krb5/ss/
H A Doptions.c13 char *text; member in struct:option
30 for (opt = options; opt->text; opt++)
31 if (!strcmp(opt->text, string))
/illumos-gate/usr/src/common/ficl/
H A Dcallback.c7 * Feeds text to the vm's output callback
10 ficlCallbackTextOut(ficlCallback *callback, char *text) argument
20 text);
33 (textOut)(callback, text);
38 * Feeds text to the vm's error output callback
41 ficlCallbackErrorOut(ficlCallback *callback, char *text) argument
51 text);
62 ficlCallbackTextOut(callback, text);
66 (errorOut)(callback, text);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlfmt.c51 const char *text, *sev; local
54 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0)
57 ret = __lfmt_log(text, sev, args, flag, ret);
H A Dvlfmt.c51 const char *text, *sev; local
52 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0)
55 return (__lfmt_log(text, sev, args, flag, ret));
H A Dlfmt_log.c58 __lfmt_log(const char *text, const char *sev, va_list args, long flag, int ret) argument
90 msg_offset += 1 + vsprintf(msg.buf + msg_offset, text, args);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.h2 char * text; member in struct:ctl_buf
13 #define allocated_p(Buf) ((Buf).text != NULL)
14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
/illumos-gate/usr/src/cmd/powertop/common/
H A Dsuggestions.c63 * Add a new suggestion. Only one suggestion per text allowed.
66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func) argument
73 if (text == NULL)
86 if (text != NULL)
87 new->text = strdup(text);
99 if (strcmp(n->text, text) == 0)
114 new->text = strdup(text);
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpContent.java35 private String text; field in class:pmHelpContent
38 text = content;
42 text = new String(other.text);
46 return text;
50 return text;
/illumos-gate/usr/src/cmd/eqn/
H A Dtext.c34 text(int t, char *p1) function
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c102 char *key = NULL, *value = NULL, *text = NULL; local
111 if ((text = strrchr(line, '\n')) != NULL)
112 *text = NULL;
114 process_line(line, &key, &value, &text);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ng.c129 char text[256]; local
141 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
145 group, text);
166 char text[256]; local
176 text, sizeof text,
207 char text[256]; local
221 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
[all...]
H A Dirp_nw.c149 char text[256]; local
164 text, sizeof text,
197 char text[256]; local
213 text, sizeof text,
242 char text[256]; local
253 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
256 syslog(LOG_WARNING, "setnetent failed: %s", text);
275 char text[256]; local
[all...]
H A Dirp_pr.c138 char text[256]; local
153 text, sizeof text,
187 char text[256]; local
202 text, sizeof text,
231 char text[256]; local
242 code = irs_irp_read_response(pvt->girpdata, text, sizeof text);
245 syslog(LOG_WARNING, "setprotoent failed: %s", text);
264 char text[256]; local
[all...]
H A Dirp_sv.c142 char text[256]; local
153 text, sizeof text,
185 char text[256]; local
204 text, sizeof text,
237 char text[256]; local
256 text, sizeof text,
285 char text[25 local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcram_md5.c17 /* text is the challenge, key is the password, digest is an allocated
19 void hmac_md5(unsigned char *text, int text_len, unsigned char *key, argument
51 (void) MD5Update(&context, text, text_len);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
H A Din.chargend.c68 char text[LINESIZE+2]; local
80 dp = text;
97 if (safe_write(s, text, dp - text) != 0)
107 char text[LINESIZE+2]; local
116 (void) memmove(text, rp, i);
120 (void) memmove(text, rp, i);
125 text[LINESIZE - 2] = '\r';
126 text[LINESIZE - 1] = '\n';
128 (void) safe_sendto(s, text, sizeo
[all...]
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c30 int icol, ilin, tsep, k, ik, vforml, il, text; local
37 for(text=0; text<2; text++)
39 if (text)
54 if (s>(char *)0 && s<(char *)128 && text)
64 if (doubled[icol]==0 && text==0)
69 if (tx(s) != text) continue;
74 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s))
86 if (tx(s) != text) continu
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dpolled_io.c193 polled_io_cons_write(uchar_t *text, size_t len) argument
200 pio->cons_polledio_argument, text[i]);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c243 client_context_t *text; local
255 text = params->utils->malloc(sizeof(client_context_t));
257 text = sasl_ALLOC(sizeof(client_context_t));
259 if(!text) return SASL_NOMEM;
261 memset(text, 0, sizeof(client_context_t));
263 *conn_context = text;
278 client_context_t *text = (client_context_t *)conn_context; local
320 _plug_make_prompts(params->utils, &text->h, prompt_need,
322 convert_prompt(params->utils, &text->h,
343 result = _plug_buf_alloc(params->utils, &text
390 client_context_t *text = (client_context_t *) conn_context; local
[all...]
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c54 Elf_Scn *text = NULL; local
76 while ((text = elf_nextscn(elf, text)) != NULL) {
77 (void) gelf_getshdr(text, &textshdr);
79 if (strcmp(".text", elf_strptr(elf,
90 textdata = elf_rawdata(text, NULL);

Completed in 92 milliseconds

123456