Searched refs:content (Results 101 - 115 of 115) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/
H A Dtranslate.c219 * We store the variable content in a tmp buffer, so we don't
248 if ( ! strcmp(vp, "+content") ) {
257 fprintf(stderr, "warning: ${+current} skipped element content\n");
272 fprintf(stderr, "warning: ${+caps} skipped element content\n");
548 /* check content */
549 if (t->content) { /* no att specified -> a match */
635 /* Process a "chunk" of content data of an element.
637 * Pointer to data content to process
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm173 The $io_handle will be read until EOF and its content appended to the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm166 The $io_handle is read until EOF and the content is appended to the
H A DCGI.pm559 # method eq 'POST' && content-type eq 'application/xml'
560 # method eq 'POST' && content-type =~ /multipart\/related.+start=/
564 # If the content-type is 'application/xml', we just set the param
1647 my $meta_bits = qq(<meta http-equiv="Content-Type" content="text/html; charset=$encoding" />)
1665 foreach (keys %$meta) { push(@result,$XHTML ? qq(<meta name="$_" content="$meta->{$_}" />)
1666 : qq(<meta name="$_" content="$meta->{$_}">)); }
2491 # This defaults to the content of the <option> element, but the label
5158 <meta name="keywords" content="pharaoh secret mummy">
5159 <meta name="description" content="copyright 1996 King Tut">
5209 -content
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h470 const char *content, int flags);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1409 mdb_dump_print_content(dumphdr_t *dh, pid_t content) argument
1421 mdb_printf("dump content: all kernel and user pages\n");
1424 mdb_printf("dump content: kernel pages and pages from "
1425 "PID %d", content);
1429 mdb_printf("dump content: kernel pages only\n");
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod316 =item lgrp_mem_size($cookie, $lgrp, $type, $content)
334 The B<$content> argument should be set to one of the following values to specify
555 =item mem_size($lgrp, $type, $content)
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c231 char *content = (char *)di_devlink_content(devlink); local
232 char *start = strstr(content, "/devices/");
234 /* line content must have minor node */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1350 core_content_t content = CC_CONTENT_DEFAULT; local
1364 (proc_str2content(content_str, &content) != 0 ||
1365 content == CC_CONTENT_INVALID)) {
1366 mdb_warn("invalid content string '%s'\n", content_str);
1380 if (Pgcore(t->t_pshandle, fname, content) != 0) {
2108 { "gcore", "[-o prefix] [-c content]",
2213 core_content_t content; local
2229 ((content = Pcontent(t->t_pshandle)) == CC_CONTENT_INVALID ||
2230 !(content & CC_CONTENT_TEXT)) &&
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm160 print "content-type: text/html\n\n";
200 content where HTML comments are not allowed:
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl319 includes both key and data. The content of the SQLITE_MASTER table is
/opensolaris-onvv-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1357 char *content = (char *)di_devlink_content(link); local
1358 char *start = strstr(content, "/devices");
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1703 uu_die(gettext("loctext element has no content for \"%s\"\n"),
1710 if ((stripped = strdup((const char *)cursor->content)) == NULL)
2062 seps_to_prop_values(&prop, cursor->content);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh73 should examine it's content before using it.
84 should examine it's content before using it. And if there are
122 file. The user should examine it's content before using it.
207 it's content should be verified, custom maps should be handled,
3838 # "nisLDAPnameFields" specifies the content of entries in a NIS map
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3138 * we dont care about the content of the symlink, so
3436 * content is the empty string.
4544 * content_p: Returns malloced string (link content)
7966 const char *content; local
7969 (content = di_devlink_content(dl)) == NULL ||
7973 if ((x->link_contents[x->count] = s_strdup(content)) == NULL) {

Completed in 381 milliseconds

12345