Home
last modified time | relevance | path

Searched refs:text (Results 126 – 150 of 1143) sorted by relevance

12345678910>>...46

/illumos-gate/usr/src/uts/i86xpv/conf/
H A DMapfile45 # kernel text segment
47 LOAD_SEGMENT text {
52 OS_ORDER = .text;
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c218 wchar_t *text; in dosub() local
232 text = exprstring(left); in dosub()
235 text = linebuf; in dosub()
237 switch (REGWDOSUBA(rp, sub, text, &buf, 256, &glob)) { in dosub()
262 register wchar_t *text; in f_match() local
269 text = exprstring(getlist(&np)); in f_match()
271 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) { in f_match()
272 pos = match[0].rm_sp-text+1; in f_match()
/illumos-gate/usr/src/boot/forth/
H A Dversion.4th37 \ Initialize text placement to defaults
38 80 versionX ! \ NOTE: this is the ending column (text is right-justified)
45 \ Get the text placement position (if set)
83 \ Right justify the text
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c195 long text; in monitor() local
328 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor()
334 if (bufsize < text) { in monitor()
337 scale = (uint_t)((temp * (long)0200000L) / text); in monitor()
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml305 my ($id, $text) = split(/\s*::\s*/, $listValue);
306 if ($text) {
307 print Cfile "\t\"$text\"";
400 my ($id, $text) = split(/\s*::\s*/, $listValue);
407 $text = "(no token will be generated)" unless $text;
410 my $eline = $line.$text;
424 $line .= substr($text, 0, 74 - length($eline));
429 $line .= $text;
1063 my ($id, $text) = split(/\s*::\s*/, $entry);
1064 print " $id = $text\n";
/illumos-gate/usr/src/test/elf-tests/tests/relocs/i386/got32x/
H A Dgot32x.s1 .text
12 .text
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_lm.c89 _kobj_printf(ops, "text at [0x%p, ", mp->text); in kobj_lm_dump()
90 _kobj_printf(ops, "0x%lx] ", (uintptr_t)mp->text + in kobj_lm_dump()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c930 CHAR16 *text; in efi_print_global() local
937 text = (CHAR16 *)data; in efi_print_global()
947 printf("%S", text); in efi_print_global()
959 text = efi_devpath_name(dp); in efi_print_global()
960 if (text != NULL) { in efi_print_global()
961 printf("\t%S", text); in efi_print_global()
962 efi_free_devpath_name(text); in efi_print_global()
975 CHAR16 *text; in efi_print_global() local
979 if (text != NULL) { in efi_print_global()
980 printf("%S", text); in efi_print_global()
[all …]
H A Definet.c370 CHAR16 *text; in efinet_dev_print() local
382 text = efi_devpath_name(efi_lookup_devpath(h)); in efinet_dev_print()
383 if (text != NULL) { in efinet_dev_print()
384 printf(" %S", text); in efinet_dev_print()
385 efi_free_devpath_name(text); in efinet_dev_print()
/illumos-gate/usr/src/boot/i386/loader/
H A Dconf.c114 extern struct console text;
120 [0] = { .ct_dev = &text, .ct_init = NULL },
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c357 chp->text = strtoki(NULL, "");
359 if (chp->text) {
360 while (isspace((unsigned char)*chp->text))
361 chp->text++;
470 if (chp->text) {
472 pt = chp->text;
/illumos-gate/usr/src/common/ficl/
H A Dprefix.c105 s.text + n - vm->tib.text); in ficlVmParsePrefix()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h58 #define _START_ENTRY .text; .p2align 4,0x90
90 #define RCSID(x) .text; .asciz x
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c1633 icmdp->cmd_un.text.ttt = ithp->ttt; in iscsi_rx_process_text_rsp()
1640 icmdp->cmd_un.text.buf_len) { in iscsi_rx_process_text_rsp()
1650 icmdp->cmd_un.text.offset); in iscsi_rx_process_text_rsp()
1653 icmdp->cmd_un.text.offset += data_len; in iscsi_rx_process_text_rsp()
1657 sizeof (icmdp->cmd_un.text.lun)); in iscsi_rx_process_text_rsp()
2428 ith->ttt = icmdp->cmd_un.text.ttt; in iscsi_tx_text()
2878 icmdp->cmd_un.text.buf = buf; in iscsi_handle_text()
2879 icmdp->cmd_un.text.buf_len = buf_len; in iscsi_handle_text()
2880 icmdp->cmd_un.text.offset = 0; in iscsi_handle_text()
2882 icmdp->cmd_un.text.total_rx_len = 0; in iscsi_handle_text()
[all …]
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c79 static char *text; /* pointer to search pattern */ variable
126 text = argv[optind++]; in main()
142 if (compile(text, &ebuf[0], &ebuf[ESIZE]) == (char *)NULL) { in main()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S85 ! set text to begin at a page boundary so we can
130 ! before freeing cprboot text/data pages
149 ! start slave cpus, pause them within kernel text,
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c494 free(bp->text); in eqn_box_free()
723 cur->text = mandoc_strdup(""); in eqn_parse()
837 cur->text = mandoc_strdup(""); in eqn_parse()
904 cur->text = mandoc_strdup(""); in eqn_parse()
1034 cur->text = p; in eqn_parse()
1093 nbox->text = mandoc_strdup(cpn); in eqn_parse()
1095 p = mandoc_strndup(cur->text, in eqn_parse()
1096 cpn - cur->text); in eqn_parse()
1097 free(cur->text); in eqn_parse()
1098 cur->text = p; in eqn_parse()
[all …]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py97 return {'cr_number': bug.find('id').text,
98 'synopsis': bug.find('subject').text,
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c206 au_to_arg32(char n, char *text, uint32_t v) in au_to_arg32() argument
213 bytes = strlen(text) + 1; in au_to_arg32()
224 adr_char(&adr, text, bytes); in au_to_arg32()
242 bytes = strlen(text) + 1; in au_to_arg64()
253 adr_char(&adr, text, bytes); in au_to_arg64()
704 au_to_text(char *text) in au_to_text() argument
711 bytes = strlen(text) + 1; in au_to_text()
718 adr_char(&adr, text, bytes); in au_to_text()
1165 au_to_uauth(char *text) in au_to_uauth() argument
1172 bytes = strlen(text) + 1; in au_to_uauth()
[all …]
/illumos-gate/usr/src/cmd/Adm/
H A Dmailcap5 application/vnd.oasis.opendocument.text; /usr/bin/soffice -view %s
6 application/vnd.oasis.opendocument.text-template; /usr/bin/soffice -view %s
7 application/vnd.oasis.opendocument.text-web; /usr/bin/soffice -view %s
8 application/vnd.oasis.opendocument.text-master; /usr/bin/soffice -view %s
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c58 if ((adr >= mp->text && adr < mp->text + mp->text_size) || in kobj_addrcheck()
/illumos-gate/usr/src/cmd/users/
H A Dusers.c205 wrtmsg(int severity, char *action, char *tag, char *text, ...) in wrtmsg() argument
214 va_start(argp, text); in wrtmsg()
215 if (text != MM_NULLTXT) { in wrtmsg()
217 errorflg = vsnprintf(msgbuf, sizeof (msgbuf), text, argp) > in wrtmsg()
221 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, in wrtmsg()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_via_tkt.c258 if (err_reply->text.length > 0) { in krb5_get_cred_via_tkt()
268 err_reply->text.data); in krb5_get_cred_via_tkt()
369 if (strlen (m) == err_reply->text.length-1 in krb5_get_cred_via_tkt()
370 && !strcmp(m, err_reply->text.data)) in krb5_get_cred_via_tkt()
376 m, err_reply->text.data); in krb5_get_cred_via_tkt()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsignal.c40 char* text; member
364 else if (map[j].text) in main()
365 printf(" \"%s\",\n", map[j].text); in main()
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdmatch.c268 static void expand(text, pattern, request) in expand() argument
269 char *text; in expand()
276 printf("%s %s\n", text, buf);

12345678910>>...46