Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A Dhelp-l10n-comments.txt33 Title, Content, Keywords, and See-Also. Title, Content, and
47 The suffixes used to identify the Tag, Title, Content, Keywords,
49 ".title", ".content", ".keyword", and ".seealso" respectively.
53 tag is "ToAddPrinter". The key "ToDeletePrinter.content" refers to
54 a localizable string which contains the content of the help article
79 2.2 Title and Content
80 Each Article must contain a Title and some Content.
85 The Content of an Article consists of a block of localizable text
89 Since the Content is displayed in a window whose size may be
94 The viewable Content of an Article is authored in a tiny subset of
[all …]
/titanic_50/usr/src/uts/common/syscall/
H A Dcorectl.c42 * A process's core file path and content live in separate reference-counted
52 * content to the same value as the fields core_default_path and
60 * content are set to the zone's default path and content.
69 static int set_proc_info(pid_t pid, const char *path, core_content_t content);
86 core_content_t content; in corectl_content_value() local
89 content = ccp->ccc_content; in corectl_content_value()
92 return (content); in corectl_content_value()
96 corectl_content_set(corectl_content_t *ccp, core_content_t content) in corectl_content_set() argument
99 ccp->ccc_content = content; in corectl_content_set()
207 * Called from start_init_common(), to set init's core file path and content.
[all …]
/titanic_50/usr/src/man/man1m/
H A Dcoreadm.1m12 …oreadm\fR [\fB-g\fR \fIpattern\fR] [\fB-G\fR \fIcontent\fR] [\fB-i\fR \fIpattern\fR] [\fB-I\fR \fI
18 \fBcoreadm\fR [\fB-p\fR \fIpattern\fR] [\fB-P\fR \fIcontent\fR] [\fIpid\fR]...
36 form specifies the file name pattern and core file content that the operating
161 A core file content description is specified using a series of tokens to
299 token indicates inclusion of the system default content
302 regardless of the mapping content.
306 file content \fBdefault-ism\fR would produce a core file with the default set
317 global core file content: all
319 init core file content: default
475 \fB\fB-G\fR \fIcontent\fR\fR
[all …]
H A Dlpfilter.1m21 used with the \fBLP\fR print service. These filters convert the content of a
22 file to have a content type acceptable to a printer.
115 Filters are used to convert the content of a request from its initial type
122 The content type of the request (specified by \fBlp\fR \fB-T\fR or determined
138 with a content type even though \fBlpadmin\fR \fB-I\fR is intended for this
145 The content types acceptable to the printer (specified by \fBlpadmin\fR
161 filters that converts the document's content type into a content type
174 \fBInput types: \fR\fIcontent-type-list\fR
175 \fBOutput types: \fR\fIcontent-type-list\fR
191 This gives the content types that can be accepted by the filter. The default is
[all …]
/titanic_50/usr/src/lib/libc/port/sys/
H A Dcorectl.c46 core_set_global_content(const core_content_t *content) in core_set_global_content() argument
48 return (syscall(SYS_corectl, CC_SET_GLOBAL_CONTENT, content)); in core_set_global_content()
52 core_get_global_content(core_content_t *content) in core_get_global_content() argument
54 return (syscall(SYS_corectl, CC_GET_GLOBAL_CONTENT, content)); in core_get_global_content()
70 core_set_default_content(const core_content_t *content) in core_set_default_content() argument
72 return (syscall(SYS_corectl, CC_SET_DEFAULT_CONTENT, content)); in core_set_default_content()
76 core_get_default_content(core_content_t *content) in core_get_default_content() argument
78 return (syscall(SYS_corectl, CC_GET_DEFAULT_CONTENT, content)); in core_get_default_content()
94 core_set_process_content(const core_content_t *content, pid_t pid) in core_set_process_content() argument
96 return (syscall(SYS_corectl, CC_SET_PROCESS_CONTENT, content, pid)); in core_set_process_content()
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d42 char content; member
47 char content; variable
53 char content; member
62 rec.content = 'a';
65 pir.content = 'b';
69 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
70 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.StructWithoutColon1.d42 char content; member
48 char content; member
56 rec.content = 'a';
59 pir.content = 'b';
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d44 char content; member
49 char content; member
57 rec.content = 'y';
60 pir.content = 'z';
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.recursive.d41 char content; member
50 r1.content = 'a';
53 r2.content = 'b';
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_PROTO_ARG.DupStructAssoc.d42 char content; member
47 char content; member
58 r1.content = 'a';
61 r2.content = 'b';
64 p1.content = 'a';
67 p2.content = 'b';
H A Derr.D_DECL_INCOMPLETE.circular.d44 char content; member
51 char content; member
60 rec.content = 'a';
61 printf("rec.position: %d\nrec.content: %c\n",
62 rec.position, rec.content);
/titanic_50/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh54 nameref content="formdata.content"
59 content=""
65 content+="--${formdata.boundary}\n"
66 content+="Content-Disposition: form-data; name=\"${element.name}\"\n"
67 content+="\n"
69 # "print" when putting the content on the wire.
70 content+="${element.data//\\/\\\\}\n" # fixme: may need encoding for non-ASCII data
73 # we have to de-quote the content before we can count the real numer of bytes in the payload
74 tmp="$(print -- "${content}")"
77 # add content tail (which MUST not be added to the content length)
[all …]
H A Dshtwitter.sh54 nameref content="formdata.content"
58 content=""
66 [[ "$content" != "" ]] && content+="&"
68 content+="${element.name}="
96 content+="$c"
100 formdata.content_length=${#content}
126 ~(Eli)Content-Type:.*)
129 ~(Eli)Content-Length:[[:blank:]]*[0-9]*)
203 typeset content
208 typeset content=""
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_INCOMPLETE.order.d44 char content; member
49 char content; member
57 rec.content = 'y';
60 pir.content = 'z';
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon.d42 char content; member
48 char content; variable
57 rec.content = 'a';
60 pir.content = 'b';
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon1.d42 char content; member
48 char content; member
56 rec.content = 'a';
59 pir.content = 'b';
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.recursive.d41 char content; member
50 r1.content = 'a';
53 r2.content = 'b';
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_PROTO_ARG.DupUnionAssoc.d42 char content; member
47 char content; member
58 r1.content = 'a';
61 r2.content = 'b';
64 p1.content = 'a';
67 p2.content = 'b';
H A Derr.D_DECL_INCOMPLETE.circular.d43 char content; member
50 char content; member
59 rec.content = 'a';
61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
/titanic_50/usr/src/lib/libbsm/
H A DxmlHandlers.pm61 'content' => ''}, $pkg;
148 $currentObj->{'content'} .= ' ' if ($currentObj->{'content'});
149 $currentObj->{'content'} .= $string;
254 my ($element, %content) = @_;
259 foreach $attributeName (keys %content) {
261 delete $content{$attributeName}; # remove null entries
265 # print "attribute: $attributeName = $content{$attributeName}\n"
272 $pkg->{'attributes'} = \%content;
321 my $content = $pkg->{'content'};
322 return $content ? $content : undef;
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_xdr.c62 krb5_encode_princ_contents(context, content, entry) in krb5_encode_princ_contents() argument
64 krb5_data * content;
93 content->length = entry->len + entry->e_length;
99 content->length += unparse_princ_size;
100 content->length += 2;
105 content->length += tl_data->tl_data_length;
106 content->length += 4; /* type, length */
117 content->length += 4; /* Version, KVNO */
119 content->length += entry->key_data[i].key_data_length[j];
120 content->length += 4; /* type + length */
[all …]
/titanic_50/usr/src/cmd/ypcmd/
H A Dmakedbm.c115 datum key, content, tmp; local
404 content.dptr = p;
405 content.dsize = strlen(p) - 1; /* erase trailing newline */
417 if (dbm_store(fdb, key, content, 1) != 0) {
420 content.dsize, content.dptr);
428 content.dsize, content.dptr);
557 datum content; local
561 content.dptr = str2;
562 content.dsize = strlen(str2);
563 if (dbm_store(fdb, key, content, 1) != 0) {
[all …]
/titanic_50/usr/src/cmd/gcore/
H A Dgcore.c133 gcore(struct ps_prochandle *P, const char *fname, core_content_t content, in gcore() argument
136 if (Pgcore(P, fname, content) == 0) { in gcore()
159 core_content_t content = CC_CONTENT_DEFAULT; in main() local
173 if (proc_str2content(optarg, &content) != 0) { in main()
175 "content string '%s'\n", pname, optarg); in main()
250 gcore(P, fname, content, &err); in main()
258 (void) core_get_process_content(&content, pid); in main()
260 gcore(P, fname, content, &err); in main()
274 (void) core_get_global_content(&content); in main()
276 gcore(P, fname, content, &err); in main()
[all …]
/titanic_50/usr/src/man/man1/
H A Dgcore.112 \fBgcore\fR [\fB-pgF\fR] [\fB-o\fR \fIfilename\fR] [\fB-c\fR \fIcontent\fR] \fIprocess-id\fR...
28 \fB\fB-c\fR \fIcontent\fR\fR
31 Produces core image files with the specified content. The content description
52 content as configured by \fBcoreadm\fR(1M). The command fails if the user does
74 process-specific content for each process as configured by \fBcoreadm\fR(1M).
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java124 public void content(Vector content) throws IOException { in content() method in ResourceWriter
125 if (content == null) in content()
129 writenl(INDENT_2 + "{\"" + theTag + ".content\","); in content()
131 Enumeration e = content.elements(); in content()
191 theTitle = theTag.content; in read()
195 theSeeAlso = theTag.content; in read()
197 theKeywords = theTag.content; in read()
279 "> Content <" + theContent + ">"); in toString()
289 public final static String tagContent = "CONTENT";
305 String content; field in Tag
[all …]

12345678910>>...32