Searched refs:text (Results 101 - 125 of 387) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dstyle2-with-badness.s7 * A full copy of the text of the CDDL should have accompanied this
19 .text
H A Dstyle2-with-r12.s7 * A full copy of the text of the CDDL should have accompanied this
19 .text
H A Dstyle2-with-r13.s7 * A full copy of the text of the CDDL should have accompanied this
19 .text
H A Dstyle2.s7 * A full copy of the text of the CDDL should have accompanied this
19 .text
/illumos-gate/usr/src/tools/cscope-fast/
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);
H A Dhistory.c34 * cscope - interactive C symbol or text cross-reference
61 h->text = stralloc(s);
H A Dlookup.c41 /* keyword text for fast testing of keywords in the scanner */
46 * This keyword table is also used for keyword text compression. Keywords
112 j = hash(p->text) % HASHMOD;
128 if (strequal(ident, p->text)) {
/illumos-gate/usr/src/boot/lib/libstand/i386/
H A D_setjmp.S34 .text
/illumos-gate/usr/src/lib/libc/port/gen/
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/libcommputil/common/
H A Dsdp_parse_helper.c238 * Adds text of a given length to a linked list. If the list is NULL to
242 add_value_to_list(sdp_list_t **list, const char *value, int len, boolean_t text) argument
251 if (text)
259 if (text) {
283 sdp_list_to_str(sdp_list_t *list, char **buf, boolean_t text) argument
297 if (text)
312 if (text) {
335 sdp_str_to_list(sdp_list_t **list, const char *buf, int len, boolean_t text) argument
359 current - begin, text)) != 0) {
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s44 .text
93 .text
109 .text
126 / .text
139 .text
154 .text
171 .text
204 .text
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c67 if ((adr >= mp->text && adr < mp->text + mp->text_size) ||
77 * Flush instruction cache after updating text
109 * for text, data, (also bss that is already assigned)
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c60 if ((adr >= mp->text && adr < mp->text + mp->text_size) ||
71 * Flush instruction cache after updating text
93 * for text, data, (also bss that is already assigned)
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_isa.c60 if ((adr >= mp->text && adr < mp->text + mp->text_size) ||
71 * Flush instruction cache after updating text
93 * for text, data, (also bss that is already assigned)
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A DMakefile57 TFILES = msg.source gen-defs gen-text
87 sh gen-text
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h71 #define _START_ENTRY .text; .p2align 2,0x90
111 #define RCSID(x) .text; .asciz x
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c201 error.text.length = strlen(message) + 1;
202 if (!(error.text.data = malloc(error.text.length))) {
206 strcpy(error.text.data, message);
209 free(error.text.data);
212 free(error.text.data);
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c48 char *text[2][RANGE]; variable
83 return (text[f][delta]);
90 t = text[f][nt];
92 t = text[f][nt] = (char *)malloc(LEN+1);
113 movstr(text[f][i+j], text[f][i]);
343 /* stub for resychronization beyond limits of text buf */
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c262 memcpy(tran->outbuf.text, cmd, len);
264 for (pc = tran->outbuf.text, n = 0; n < tran->outbuf.used; pc++, n++)
320 *iovp++ = evConsIovec(tran->outbuf.text, tran->outbuf.used);
507 n = read(ctx->sock, ctx->inbuf.text + ctx->inbuf.used,
521 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used);
522 if (eos != NULL && eos != ctx->inbuf.text && eos[-1] == '\r') {
526 if (!arpacode_p(ctx->inbuf.text)) {
529 ctx->inbuf.text);
533 if (arpadone_p(ctx->inbuf.text))
535 else if (arpacont_p(ctx->inbuf.text))
[all...]
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c143 char *tp, *text; local
252 text = tp + toff;
255 text = NULL;
260 if (enc_parse_td(tip, text, pnp->sn_props) != 0)
284 text = tp + toff;
287 text = NULL;
290 if (elem_parse_td(tip, text, np->sn_props) != 0)
/illumos-gate/usr/src/common/ficl/
H A Dficl.h67 * expects a text block as input, and returns to the caller after each
68 * text block, so the "data pump" is somewhere in external code. This
506 * The pad is a small scratch area for text manipulation. ANS Forth
568 char *text);
798 char text[1]; member in struct:ficlCountedString
802 #define FICL_COUNTED_STRING_GET_POINTER(cs) ((cs).text)
810 char *text; member in struct:ficlString
815 #define FICL_STRING_GET_POINTER(fs) ((fs).text)
817 #define FICL_STRING_SET_POINTER(fs, p) ((fs).text = (char *)(p))
819 {(string).text
845 char *text; member in struct:__anon487
[all...]
/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c442 char *text; local
459 if ((text = malloc(tlen)) == NULL) {
463 (void) memset(text, 0, tlen);
473 (void) memcpy(text, pw, plen);
474 (void) memcpy(&text[plen], mixin, len);
500 (void) memcpy(text, mixin, len);
501 (void) memcpy(&text[len], pw, plen);
530 * Use the temporary key to produce a DES CBC checksum for the text
533 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c);
535 free(text);
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.c7 * A full copy of the text of the CDDL should have accompanied this
98 unsigned long data, text; local
195 text = sb.st_size - data - 512;
198 linux_data_tmp_addr = LINUX_BZIMAGE_ADDR + text;
200 if (!linux_big && text > linux_data_real_addr - LINUX_ZIMAGE_ADDR) {
207 (linux_big ? "bzImage" : "zImage"), data, text);
227 if (archsw.arch_readin(fd, mem, text) != text) {
246 linux_text_len = text;
251 rdata[0].size = text;
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c98 char *text, *location; local
154 err = reparse_unparse(nvl, &text);
163 free(text);
169 err = reparse_create(sl_path, text);
170 free(text);
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc313 source->string.text.p =
319 source->string.text.end = source->string.text.p;
321 source->string.text.p + makefile_name->stat.size;
325 source->string.text.p =
328 source->string.text.end =
330 source->string.text.p + makefile->body.makefile.size;
396 source->string.text.p = ALLOC_WC(num_mb_chars + 1);
398 source->string.text.p + num_mb_chars;
399 num_wc_chars = mbstowcs(source->string.text
[all...]

Completed in 112 milliseconds

1234567891011>>