Home
last modified time | relevance | path

Searched refs:text (Results 51 – 75 of 1143) sorted by relevance

12345678910>>...46

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-inspect.c14 node->text = g_strdup_printf("%s %s:", node->text, name); in inspect_ptr_list()
46 node->text = g_strdup_printf("%s %s:", node->text, statement_type_name(stmt->type)); in inspect_statement()
129 node->text = g_strdup_printf("%s %s: %s", node->text, symbol_type_name(sym->type), in inspect_symbol()
191 node->text = g_strdup_printf("%s %s", node->text, expression_type_name(expr->type)); in inspect_expression()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc134 num_wc_chars = mbstowcs(source->string.text.end, in get_next_block_fn()
150 source->string.text.end += num_wc_chars; in get_next_block_fn()
151 *source->string.text.end = 0; in get_next_block_fn()
154 if (*(source->string.text.end - 1) != (int) newline_char) { in get_next_block_fn()
158 *source->string.text.end++ = (int) newline_char; in get_next_block_fn()
159 *source->string.text.end = (int) nul_char; in get_next_block_fn()
H A Dmacro.cc134 destination->text.end = destination->text.p; in expand_value()
146 destination->text.end = destination->text.p; in expand_value()
159 sourceb.string.text.end = in expand_value()
197 source->string.text.p = ++source_p; in expand_value()
211 destination->text.end = destination->text.p; in expand_value()
339 source->string.text.p = source_p + 1; in expand_macro()
399 source->string.text.p = ++source_p; in expand_macro()
746 if (((extracted.text.p - in expand_macro()
754 (extracted.text.p - in expand_macro()
768 if (((extracted.text.p - in expand_macro()
[all …]
H A Dmisc.cc690 to->text.p += length; in append_string()
692 *(to->text.p) = (int) nul_char; in append_string()
721 to->text.p += length; in append_string()
723 *(to->text.p) = (int) nul_char; in append_string()
745 string->text.p = in expand_string()
746 string->text.end = in expand_string()
749 string->text.p[0] = (int) nul_char; in expand_string()
765 string->text.p = p + (string->text.p - string->buffer.start); in expand_string()
766 string->text.end = p + (string->text.end - string->buffer.start); in expand_string()
795 *(to->text.p)++ = from; in append_char()
[all …]
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c524 if (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;
801 error.text.length = strlen(text) + 1;
802 error.text.data = malloc((unsigned int) error.text.length);
803 if (error.text.data) {
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dldscript.amd646 /* Read-only sections, merged into text segment: */
11 .text : {
12 mb_header.o(.text)
13 *(.text .stub .text.* .gnu.linkonce.t.*)
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c368 CHAR16 *text; in find_currdev() local
395 if (text != NULL) { in find_currdev()
397 efi_free_devpath_name(text); in find_currdev()
406 if (text != NULL) { in find_currdev()
689 CHAR16 *text; in main() local
889 if (text != NULL) { in main()
892 efi_free_devpath_name(text); in main()
899 if (text != NULL) { in main()
1236 CHAR16 *text; in command_lsefi() local
1247 if (text != NULL) { in command_lsefi()
[all …]
/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/tbl/
H A Dt6.c28 int icol, ilin, tsep, k, ik, vforml, il, text; in maktab() local
35 for(text=0; text<2; text++) in maktab()
37 if (text) in maktab()
52 if (s>(char *)0 && s<(char *)128 && text) in maktab()
63 if (doubled[icol]==0 && text==0) in maktab()
68 if (tx(s) != text) continue; in maktab()
73 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s)) in maktab()
86 if (tx(s) != text) continue; in maktab()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A DMapfile.payload9 # A full copy of the text of the CDDL should have accompanied this
22 # The .eh_frame data was ending up in front of the .text segment, causing issues
36 # Make sure that payload_start.s`_start is the first thing in .text segment,
39 IS_NAME = .text;
43 IS_NAME = .text;
/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c45 logent(text, status) in logent() argument
46 register char *text, *status; in logent()
77 (void) fprintf(_Lf, "%s (%s)\n", status, text);
90 usyslog(text) in usyslog() argument
91 register char *text; in usyslog()
99 Pchar, (long) getpid(), Seqn, Dc, text);
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.c71 group->text = NULL; in ECGroup_new()
349 if ((group != NULL) && (params->text != NULL)) { in ecgroup_fromNameAndHex()
351 int n = strlen(params->text) + 1; in ecgroup_fromNameAndHex()
353 group->text = kmem_alloc(n, kmflag); in ecgroup_fromNameAndHex()
354 if (group->text == NULL) { in ecgroup_fromNameAndHex()
358 bcopy(params->text, group->text, n); in ecgroup_fromNameAndHex()
361 group->text = strdup(params->text); in ecgroup_fromNameAndHex()
362 if (group->text == NULL) { in ecgroup_fromNameAndHex()
448 if (group->text != NULL) in ECGroup_free()
450 kmem_free(group->text, group->text_len); in ECGroup_free()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c256 memcpy(tran->outbuf.text, cmd, len); in ctl_command()
515 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used); in readable()
520 if (!arpacode_p(ctx->inbuf.text)) { in readable()
523 ctx->inbuf.text); in readable()
527 if (arpadone_p(ctx->inbuf.text)) in readable()
529 else if (arpacont_p(ctx->inbuf.text)) in readable()
534 ctx->inbuf.text); in readable()
538 (*tran->donefunc)(ctx, tran->uap, ctx->inbuf.text, in readable()
540 ctx->inbuf.used -= ((eos - ctx->inbuf.text) + 1); in readable()
544 memmove(ctx->inbuf.text, eos + 1, ctx->inbuf.used); in readable()
[all …]
H A Dctl_p.h2 char * text; member
13 #define allocated_p(Buf) ((Buf).text != NULL)
14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp.c155 char text[256]; in irs_irp_connect() local
229 code = irs_irp_read_response(pvt, text, sizeof text); in irs_irp_connect()
232 syslog(LOG_WARNING, "Connection failed: %s", text); in irs_irp_connect()
359 irs_irp_read_response(struct irp_p *pvt, char *text, size_t textlen) { in irs_irp_read_response() argument
375 } else if (text != NULL && textlen > 0U) { in irs_irp_read_response()
380 strncpy(text, p, textlen - 1); in irs_irp_read_response()
475 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, in irs_irp_get_full_response() argument
477 int result = irs_irp_read_response(pvt, text, textlen); in irs_irp_get_full_response()
/illumos-gate/usr/src/boot/i386/loader/
H A Dldscript.i3867 * A full copy of the text of the CDDL should have accompanied this
21 .text . :
23 *(.text .text.*)
/illumos-gate/usr/src/boot/i386/
H A Dboot.ldscript7 * A full copy of the text of the CDDL should have accompanied this
21 .text . :
23 *(.text .text.*)
/illumos-gate/usr/src/lib/krb5/ss/
H A Doptions.c11 char *text; member
28 for (opt = options; opt->text; opt++)
29 if (!strcmp(opt->text, string))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dvlfmt.c49 const char *text, *sev; in vlfmt() local
50 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0) in vlfmt()
53 return (__lfmt_log(text, sev, args, flag, ret)); in vlfmt()
H A Dlfmt.c49 const char *text, *sev; in lfmt() local
52 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0) in lfmt()
55 ret = __lfmt_log(text, sev, args, flag, ret); in lfmt()
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dldscript.arm6 /* Read-only sections, merged into text segment: */
9 .text : {
11 *(.text .stub .text.* .gnu.linkonce.t.*)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c201 error.text.length = strlen(message) + 1; in recvauth_common()
202 if (!(error.text.data = malloc(error.text.length))) { in recvauth_common()
206 strcpy(error.text.data, message); in recvauth_common()
209 free(error.text.data); in recvauth_common()
212 free(error.text.data); in recvauth_common()
/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(
187 $text{'Summary_Result_All_Passed'} = gettext(
744 my $text = $indent;
749 $text .= "\n";
751 $text .= $indent;
757 $text .= "\n" if ($current_column);
759 return $text;
1846 my ($bind, $text);
[all …]
/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c442 char *text; in passwd2des_g() local
459 if ((text = malloc(tlen)) == NULL) { in passwd2des_g()
463 (void) memset(text, 0, tlen); in passwd2des_g()
473 (void) memcpy(text, pw, plen); in passwd2des_g()
474 (void) memcpy(&text[plen], mixin, len); in passwd2des_g()
500 (void) memcpy(text, mixin, len); in passwd2des_g()
501 (void) memcpy(&text[len], pw, plen); in passwd2des_g()
533 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c); in passwd2des_g()
535 free(text); in passwd2des_g()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.c100 unsigned long data, text; in linux_loadkernel() local
189 text = sb.st_size - data - 512; in linux_loadkernel()
192 linux_data_tmp_addr = LINUX_BZIMAGE_ADDR + text; in linux_loadkernel()
194 if (!linux_big && text > linux_data_real_addr - LINUX_ZIMAGE_ADDR) { in linux_loadkernel()
201 (linux_big ? "bzImage" : "zImage"), data, text); in linux_loadkernel()
221 if (archsw.arch_readin(fd, mem, text) != text) { in linux_loadkernel()
240 linux_text_len = text; in linux_loadkernel()
250 relocater_data[0].size = text; in linux_loadkernel()

12345678910>>...46