Searched refs:text (Results 151 - 175 of 387) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcaps.c157 char *text, *tok, *cp; local
228 if ((text = strdup(ccp)) == NULL) {
232 for (cp = strtok_r(text, " ", &tok);
241 free(text);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_scn.h78 scn_text_t *text; member in union:scn_list::__anon679
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dstyle1-main.s7 * A full copy of the text of the CDDL should have accompanied this
19 .text
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h151 char *text();
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp.c169 * Header prepended to each line. The text immediately follows the header.
177 char text[0]; member in struct:includeline
227 strcpy(sp->text, cp);
250 res = bf_run(sp->text);
254 filename, sp->line, sp->text);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dstart.S123 .ascii ".text"
139 .text
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Damd64_tramp.S71 .text
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh50 either reuse the message numbers with new message text that
51 is similar to the old or to delete the message text, leaving
55 [+similar=\anumber\a?The message text similarity measure thresshold.
57 text is 100*(2*gzip(\aold\a+\anew\a)/(gzip(\aold\a)+gzip(\anew\a))-1),
58 where gzip(\ax\a) is the size of text \ax\a when compressed by
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml.pm417 my $text = $kid->getContent();
418 $text = '' unless defined ($text);
421 push(@msg, join('::', $msgId, $text));
480 my $text = pop(@msg);
482 return $text;
H A Dauditxml135 generateMsgLists($textList); # enum -> text mappings
305 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;
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c64 #define NOTUNIQ "The entered text does not uniquely identify a menu choice."
338 (void) free(_chp->token); /* free token and text */
357 chp->text = strtoki(NULL, "");
359 if (chp->text) {
360 while (isspace((unsigned char)*chp->text))
361 chp->text++;
470 if (chp->text) {
471 /* there is text associated with the token */
472 pt = chp->text;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c85 "text", 0, MM_text,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
297 if ((mask & MM_text) && text)
298 sfprintf(sp, "%s\n", text);
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c262 "followed by text"), cmd->code);
352 fatal(_("extra text at the end of a "
467 char c, *text, *op, *sp; local
477 if ((text = malloc(asize)) == NULL)
481 op = sp = text + size;
524 if ((s->new = realloc(text, size)) == NULL)
537 if ((text = realloc(text, asize)) == NULL)
715 * Compile the text following an a or i command.
722 char *text, * local
[all...]
/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.cc204 ((char *)def->enumTable[i].text);
252 ((char *)def->enumTable[i].text);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c220 wchar_t *text; local
234 text = exprstring(left);
237 text = linebuf;
239 switch (REGWDOSUBA(rp, sub, text, &buf, 256, &glob)) {
264 register wchar_t *text; local
271 text = exprstring(getlist(&np));
273 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) {
274 pos = match[0].rm_sp-text+1;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c218 const char *text; local
235 text = am;
246 text = ISCSI_TEXT_REJECT;
252 ikvx->ik_key_name, text);
291 const char *text; local
302 text = alg_string;
311 text = ISCSI_TEXT_REJECT;
322 ikvx->ik_key_name, text);
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c65 fmtmsg(char *label, int severity, char *text, char *action)
80 mbstowcs(wtext, text, LONG_S);
220 * the text.
64 fmtmsg(char *label, int severity, char *text, char *action) argument
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c66 if (bp->text != NULL)
67 term_word(p, bp->text);
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A DMakefile7 # A full copy of the text of the CDDL should have accompanied this
91 ${OBJCOPY} --readonly-text -j .peheader -j .text -j .sdata -j .data \
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c220 vmem_t *text_arena; /* module text arena */
273 * Beginning and end of the kernel's dynamic text/data segments.
843 mp->text = _text;
849 cp->mod_text = mp->text;
857 _kobj_printf(ops, "\ttext: 0x%p", mp->text);
925 } else if (mp->text == NULL) {
926 mp->text = (char *)shp->sh_addr;
951 mp->text_size = _etext - mp->text;
954 cp->mod_text = mp->text;
961 kmp->text_size = (size_t)(mp->text
2280 uintptr_t text = 0, data, textptr; local
4285 uintptr_t text = (uintptr_t)mp->text; local
4311 uintptr_t text = (uintptr_t)mp->text; local
[all...]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s31 .text
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl-exp.h58 char *text; member in struct:ECCurveParamsStr
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c111 #define BIGUSAGE "fmtmsg [-a action] [-c class] [-l label] [-s severity] [-t tag]\n [-u subclass[,subclass[,...]]] [text]\n"
469 * [-u subclass[,subclass[,...]]] [text]
476 * text String that is the text of the message
524 int text_seen; /* FLAG, text seen */
526 char *text; /* Ptr to user's text */
572 a_seen = FALSE; /* No action (-a) text seen yet */
578 text_seen = FALSE; /* No text seen yet */
649 /* Get the text */
521 char *text; /* Ptr to user's text */ local
[all...]
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c1713 const char *text; local
1723 text = err_text;
1725 text = error_message(err_code);
1733 text = buf;
1736 error.text.length = strlen(text) + 1;
1737 error.text.data = malloc(error.text.length);
1738 if (error.text.data) {
1739 strcpy(error.text
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsig.h121 char** text; member in struct:__anon2598

Completed in 153 milliseconds

1234567891011>>