/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 109 # 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=1, file descriptor, "so": [all …]
|
H A D | auditrecord.pl | 197 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); 550 my @comment = @_; 554 my ($token, $comment); 570 unless(defined($comment[$cmt])) { 575 $comment = gettext('missing comment field'); [all …]
|
H A D | mkmsg.pl | 107 my @comment = split(/\s*:\s*/, ${$case}[2]); 110 my $comment; 111 foreach $comment (@comment) { 112 addToMsgFile($comment);
|
H A D | audit_record_xml | 86 my $comment = $entry[4]; 89 if (defined $comment && ($comment ne '')) { 92 push @$comments, $comment;
|
/titanic_44/usr/src/cmd/ssh/ssh-add/ |
H A D | ssh-add.c | 93 char *comment = NULL; in delete_file() local 96 public = key_load_public(filename, &comment); in delete_file() 103 filename, comment); in delete_file() 110 xfree(comment); in delete_file() 139 char *comment = NULL; in add_file() local 148 private = key_load_private(filename, "", &comment); in add_file() 149 if (comment == NULL) in add_file() 150 comment = xstrdup(filename); in add_file() 158 gettext("Enter passphrase for %.200s: "), comment); in add_file() 163 xfree(comment); in add_file() [all …]
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 88 #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(¬ice, &buf, NiL, 1, 0); in astlicense() 674 comment(¬ice, &buf, NiL, 0, 0); in astlicense() 680 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 685 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 693 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 703 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 723 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense() 725 comment(¬ice, &buf, NiL, 0, 0); in astlicense() [all …]
|
/titanic_44/usr/src/cmd/lp/lib/forms/ |
H A D | rdform.c | 237 if (formp->comment) in rdform() 238 Free (formp->comment); in rdform() 239 formp->comment = 0; 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() 288 strcpy (formp->comment + size, p); in rdform() 298 if (size && formp->comment[size - 1] == '\n') in rdform() [all …]
|
/titanic_44/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_shr.c | 41 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() 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_44/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 437 char *comment = NULL, *cp, *ep, line[16*1024], *fp; in do_fingerprint() local 452 public = key_load_public(identity_file, &comment); in do_fingerprint() 455 printf("%u %s %s\n", key_size(public), fp, comment); in do_fingerprint() 457 xfree(comment); in do_fingerprint() 461 if (comment) { in do_fingerprint() 462 xfree(comment); in do_fingerprint() 463 comment = NULL; in do_fingerprint() 490 comment = cp; in do_fingerprint() 513 comment = *cp ? cp : comment; in do_fingerprint() 516 comment ? comment : gettext("no comment")); in do_fingerprint() [all …]
|
/titanic_44/usr/src/cmd/genmsg/ |
H A D | util.c | 64 char *comment; member 76 char *comment; member 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() 235 if (mi->comment) { in write_msgfile() 237 mi->comment); in write_msgfile() [all …]
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netdfs.c | 232 (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() 773 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_100() 908 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_105() 1042 void *comment; in netdfs_info_2() local 1045 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_2() 1047 if (entry_path == NULL || comment == NULL) in netdfs_info_2() 1051 info2->comment = comment; in netdfs_info_2() 1071 void *comment; in netdfs_info_3() local [all …]
|
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterMod.java | 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() 568 comment, "-p", printername }; in modifyLocal() 570 "\"" + comment + "\"" + " -p " + printername; in modifyLocal() 583 if (comment.equals("")) { in modifyLocal() [all …]
|
H A D | NS.c | 280 const char *comment, in _updateoldyp() argument 354 if ((comment != NULL) && (strlen(comment) > 0)) { in _updateoldyp() 356 comment, printer); in _updateoldyp() 389 if ((comment != NULL) && (strlen(comment) > 0)) { in _updateoldyp() 390 ns_set_value_from_string("description", comment, printer); in _updateoldyp() 453 const char *comment, in _updateldap() argument 577 if ((comment != NULL) && (strlen(comment) > 0)) { in _updateldap() 579 strlen(comment) + 4); in _updateldap() 584 sprintf(item, "%s=%s", "description", comment); in _updateldap() 647 if ((comment != NULL) && (strlen(comment) > 0)) { in _updateldap() [all …]
|
H A D | DoPrinterNS.c | 55 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 D | DoPrinterNS.java | 41 String comment, String isdefault); in updateoldyp() argument 45 String comment, String isdefault); in updateldap() argument 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 = p.getComment(); in setNS() local 416 Debug.message("SVR: comment=" + comment); in setNS() 420 printername, printserver, extensions, comment, in setNS() [all …]
|
H A D | DoPrinterAdd.java | 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() 392 cmd = cmd.concat("\"" + comment + "\""); in addRemote()
|
H A D | DoPrinterView.java | 96 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_44/usr/src/cmd/ssh/libssh/common/ |
H A D | authfd.c | 303 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() argument 307 return ssh_get_next_identity(auth, comment, version); in ssh_get_first_identity() 312 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity() argument 333 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity() 340 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity() 457 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment) in ssh_encode_identity_rsa1() argument 467 buffer_put_cstring(b, comment); in ssh_encode_identity_rsa1() 471 ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) in ssh_encode_identity_ssh2() argument 491 buffer_put_cstring(b, comment); in ssh_encode_identity_ssh2() 501 const char *comment, u_int life) in ssh_add_identity_constrained() argument [all …]
|
/titanic_44/usr/src/lib/libc/ |
H A D | extract-copyright.pl | 31 my $comment = 0; 38 $comment = 1; 43 if (!$comment) { 65 $comment = 0;
|
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 36 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_44/usr/src/cmd/gss/gsscred/ |
H A D | gsscred.c | 70 *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_44/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 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_44/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/ |
H A D | _BSMparse.pm | 109 my $comment = ''; 207 push(@case, [$case, $format, $comment, $note]); 216 $case = $note = $comment = $skip = $callName 243 elsif (/^\s*comment\s*=\s*(.*)/i) { 244 $comment .= $1; 253 push(@case, [$case, $format, $comment, $note]); 255 $comment = $note = ''; 264 push(@case, [$case, $format, $comment, $note]);
|
/titanic_44/usr/src/tools/scripts/ |
H A D | wdiff.pl | 51 $comment = ""; 53 $comment = "<pre>\n" . $opt_c . "\n</pre>\n<hr />"; 190 $comment
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppcomment.c | 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()
|