Searched refs:text (Results 126 - 150 of 387) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c82 buf->text = memget(MAX_LINELEN);
95 memput(buf->text, MAX_LINELEN);
96 buf->text = NULL;
H A Dctl_srvr.c302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, argument
327 if (sizeof "000-\r\n" + strlen(text) > (size_t)MAX_LINELEN) {
332 sess->outbuf.used = SPRINTF((sess->outbuf.text, "%03d%c%s\r\n",
334 text));
335 for (pc = sess->outbuf.text, n = 0;
340 *iovp++ = evConsIovec(sess->outbuf.text, sess->outbuf.used);
349 sess->outbuf.used, sess->outbuf.text);
588 n = read(sess->sock, sess->inbuf.text + sess->inbuf.used,
598 eos = memchr(sess->inbuf.text, '\n', sess->inbuf.used);
599 if (eos != NULL && eos != sess->inbuf.text
760 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c85 Elf_Data *text; local
122 if ((textidx = findelfsecidx(elf, ".text")) < 0)
123 die("failed to find .text section in %s\n", filename);
127 (text = elf_rawdata(scn, NULL)) == NULL)
128 elfdie("failed to read .text");
130 instrs = text->d_buf;
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c81 static char *text; /* pointer to search pattern */ variable
82 static int textflg; /* set if text pattern is specified on */
128 text = argv[optind++];
144 if (compile(text, &ebuf[0], &ebuf[ESIZE]) == (char *)NULL) {
211 " srchtxt [-s] [-l locale] [-m msgfile,...] [text]\n");
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c98 static int write_temp_file(char *text, mode_t mode, char **file);
251 * generating the text. This memory must be freed with
329 xmlChar *text; local
330 /* Get the text dump */
331 xmlDocDumpFormatMemory(doc, &text, NULL, 1);
333 gettext("Generated volume-request:\n%s"), text);
334 xmlFree(text);
1174 /* Get the text dump */
1175 xmlChar *text; local
1176 xmlDocDumpFormatMemory(doc, &text, NUL
1264 write_temp_file( char *text, mode_t mode, char **file) argument
[all...]
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c62 #define IMPURE 1 /* Writable text */
71 uint32_t text; /* Size of text segment */ member in struct:hdr
84 "client: fmt=%s size=%x text=%x data=%x bss=%x entry=%x\n";
86 "output: fmt=%s size=%x text=%x data=%x org=%x entry=%x\n";
235 ohdr.text = ldr_size;
244 cwr = howmany(ihdr.text, BTX_PGSIZE);
268 seekx(fdo, ohdr.size += ohdr.text);
298 printf(cinfo, fmtlist[ihdr.fmt], ihdr.size, ihdr.text,
300 printf(oinfo, fmtlist[ohdr.fmt], ohdr.size, ohdr.text,
[all...]
/illumos-gate/usr/src/lib/common/amd64/
H A Dcrt1.s71 .section .text
179 .section .text
/illumos-gate/usr/src/lib/common/i386/
H A Dgcrt1.s69 .section .text
156 .section .text
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c111 #define ST_TXT "text"
131 * MV_TXT "text" selected
168 #define DEFLT_TEXT "No text provided with this message"
569 /* Check for "text" */
786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
795 * const char *text The address of the text-component
800 * severity-component, text-component, action-component, and tag-
813 const char *text, const char *action, const char *tag)
820 int textindent; /* # spaces to indent text */
811 writemsg(char *buf, size_t size, int verbosity, const char *label, int severity, const char *text, const char *action, const char *tag) argument
1088 fmtmsg(long class, const char *label, int severity, const char *text, const char *action, const char *tag) argument
[all...]
H A Dmon.c186 * int (*alowpc)(), (*ahighpc)(); boundaries of text to be monitored
197 long text; local
329 /* no. WORDs of text */
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD);
336 if (bufsize < text) {
339 scale = (uint_t)((temp * (long)0200000L) / text);
/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/grub/grub-0.97/stage2/
H A Dgraphics.c80 /* text buffer has to be kept around so that we can write things as we
82 unsigned short text[ROWBYTES * 30]; variable
221 text[fonty * ROWBYTES + fontx] = ch;
222 text[fonty * ROWBYTES + fontx] &= 0x00ff;
224 text[fonty * ROWBYTES + fontx] |= 0x100;
264 text[i] = ' ';
602 graphics_putchar(text[j * ROWBYTES + i]);
623 ch = text[fonty * ROWBYTES + fontx] & 0xff;
624 invert = (text[fonty * ROWBYTES + fontx] & 0xff00) != 0;
H A Dnbloader.S24 .text
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSysloglikeFormatter.java32 import java.text.*;
124 StringBuffer text = new StringBuffer();
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm77 %text
181 $text{'Summary_Result_None_Checked'} = gettext(
183 $text{'Summary_Result_Some_Failed'} = gettext(
185 $text{'Summary_Result_Some_Incomplete'} = gettext(
187 $text{'Summary_Result_All_Passed'} = gettext(
191 $text{'Message_Private_Symbols_Check_Outfile'} = <<"END";
197 $text{'Message_Public_Symbols_Check_Outfile'} =
198 $text{'Message_Private_Symbols_Check_Outfile'};
199 $text{'Message_Public_Symbols_Check_Outfile'} =~ s/private/public/g;
744 my $text
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c186 mp1->text != mp2->text || mp1->bss != mp2->bss ||
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc689 if (to->buffer.end - to->text.p <= length) {
695 (void) wcsncpy(to->text.p, from, length);
696 to->text.p += length;
698 *(to->text.p) = (int) nul_char;
720 if (to->buffer.end - to->text.p <= length) {
726 (void) mbstowcs(to->text.p, from, length);
727 to->text.p += length;
729 *(to->text.p) = (int) nul_char;
751 string->text.p =
752 string->text
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dhash.c51 for (trace = (ficlUnsigned8 *)s.text;
89 * Find a name in the hash table given the hashcode and text of the name.
114 (!ficlStrincmp(name.text, word->name, nCmp)))
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java35 import java.text.*;
/illumos-gate/usr/src/lib/libtnfctl/
H A Di386_assm.s48 .text
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoull.s32 .text
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s69 .text
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_frame.s30 .text; \
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_xtoull.s34 .text
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTextField.java37 import javax.swing.text.*;

Completed in 141 milliseconds

1234567891011>>