Home
last modified time | relevance | path

Searched refs:text (Results 176 – 200 of 1143) sorted by relevance

12345678910>>...46

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c432 warning(text) in warning() argument
433 char *text; in warning()
438 filename, yylineno, text);
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c373 CHAR16 *text; in comc_devinfo() local
385 text = efi_devpath_name(dp); in comc_devinfo()
386 if (text == NULL) in comc_devinfo()
389 printf("\t%S", text); in comc_devinfo()
390 efi_free_devpath_name(text); in comc_devinfo()
/illumos-gate/usr/src/common/ficl/
H A Dvm.c354 cp = s->text; in ficlVmInnerLoop()
368 cp = s->text + s->length + 1; in ficlVmInnerLoop()
2093 counted->text[FICL_STRING_GET_LENGTH(s)] = '\0'; in ficlVmGetString()
2096 return (counted->text + FICL_STRING_GET_LENGTH(s) + 1); in ficlVmGetString()
2278 vm->tib.text = text; in ficlVmPushTib()
2279 vm->tib.end = text + nChars; in ficlVmPushTib()
2302 vm->tib.text = NULL; in ficlVmQuit()
2335 ficlVmTextOut(ficlVm *vm, char *text) in ficlVmTextOut() argument
2337 ficlCallbackTextOut((ficlCallback *)vm, text); in ficlVmTextOut()
2342 ficlVmErrorOut(ficlVm *vm, char *text) in ficlVmErrorOut() argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c142 text_to_sobj(const char *text, uintptr_t *out) in text_to_sobj() argument
144 if (strcasecmp(text, "ALL") == 0) { in text_to_sobj()
149 return (sobj_text_to_ops(text, out)); in text_to_sobj()
154 text_to_tstate(const char *text, uint_t *out) in text_to_tstate() argument
156 if (strcasecmp(text, "panic") == 0) in text_to_tstate()
158 else if (thread_text_to_state(text, out) != 0) { in text_to_tstate()
159 mdb_warn("tstate \"%s\" not recognized\n", text); in text_to_tstate()
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX19 1. 32V and BSD derived implementations of sed strip the text
103 11. Historical implementations do not output the change text of a c
106 text be output. Since the historic behavior doesn't seem to have
113 'c' command is triggered at the third line, i.e. will the text
119 text
121 Historic implementations did not output the text in the above
125 as well as by those from GNU and SUN, is as follows: The text
/illumos-gate/usr/src/uts/i86pc/conf/
H A DMapfile.amd6441 LOAD_SEGMENT text {
46 OS_ORDER = .text;
/illumos-gate/usr/src/uts/i86xpv/unix/dboot/
H A DMapfile.dboot37 # .text segment, since when we boot that's where the boot loader will
41 IS_NAME = .text;
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.below4G39 LOAD_SEGMENT text { VADDR = 0x80000000 };
44 LOAD_SEGMENT text { VADDR = 0x400000 };
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c184 mp1->text != mp2->text || mp1->bss != mp2->bss || in kobj_kdi_mod_haschanged()
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c51 char text; /* -t option in effect: this is a text file */ variable
130 text = YES; in main()
394 if (!text && !reject) in checkline()
426 if (text) in skipcomment()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c62 fmtmsg(char *label, int severity, char *text, char *action) in fmtmsg() argument
77 mbstowcs(wtext, text, LONG_S); in fmtmsg()
/illumos-gate/usr/src/uts/i86xpv/conf/
H A DMapfile.amd6444 LOAD_SEGMENT text {
49 OS_ORDER = .text;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh130 type=text var=header val="" label="Header"
137 type=text var=footer val="" label="Footer"
144 type=text var=title val="SWIFTUI - Table View" label="Title"
175 type=text var=fields val= label="List of Fields"
178 type=text var=fieldorder val= label="Order of Fields"
/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c187 (let[letnum].text == TRUE ? "text/plain" : "application/octet-stream")) < 0) in xxxcopylet()
346 letnum, (let[letnum].text ? "TRUE" : "FALSE")); in xxxcopylet()
348 if ((type == TTY) && (let[letnum].text == FALSE) && !pflg) { in xxxcopylet()
/illumos-gate/usr/src/cmd/sgs/lddstub/i386/
H A Dlddstub.S32 .text
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsec.h7 void hmac_md5(unsigned char *text, int text_len, unsigned char *key,
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c104 efi_free_devpath_name(CHAR16 *text) in efi_free_devpath_name() argument
107 BS->FreePool(text); in efi_free_devpath_name()
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A Dtst.cpuid.s20 .text
H A Dtst.msr.s20 .text
H A Dtst.smap.s20 .text
H A Dtst.tsc.s20 .text
H A Dtst.fence.s21 .text
/illumos-gate/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.S34 .text
/illumos-gate/usr/src/boot/common/
H A Dmb_header.S31 .text
/illumos-gate/usr/src/cmd/allocate/
H A Dwdwmsg.sh48 --text="$messageString")

12345678910>>...46