Home
last modified time | relevance | path

Searched refs:text (Results 101 – 125 of 1143) sorted by relevance

12345678910>>...46

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgawksub.ok1 orig = "here is some text", repl = "<FOO&BAR \q \ \\ \& \\& \\\&>"
2 result is "here is <FOOsomeBAR \q \ \\ & \some \&> text"
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c148 if (bp->text != NULL) { in eqn_box()
151 cp = bp->text; in eqn_box()
176 if (bp->text[0] != '\0' && in eqn_box()
179 (tag == TAG_MI && font == (bp->text[1] == '\0' ? in eqn_box()
199 print_text(p, bp->text); in eqn_box()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h58 char *text; member
161 char *text; member
202 void warning(char *text);
222 void myperror(char *text);
/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c40 void perror_exit(char *text) __NORETURN;
138 perror_exit(char *text) in perror_exit() argument
140 perror(text); in perror_exit()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c98 char *text, *location; in addref() local
154 err = reparse_unparse(nvl, &text); in addref()
163 free(text); in addref()
169 err = reparse_create(sl_path, text); in addref()
170 free(text); in addref()
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c67 char text[BUFSIZ]; in logError() local
87 (void) sprintf(text, " %sERROR %.100s %.100s (%.9s)", in logError()
91 systat(Rmtname, SS_ASSERT_ERROR, text, Retrytime); in logError()
H A Dsystat.c42 systat(name, type, text, retry) in systat() argument
44 char *name, *text;
121 type, count, prestime, retry, text, name);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c218 const char *text; in iscsit_select_auth() local
235 text = am; in iscsit_select_auth()
246 text = ISCSI_TEXT_REJECT; in iscsit_select_auth()
252 ikvx->ik_key_name, text); in iscsit_select_auth()
291 const char *text; in auth_chap_select_alg() local
302 text = alg_string; in auth_chap_select_alg()
311 text = ISCSI_TEXT_REJECT; in auth_chap_select_alg()
322 ikvx->ik_key_name, text); in auth_chap_select_alg()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c811 const char *text, const char *action, const char *tag) in writemsg() argument
848 dotext = (verbosity & MV_TXT) && (text != MM_NULLTXT); in writemsg()
992 p = (char *)text; in writemsg()
1087 const char *text, const char *action, const char *tag) in fmtmsg() argument
1120 if (text == (char *)NULL) in fmtmsg()
1121 text = DEFLT_TEXT; in fmtmsg()
1127 msgverb, label, severity, text, action, tag); in fmtmsg()
1134 MV_ALL, label, severity, text, action, tag); in fmtmsg()
/illumos-gate/usr/src/cmd/Adm/
H A Dmime.types5 application/vnd.oasis.opendocument.text odt
6 application/vnd.oasis.opendocument.text-template ott
7 application/vnd.oasis.opendocument.text-web oth
8 application/vnd.oasis.opendocument.text-master odm
/illumos-gate/usr/src/boot/common/
H A Dinterp.c189 char text[0]; member
239 strcpy(sp->text, cp); in include()
262 res = bf_run(sp->text); in include()
266 filename, sp->line, sp->text); in include()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c832 mp->text = _text; in load_exec()
838 cp->mod_text = mp->text; in load_exec()
950 kmp->text_size = (size_t)(mp->text - kmp->text); in load_linker()
2257 if (mp->text) in free_module_data()
2383 if (text == 0) in get_progbits()
2384 text = ALIGN((uintptr_t)mp->text, tp->align); in get_progbits()
2394 bits_ptr = text; in get_progbits()
2422 text = bits_ptr; in get_progbits()
4291 uintptr_t text = (uintptr_t)mp->text; in kobj_textwin_alloc() local
4300 for (i = text & PAGEMASK; i < text + size; i += PAGESIZE) { in kobj_textwin_alloc()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhurl.sh121 if ! read prot code text
128 test 0 != $verbose && echo "$command: prot=$prot code=$code $text" >&2
187 *) echo "$0: $url: $code: $text" >&2
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c1713 const char *text; local
1723 text = err_text;
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.data, text);
1763 if (error->text.data)
1766 error->text.data);
1770 if (error->text.data)
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c78 buf->text = memget(MAX_LINELEN); in ctl_bufget()
91 memput(buf->text, MAX_LINELEN); in ctl_bufput()
92 buf->text = NULL; in ctl_bufput()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmsgsvc_svc.c79 if (param->from == NULL || param->to == NULL || param->text == NULL) { in msgsvcsend_NetrSendMessage()
84 syslog(LOG_INFO, "%s to %s: %s", param->from, param->to, param->text); in msgsvcsend_NetrSendMessage()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_cpu.c73 u32_t *text; member
173 if(fw->text) in load_cpu_fw()
178 fw->text, in load_cpu_fw()
275 fw.text = RXP_b06FwText; in init_5706_cpus()
323 fw.text = TXP_b06FwText; in init_5706_cpus()
371 fw.text = TPAT_b06FwText; in init_5706_cpus()
419 fw.text = COM_b06FwText; in init_5706_cpus()
467 fw.text = CP_b06FwText; in init_5706_cpus()
533 fw.text = RXP_b09FwText; in init_5709_cpus()
581 fw.text = TXP_b09FwText; in init_5709_cpus()
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ld/
H A Dld-with-addend.s19 .text
23 .text
/illumos-gate/usr/src/test/elf-tests/tests/relocs/amd64/gotpcrelx/
H A Dgotpcrel.s1 .text
14 .text
H A Drex_gotpcrel.s1 .text
14 .text
/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;
/illumos-gate/usr/src/uts/i86pc/conf/
H A DMapfile42 # this is the kernel text
44 LOAD_SEGMENT text {
49 OS_ORDER = .text;
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcaps.c157 char *text, *tok, *cp; in capabilities() local
228 if ((text = strdup(ccp)) == NULL) { in capabilities()
232 for (cp = strtok_r(text, " ", &tok); in capabilities()
241 free(text); in capabilities()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_p.h50 int irs_irp_read_response(struct irp_p *pvt, char *text, size_t textlen);
53 char *text, size_t textlen,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh63 typeset text
66 while read -r text
67 do if [[ $text == *debug* ]]
68 then print -u2 -r -- "$text"
69 else offset=${text/*: line +([[:digit:]]):*/\1}

12345678910>>...46