Searched refs:comment (Results 76 - 100 of 704) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/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) function
494 * read the license file and generate a comment in p, length size
807 comment(&notice, &buf, NiL, 1, 0);
808 comment(&notice, &buf, NiL, 0, 0);
814 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
819 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
827 comment(
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/legacy/
H A Dlegacy.cpp39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { argument
40 fprintf (stdout, "%s\n", comment);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { argument
52 fprintf(stdout, "%s\n", comment);
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dread.h49 struct UString *comment,
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_6/Regress/
H A Dregress-309242.js39 var summary = 'E4X should be on by default while preserving comment hack';
48 <!-- and --> should begin comment to end of line
55 <!-- comment -->; actual = false;
57 reportCompare(expect, actual, summary + ': &lt;!-- is comment to end of line');
66 reportCompare(expect, actual, summary + ': comment hack works inside script');
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon3661
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon4096
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon4218
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon4340
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/CoreFoundation/
H A D_static.py78 def CFCopyLocalizedString(key, comment):
81 def CFCopyLocalizedStringFromTable(key, tbl, comment):
84 def CFCopyLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
87 def CFCopyLocalizedStringWithDefaultValue(key, tbl, bundle, value, comment):
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_comment.rb12 <!-- comment end with hyphen -
21 assert_equal([" comment end with hyphen -\n here "],
/macosx-10.10/vim-55/runtime/ftplugin/
H A Drpl.vim15 " Set 'formatoptions' to break comment lines but not other lines,
16 " and insert the comment leader when hitting <CR> or using "o".
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_ruby.rb24 @comment = RDoc::Comment.new '', @top_level
51 comment = p.collect_first_comment
53 assert_equal RDoc::Comment.new("# first\n", @top_level), comment
68 comment = p.collect_first_comment
70 assert_equal Encoding::CP852, comment.text.encoding
169 comment = RDoc::Comment.new "# :attr: my_attr\n", @top_level
171 @parser.look_for_directives_in @top_level, comment
173 assert_equal "# :attr: my_attr\n", comment.text
175 comment = RDoc::Comment.new "# :attr_reader: my_method\n", @top_level
177 @parser.look_for_directives_in @top_level, comment
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-31255.js38 * SUMMARY: JS should treat --> as a single-line comment indicator.
44 * Note: <!--, --> are the HTML multi-line comment opener, closer.
45 * JS already accepted <!-- as a single-line comment indicator.
51 var summary = 'JS should treat --> as a single-line comment indicator';
60 <!-- HTML comment start is already a single-line JS comment indicator
68 --> HTML comment end is JS comments until end-of-line
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp37 printf(" -c comment\n");
429 char **comment) // returned
497 /* comment string: 4-byte length and the string w/o NULL */
507 *comment = (char *)malloc(commentLen + 1);
508 memmove(*comment, cp, commentLen);
509 (*comment)[commentLen] = '\0';
585 char **comment) // returned
590 *comment = NULL;
641 /* no comment; we're done */
650 *comment
424 decodeSSH1RSAPrivKey( const unsigned char *key, unsigned keyLen, char *password, RSA *rsa, char **comment) argument
581 decodeSSH1RSAPubKey( const unsigned char *key, unsigned keyLen, RSA *rsa, char **comment) argument
664 encodeSSH1RSAPrivKey( RSA *rsa, const char *password, const char *comment, unsigned char **outKey, unsigned *outKeyLen) argument
764 encodeSSH1RSAPubKey( RSA *rsa, const char *comment, unsigned char **outKey, unsigned *outKeyLen) argument
820 parseSSH2PubKey( const unsigned char *key, unsigned keyLen, const char *header, unsigned char **decodedBlob, unsigned *decodedBlobLen, char **comment) argument
889 decodeSSH2RSAPubKey( const unsigned char *key, unsigned keyLen, RSA *rsa, char **comment) argument
954 decodeSSH2DSAPubKey( const unsigned char *key, unsigned keyLen, DSA *dsa, char **comment) argument
1033 encodeSSH2RSAPubKey( RSA *rsa, const char *comment, unsigned char **outKey, unsigned *outKeyLen) argument
1096 encodeSSH2DSAPubKey( DSA *dsa, const char *comment, unsigned char **outKey, unsigned *outKeyLen) argument
1271 char *comment = NULL; local
[all...]
/macosx-10.10/WebCore-7600.1.25/
H A Dextract-localizable-strings.pl131 my $comment;
142 # Handle continued multi-line comment.
186 } elsif (!defined $comment) {
188 $comment = $string;
224 $_ = ""; # If the comment doesn't end, discard the result of the line and set flag
246 $comment = undef;
257 HandleUIString($UIString, $key, $comment, $file, $macroLine);
310 my ($string, $key, $comment, $file, $line) = @_;
323 $comment = UnescapeHexSequence($comment);
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dtask.rb26 attr_reader :comment
28 # Full text of the (possibly multi-line) comment.
77 @comment = nil
145 @comment = nil
245 # argument list (enclosed brackets) and an optional comment.
248 comment = description.strip
249 add_comment(comment) if comment && ! comment.empty?
252 # Writing to the comment attribut
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportOpenSSH.cpp77 /* obtain comment as the n'th whitespace-delimited field */
163 const char *comment) // optional, from key
166 if(comment) {
167 /* append ": <comment>" */
168 totalLen += strlen(comment);
172 if(comment) {
173 snprintf(rtnStr, totalLen, "%s: %s", header, comment);
183 /* obtain comment from OpenSSHv2 public key */
194 * optional comment
197 char *comment local
161 genPrintName( const char *header, const char *comment) argument
221 char *comment = commentAsNthField(key, keyLen, 4); local
280 char *comment = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportOpenSSH.cpp77 /* obtain comment as the n'th whitespace-delimited field */
163 const char *comment) // optional, from key
166 if(comment) {
167 /* append ": <comment>" */
168 totalLen += strlen(comment);
172 if(comment) {
173 snprintf(rtnStr, totalLen, "%s: %s", header, comment);
183 /* obtain comment from OpenSSHv2 public key */
194 * optional comment
197 char *comment local
161 genPrintName( const char *header, const char *comment) argument
221 char *comment = commentAsNthField(key, keyLen, 4); local
280 char *comment = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportOpenSSH.cpp77 /* obtain comment as the n'th whitespace-delimited field */
163 const char *comment) // optional, from key
166 if(comment) {
167 /* append ": <comment>" */
168 totalLen += strlen(comment);
172 if(comment) {
173 snprintf(rtnStr, totalLen, "%s: %s", header, comment);
183 /* obtain comment from OpenSSHv2 public key */
194 * optional comment
197 char *comment local
161 genPrintName( const char *header, const char *comment) argument
221 char *comment = commentAsNthField(key, keyLen, 4); local
280 char *comment = NULL; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dcookie.rb51 # The cookie comment
53 attr_accessor :comment
70 @domain = @path = @secure = @comment = @max_age =
100 ret << "; " << "Comment=" << @comment if @comment
154 when "comment" then cookie.comment = value
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Davr-dis.c48 char *buf, char *comment, int regs, int *sym, bfd_vma *sym_addr)
110 sprintf (comment, _("undefined"));
120 sprintf (comment, _("undefined"));
136 sprintf (comment, "0x%02x", x);
147 sprintf (comment, "0x");
157 sprintf (comment, "0x");
167 sprintf (comment, "0x");
177 sprintf (comment, "%d", ((insn & 0xf00) >> 4) | (insn & 0xf));
192 sprintf (comment, "%d", x);
211 sprintf (comment, "
47 avr_operand(unsigned int insn, unsigned int insn2, unsigned int pc, int constraint, char *buf, char *comment, int regs, int *sym, bfd_vma *sym_addr) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/lib/
H A DgenerateErrStrings.pl75 # Style A has the comment after the comment. Style has the comment before the value,
76 # and Style C has no comment. In cases where both Style A and B apply, the
77 # comment at the end of the line is used.
90 # C++ style comments are not supported. Double quotes in a comment are hardened with
183 # Now look for trailing comment. We only consider them
202 # Leading comment, id, trailing comment
203 # To aid localizers, we will not output a line with no comment
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dany_method.rb65 method.comment = an_alias.comment
97 [a.name, parse(a.comment)]
105 parse(@comment),
143 @comment = array[5]
154 array[8].each do |new_name, comment|
155 add_alias RDoc::Alias.new(nil, @name, new_name, comment, @singleton)
/macosx-10.10/apache-793/httpd/support/
H A Ddbmmanage.in21 # usage: dbmmanage <DBMfile> <command> <user> <password> <groups> <comment>
33 Usage: dbmmanage [enc] dbname command [username [pw [group[,group] [comment]]]]
45 groups or comment of . (or blank) for update command retains old values
46 groups or comment of - for update command clears the existing value
47 groups or comment of - for add and adduser commands is the empty value
144 my($file,$command,$key,$crypted_pwd,$groups,$comment) = @ARGV;
248 $comment = (split /:/, $DB{$key}, 3)[2] if !$comment || $comment eq '.';
263 $comment
[all...]
/macosx-10.10/ksh-23/ksh/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 in struct:ppglobals
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;){
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]; member in struct:Sufcom_s
5017 __OTORP__(register char* file; char* comment;) argument
5043 char* comment = 0; local
[all...]

Completed in 519 milliseconds

1234567891011>>