Searched refs:comment (Results 26 - 50 of 210) sorted by relevance

123456789

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dpwd.h74 struct comment { struct
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/forms/
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) {
/opensolaris-onvv-gate/usr/src/cmd/auditrecord/
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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DCheckIn20 # SCCS comment, perl versions.
77 print("#!/bin/ksh\n\nunalias rm\ntypeset -r comment=$Comment\n",
90 "sccs create $f -y\"\$comment\" )\n");
99 "sccs create $f -y\"\$comment\" )\n");
110 "sccs create $f -y\"\$comment\" )\n");
126 print("( cd $ver_dst/distrib && sccs create MANIFEST -y\"\$comment\" )\n");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/asm/
H A Dcrypt586.pl27 &comment("");
28 &comment("Load the 2 words");
47 &comment("");
48 &comment("Round $i");
51 &comment("");
52 &comment("Round ".sprintf("%d",$i+1));
63 &comment("");
64 &comment("FP");
157 &comment("");
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c48 * Flag indicating that we just want to change the comment. This can be set
76 /* This is set to the new comment if given on the command line. */
437 char *comment = NULL, *cp, *ep, line[16*1024], *fp; local
452 public = key_load_public(identity_file, &comment);
455 printf("%u %s %s\n", key_size(public), fp, comment);
457 xfree(comment);
461 if (comment) {
462 xfree(comment);
463 comment = NULL;
482 /* Skip leading whitespace, empty and comment line
733 char *comment; local
816 char new_comment[1024], *comment, *passphrase; local
944 char dotsshdir[MAXPATHLEN], comment[1024], *passphrase1, *passphrase2; local
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/
H A Dco-586.pl22 &comment("mul a[$ai]*b[$bi]");
50 &comment("sqr a[$ai]*a[$bi]");
79 &comment("sqr a[$ai]*a[$bi]");
143 &comment("################## Calculate word $i");
169 &comment("saved r[$i]");
183 &comment("save r[$i]");
232 &comment("############### Calculate word $i");
265 &comment("saved r[$i]");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/asm/x86/
H A Dcomba.pl11 &comment("mul a[$ai]*b[$bi]");
39 &comment("sqr a[$ai]*a[$bi]");
68 &comment("sqr a[$ai]*a[$bi]");
132 &comment("################## Calculate word $i");
158 &comment("saved r[$i]");
172 &comment("save r[$i]");
221 &comment("############### Calculate word $i");
254 &comment("saved r[$i]");
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DDhcpClientRecord.java68 private String comment; field in class:DhcpClientRecord
80 macro = comment = null;
104 * @param comment User notes on this record
108 String comment) throws ValidationException {
111 comment, DEFAULT_SIGNATURE);
122 * @param comment User notes on this record
127 String comment, String signature)
135 this.comment = comment;
156 newrec.comment
106 DhcpClientRecord(String clientId, String flags, String clientIP, String serverIP, String expiration, String macro, String comment) argument
125 DhcpClientRecord(String clientId, String flags, String clientIP, String serverIP, String expiration, String macro, String comment, String signature) argument
573 setComment(String comment) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c303 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) argument
307 return ssh_get_next_identity(auth, comment, version);
312 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) argument
333 *comment = buffer_get_string(&auth->identities, NULL);
340 *comment = buffer_get_string(&auth->identities, NULL);
457 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment) argument
467 buffer_put_cstring(b, comment);
471 ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) argument
491 buffer_put_cstring(b, comment);
501 const char *comment, u_in
500 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life) argument
545 ssh_add_identity(AuthenticationConnection *auth, Key *key, const char *comment) argument
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/gss/gsscred/
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...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/md5/asm/
H A Dmd5-586.pl51 &comment("R0 $ki");
74 &comment("R1 $ki");
100 &comment("R2 $ki");
118 &comment("R2 $ki");
144 &comment("R3 $ki");
197 &comment("");
198 &comment("R0 section");
217 &comment("");
218 &comment("R1 section");
236 &comment("");
[all...]
/opensolaris-onvv-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;
/opensolaris-onvv-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;
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c71 const char *comment)
94 if (comment != NULL)
95 (void) strlcpy(retval->dn_comment, comment,
69 alloc_dnrec(const uchar_t *cid, uchar_t cid_len, uchar_t flags, struct in_addr cip, struct in_addr sip, lease_t lease, const char *macro, const char *comment) argument
/opensolaris-onvv-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 171 milliseconds

123456789