Searched refs:comment (Results 1 - 25 of 133) sorted by relevance

123456

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcomment.c25 * common preprocessor comment handler
31 ppcomment(char* head, char* comment, char* tail, int line) argument
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail);
/illumos-gate/usr/src/lib/libc/
H A Dextract-copyright.pl32 my $comment = 0;
39 $comment = 1;
44 if (!$comment) {
64 # We have reached the end of the comment now.
66 $comment = 0;
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c55 if (pf->comment)
56 Free (pf->comment);
H A Drdform.c237 if (formp->comment)
238 Free (formp->comment);
239 formp->comment = 0;
245 * A recognized header ends the comment.
264 * (additional) line of the comment.
267 if (formp->comment)
268 formp->comment = Realloc(
269 formp->comment,
273 formp->comment = Malloc(
276 if (!formp->comment) {
[all...]
H A Dllib-llpfrm46 char * comment;
H A Dwrform.c111 if ((cp = formp->comment) && *cp) {
157 * Write out comment to a separate file (?)
167 if (formp->comment) {
168 if (dumpstring(path, formp->comment) == -1) {
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c41 new_share(char *name, char *path, char *comment, int flags) argument
48 (void) strlcpy(si.shr_cmnt, comment, SMB_SHARE_CMNT_MAX);
59 * name path comment
69 char *name, *path, *comment; local
88 comment = "";
92 comment = p;
97 new_share(name, path, comment, 0);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dpwd.h53 struct comment { struct
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deft.h55 char comment[EFT_HDR_MAXCOMMENT]; member in struct:eftheader
/illumos-gate/usr/src/cmd/auditrecord/
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";
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...]
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.h58 char *comment; member in struct:GssCredEntry_t
76 const char *comment, char **errDetails);
H A Dgsscred.c70 *uid = NULL, *comment = NULL, *mech = NULL, local
105 comment = optarg;
128 addUser(userName, nameTypeOID, uid, comment, mech);
158 char comment[MAX_STR_LEN+1], hexBuf[MAX_STR_LEN+MAX_STR_LEN+1], local
242 sprintf(comment, "%s, %s", name, mechOidStr);
243 commentPtr = comment;
297 sprintf(comment, "%s, %s", aUser->pw_name, mechOidStr);
300 uidStr, comment, &errDetail);
307 comment);
401 entryPtr->unix_uid, entryPtr->comment);
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c28 * generate a license comment -- see proto(1)
88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
219 * center and copy comment line s to p
229 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) function
373 * read the license file and generate a comment in p, length size
673 comment(&notice, &buf, NiL, 1, 0);
674 comment(&notice, &buf, NiL, 0, 0);
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
693 comment(
[all...]
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dpwd.h74 struct comment { struct
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh133 typeset tagtype="comment"
176 # did we read the comment completely ?
240 typeset comment=""
247 comment+="${line#\#}${ch.newline}"
249 if [[ "$comment" != "" ]] ; then
250 comment_array[ca++]="${comment}"
251 comment=""
276 typeset comment=""
283 comment+="${line#~(El)\.*\\\"}${ch.newline}"
285 if [[ "$comment" !
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterNS.c55 const char *comment,
66 const char *comment,
176 const char *comment = NULL; local
195 comment =
201 extensions, comment, isdefault);
233 const char *comment = NULL; local
261 comment =
267 printserver, extensions, comment, isdefault);
H A DDoPrinterMod.java51 p.setComment("This is a new comment");
137 String comment = null;
169 comment = p.getComment();
170 if (comment == null) {
173 comment = "";
274 (comment == null) &&
316 (comment == null) &&
559 if (comment != null) {
563 // Use lpadmin so the comment in /etc/printers.conf
564 // and /etc/lp/printers/comment sta
[all...]
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h104 * comment Comment flag, TRUE if record is a comment
117 int comment; /* Comment flag */ member in struct:devtabent
151 * comment Comment flag, TRUE if record is a comment
161 int comment; /* TRUE if a comment record */ member in struct:dgrptabent
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c64 char *comment; member in struct:_SetID
76 char *comment; member in struct:_MsgID
84 /* comment for messages. */
87 /* comment for set numbers. */
182 if (si->comment &&
186 si->comment);
193 if (si->comment &&
196 si->comment);
215 if (mi->comment) {
217 mi->comment);
538 char **comment = (mode == MsgCommentMode) local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c95 * default comment is null
98 caddr_t comment = 0; variable
176 comment = optarg;
240 printstatusline(char *fn, char *locktype, char *comment) argument
244 printf("%-20s %-10s %s\n", fn, locktype, comment);
404 lf.lf_comment = comment;
405 lf.lf_comlen = (comment) ? strlen(comment)+1 : 0;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c30 * either modify an existing .comment section and/or append
31 * a new .comment section to an existing ELF file.
43 static const char *CommentStr = ".comment";
46 update_comment(Elf *elf, const char *file, const char *comment) argument
62 * to see if it is a ".comment" section. If it is then
78 (void) printf("%s has no .comment section. "
81 * First add the ".comment" string to the string table
104 * Add the ".comment" section to the end of the file.
133 (void) printf("%s: .comment section is part of a "
143 data->d_buf = (void *)comment;
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c41 process_line(char *line, char **key, char **value, char **comment) argument
47 *comment = NULL;
54 * *key: value/comment
56 * *key value/comment: data
66 * *key value/comment: data
80 *comment = ptr;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c232 (const char *)param->share, (const char *)param->comment,
703 const char *comment = (const char *)param->comment; local
713 param->status = dfs_namespace_add(share, comment);
766 * Sets the comment for the DFS link/root.
773 char *cmnt = (char *)netinfo->comment;
899 * Sets the comment, state, time-out information, and property flags for the
908 char *cmnt = (char *)netinfo->comment;
1042 void *comment; local
1045 comment
1071 void *comment; local
1100 void *comment; local
1133 void *comment; local
1168 void *comment; local
[all...]

Completed in 531 milliseconds

123456