Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/titanic_51/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt109 # comment is an array of strings separated by colons. If comments
111 # readability/sustainability of the file), the preceding comment
112 # must end with a colon. The array starts at 1. (If the comment
124 # comment <= unlimited; if necessary, text continues on a new line
147 comment=1, file descriptor, "so"
151 comment=1, "so", file descriptor:
152 comment="family", so_family:
153 comment="type", so_type
157 comment=1, file descriptor, "Bad so"
161 comment
[all...]
H A Dauditrecord.pl197 my ($note1, $format, $comment, $note2) = @$caseElement;
216 my @comment = split(/\s*:\s*/, $comment);
224 @comment);
343 my ($note1, $format, $comment, $note2) = @$caseElement;
362 my @comment = split(/\s*:\s*/, $comment);
369 @comment);
544 # expanded to their printable form and also paired with a comment if
550 my @comment
[all...]
H A Dmkmsg.pl107 my @comment = split(/\s*:\s*/, ${$case}[2]);
110 my $comment;
111 foreach $comment (@comment) {
112 addToMsgFile($comment);
H A Daudit_record_xml86 my $comment = $entry[4];
89 if (defined $comment && ($comment ne '')) {
92 push @$comments, $comment;
103 $commentStr .= " comment=$_:\n";
/titanic_51/usr/src/lib/libast/common/port/
H A Dastlicense.c88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
229 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) in comment() function
673 comment(&notice, &buf, NiL, 1, 0); in astlicense()
674 comment(&notice, &buf, NiL, 0, 0); in astlicense()
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
693 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
703 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
723 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
725 comment(&notice, &buf, NiL, 0, 0); in astlicense()
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member
1606 comment __PARAM__((Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u), (notice, b, s, n, u)) __OTORP__(Notice_t* notice; register Buffer_t* b; register char* s; register int n; int u;){ in __OTORP__()
2161 comment(&notice, &buf, ((char*)0), 1, 0);
2162 comment(&notice, &buf, ((char*)0), 0, 0);
2168 comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp)->buf,( &tmp)->siz), 0);
2173 comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp)->buf,( &tmp)->siz), 0);
2175 comment( &notice, &buf, "All Rights Reserved",sizeof( "All Rights Reserved")-1, 0);
2181 comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp)->buf,( &tmp)->siz), 0);
2191 comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp)->buf,( &tmp)->siz), 0);
2211 comment(
4969 char comment[4]; global() member
5017 __OTORP__(register char * file;char * comment;) __OTORP__() argument
5043 char* comment = 0; global() local
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c28 * generate a license comment -- see proto(1)
101 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
237 * center and copy comment line s to p
247 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) in comment() function
494 * read the license file and generate a comment in p, length size
807 comment(&notice, &buf, NiL, 1, 0); in astlicense()
808 comment(&notice, &buf, NiL, 0, 0); in astlicense()
814 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
819 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
827 comment( in astlicense()
[all...]
/titanic_51/usr/src/cmd/lp/lib/forms/
H A Drdform.c237 if (formp->comment) in rdform()
238 Free (formp->comment); in rdform()
239 formp->comment = 0; in rdform()
245 * A recognized header ends the comment. in rdform()
264 * (additional) line of the comment. in rdform()
267 if (formp->comment) in rdform()
268 formp->comment = Realloc( in rdform()
269 formp->comment, in rdform()
273 formp->comment = Malloc( in rdform()
276 if (!formp->comment) { in rdform()
[all...]
/titanic_51/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c41 new_share(char *name, char *path, char *comment, int flags) in new_share() argument
48 (void) strlcpy(si.shr_cmnt, comment, SMB_SHARE_CMNT_MAX); in new_share()
59 * name path comment
69 char *name, *path, *comment; in shr_load_file() local
88 comment = ""; in shr_load_file()
92 comment = p; in shr_load_file()
97 new_share(name, path, comment, 0); in shr_load_file()
/titanic_51/usr/src/cmd/genmsg/
H A Dutil.c64 char *comment; member
76 char *comment; member
84 /* comment for messages. */
87 /* comment for set numbers. */
182 if (si->comment && in write_msgfile()
186 si->comment); in write_msgfile()
193 if (si->comment && in write_msgfile()
196 si->comment); in write_msgfile()
215 if (mi->comment) { in write_msgfile()
217 mi->comment); in write_msgfile()
538 char **comment = (mode == MsgCommentMode) add_comment() local
[all...]
/titanic_51/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c232 (const char *)param->share, (const char *)param->comment, in netdfs_s_add()
703 const char *comment = (const char *)param->comment; in netdfs_s_addstdroot() local
713 param->status = dfs_namespace_add(share, comment); in netdfs_s_addstdroot()
766 * Sets the comment for the DFS link/root.
773 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_100()
899 * Sets the comment, state, time-out information, and property flags for the
908 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_105()
1042 void *comment; in netdfs_info_2() local
1045 comment in netdfs_info_2()
1071 void *comment; netdfs_info_3() local
1100 void *comment; netdfs_info_4() local
1133 void *comment; netdfs_info_5() local
1168 void *comment; netdfs_info_6() local
[all...]
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java51 p.setComment("This is a new comment"); in main()
137 String comment = null; in modifyLocal() local
169 comment = p.getComment(); in modifyLocal()
170 if (comment == null) { in modifyLocal()
173 comment = ""; in modifyLocal()
274 (comment == null) && in modifyLocal()
316 (comment == null) && in modifyLocal()
559 if (comment != null) { in modifyLocal()
563 // Use lpadmin so the comment in /etc/printers.conf in modifyLocal()
564 // and /etc/lp/printers/comment sta in modifyLocal()
629 String comment = null; modifyRemote() local
[all...]
H A DNS.c61 "_pmTestAuthToken", NULL, NULL, "new comment", "false"); in main()
73 THOSTNAME, "", "new comment", "true"); in main()
79 THOSTNAME, "", "new comment", "true"); in main()
85 THOSTNAME, "Solaris", "new comment", "true"); in main()
91 THOSTNAME, "", "modified comment", "true"); in main()
280 const char *comment, in _updateoldyp() argument
354 if ((comment != NULL) && (strlen(comment) > 0)) { in _updateoldyp()
356 comment, printer); in _updateoldyp()
389 if ((comment ! in _updateoldyp()
453 _updateldap(const char * action,const char * host,const char * binddn,const char * passwd,const char * printername,const char * printserver,const char * extensions,const char * comment,const char * isdefault) _updateldap() argument
[all...]
H A DDoPrinterNS.c55 const char *comment,
66 const char *comment,
176 const char *comment = NULL; in Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp() local
195 comment = in Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp()
201 extensions, comment, isdefault); in Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp()
233 const char *comment = NULL; in Java_com_sun_admin_pm_server_DoPrinterNS_updateldap() local
261 comment = in Java_com_sun_admin_pm_server_DoPrinterNS_updateldap()
267 printserver, extensions, comment, isdefault); in Java_com_sun_admin_pm_server_DoPrinterNS_updateldap()
H A DDoPrinterNS.java41 String comment, String isdefault); in updateoldyp() argument
45 String comment, String isdefault); in updateldap() argument
77 p.setComment("This is a comment"); in main()
125 String comment = p.getComment(); in setNIS() local
220 Debug.message("SVR: comment=" + comment); in setNIS()
224 printserver, extensions, comment, def); in setNIS()
247 if (comment != null) { in setNIS()
249 "\"" + comment + "\""); in setNIS()
360 String comment in setNS() local
[all...]
H A DDoPrinterAdd.java55 p.setComment("This is a comment"); in main()
121 String comment = p.getComment(); in addLocal() local
240 if ((comment != null) && (!comment.equals(""))) { in addLocal()
247 "-D", comment }; in addLocal()
249 "\"" + comment + "\""; in addLocal()
347 String comment = p.getComment(); in addRemote() local
380 if ((comment != null) && (!comment.equals(""))) { in addRemote()
382 cmd_array[6] = comment; in addRemote()
[all...]
H A DDoPrinterView.java96 String comment = null; in viewRemote() local
149 comment = o.substring(i, j); in viewRemote()
159 p.setComment(comment); in viewRemote()
180 String comment = null; in viewLocal() local
224 comment = getToken(o, "\tDescription:"); in viewLocal()
225 if (comment == null || comment.equals("")) { in viewLocal()
226 comment = null; in viewLocal()
428 p.setComment(comment); in viewLocal()
/titanic_51/usr/src/lib/libc/
H A Dextract-copyright.pl31 my $comment = 0;
38 $comment = 1;
43 if (!$comment) {
63 # We have reached the end of the comment now.
65 $comment = 0;
/titanic_51/usr/src/cmd/sgs/libelf/demo/
H A D00README36 pcom.c print comment: prints the .comment section of an ELF file.
40 acom.c append comment: appends to, or creates a .comment section
44 dcom.c delete comment: deletes a .comment section from an ELF file.
48 tpcom.c threaded print comment: a threaded version of pcom.c.
/titanic_51/usr/src/cmd/gss/gsscred/
H A Dgsscred.c70 *uid = NULL, *comment = NULL, *mech = NULL, in main() local
105 comment = optarg; in main()
128 addUser(userName, nameTypeOID, uid, comment, mech); in main()
158 char comment[MAX_STR_LEN+1], hexBuf[MAX_STR_LEN+MAX_STR_LEN+1], in addUser() local
242 sprintf(comment, "%s, %s", name, mechOidStr); in addUser()
243 commentPtr = comment; in addUser()
297 sprintf(comment, "%s, %s", aUser->pw_name, mechOidStr); in addUser()
300 uidStr, comment, &errDetail); in addUser()
307 comment); in addUser()
401 entryPtr->unix_uid, entryPtr->comment); in listUsers()
[all...]
/titanic_51/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c95 * default comment is null
98 caddr_t comment = 0; variable
176 comment = optarg; in main()
240 printstatusline(char *fn, char *locktype, char *comment) in printstatusline() argument
244 printf("%-20s %-10s %s\n", fn, locktype, comment); in printstatusline()
404 lf.lf_comment = comment; in lockfs()
405 lf.lf_comlen = (comment) ? strlen(comment)+1 : 0; in lockfs()
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm109 my $comment = '';
123 s/#.*//; # remove comment
176 # type: case, comment, note, format
207 push(@case, [$case, $format, $comment, $note]);
216 $case = $note = $comment = $skip = $callName
243 elsif (/^\s*comment\s*=\s*(.*)/i) {
244 $comment .= $1;
245 $lastAttr = chkBslash("comment", \$1);
253 push(@case, [$case, $format, $comment, $note]);
255 $comment
[all...]
/titanic_51/usr/src/tools/scripts/
H A Dwdiff.pl46 print "Usage: $0 [-t title] [-c comment] file1 file2\n";
51 $comment = "";
53 $comment = "<pre>\n" . $opt_c . "\n</pre>\n<hr />";
190 $comment
/titanic_51/usr/src/lib/libpp/common/
H A Dppcomment.c31 ppcomment(char* head, char* comment, char* tail, int line) in ppcomment() argument
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail); in ppcomment()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppcomment.c25 * common preprocessor comment handler
31 ppcomment(char* head, char* comment, char* tail, int line) in ppcomment() argument
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail); in ppcomment()

12345678910>>...12