Home
last modified time | relevance | path

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

12345678910>>...36

/NextBSD/usr.bin/m4/tests/
HDcomments.m45 define(`comment', `COMMENT')dnl macro
7 # this is a comment
8 >> this is a comment
9 p this is a comment
10 p this is a comment q comment too
14 # this is a comment
15 >> this is a comment
16 p this is a comment
17 p this is a comment q comment too
21 # this is a comment
[all …]
HDregress.comments.out2 # this is a comment
9 >> this is a comment
34 p this is a comment
35 p this is a comment q COMMENT too
40 p this is a comment
41 p this is a comment q comment too
44 # this is a comment
/NextBSD/contrib/gcc/
HDdwarf2asm.c69 const char *comment, ...) in dw2_asm_output_data() argument
74 va_start (ap, comment); in dw2_asm_output_data()
84 if (flag_debug_asm && comment) in dw2_asm_output_data()
87 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data()
102 const char *comment, ...) in dw2_asm_output_delta() argument
106 va_start (ap, comment); in dw2_asm_output_delta()
116 if (flag_debug_asm && comment) in dw2_asm_output_delta()
119 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta()
136 const char *comment, ...) in dw2_asm_output_offset() argument
140 va_start (ap, comment); in dw2_asm_output_offset()
[all …]
/NextBSD/sbin/ffsinfo/
HDffsinfo.c347 char comment[80]; in dump_whole_ufs1_inode() local
365 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode); in dump_whole_ufs1_inode()
368 comment, in dump_whole_ufs1_inode()
389 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0", in dump_whole_ufs1_inode()
392 comment, in dump_whole_ufs1_inode()
405 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1", in dump_whole_ufs1_inode()
408 comment, in dump_whole_ufs1_inode()
419 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
423 comment, in dump_whole_ufs1_inode()
437 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2", in dump_whole_ufs1_inode()
[all …]
/NextBSD/crypto/openssh/
HDssh-add.c103 char *certpath = NULL, *comment = NULL; in delete_file() local
106 public = key_load_public(filename, &comment); in delete_file()
112 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment); in delete_file()
121 free(comment); in delete_file()
122 comment = NULL; in delete_file()
124 if ((cert = key_load_public(certpath, &comment)) == NULL) in delete_file()
132 comment); in delete_file()
143 free(comment); in delete_file()
171 char *comment = NULL; in add_file() local
204 private = key_parse_private(&keyblob, filename, "", &comment); in add_file()
[all …]
HDssh-keygen.c286 char comment[61]; in do_convert_to_ssh2() local
297 snprintf(comment, sizeof(comment), in do_convert_to_ssh2()
303 fprintf(stdout, "Comment: \"%s\"\n", comment); in do_convert_to_ssh2()
786 char *comment = NULL, *cp, *ep, line[16*1024], *fp, *ra; in do_fingerprint() local
801 public = key_load_public(identity_file, &comment); in do_fingerprint()
805 printf("%u %s %s (%s)\n", key_size(public), fp, comment, in do_fingerprint()
810 free(comment); in do_fingerprint()
815 if (comment) { in do_fingerprint()
816 free(comment); in do_fingerprint()
817 comment = NULL; in do_fingerprint()
[all …]
HDauthfd.c305 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() argument
309 return ssh_get_next_identity(auth, comment, version); in ssh_get_first_identity()
314 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity() argument
336 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity()
344 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity()
461 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment) in ssh_encode_identity_rsa1() argument
471 buffer_put_cstring(b, comment); in ssh_encode_identity_rsa1()
475 ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment) in ssh_encode_identity_ssh2() argument
478 buffer_put_cstring(b, comment); in ssh_encode_identity_ssh2()
488 const char *comment, u_int life, u_int confirm) in ssh_add_identity_constrained() argument
[all …]
/NextBSD/contrib/tcsh/
HDhost.defs244 comment : Intel Paragon running OSF/1
253 comment : Amiga running Amix 2.02
262 comment : celerity Accel
271 comment : digital vax or alpha running vms posix
281 comment : Hewlett Packard running OSF/1
291 comment : Hewlett Packard running MORE/bsd
304 comment : Hewlett Packard running HP/UX
320 comment : Hewlett Packard apollo running Domain/OS
329 comment : Sun Microsystems series 2 workstation (68010 based)
330 comment : Sun Microsystems series 3 workstation (68020 based)
[all …]
/NextBSD/crypto/openssl/crypto/bf/asm/
HDbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Round $i");
[all …]
HDbf-586.pl31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Round ".sprintf("%d",$i-1));
[all …]
/NextBSD/crypto/openssl/crypto/bn/asm/
HDbn-586.pl138 &comment("");
163 &comment("Round $i");
175 &comment("");
190 &comment("Tail Round $i");
254 &comment("");
275 &comment("Round $i");
288 &comment("");
304 &comment("Tail Round $i");
360 &comment("");
375 &comment("Round $i");
[all …]
HDco-586.pl23 &comment("mul a[$ai]*b[$bi]");
51 &comment("sqr a[$ai]*a[$bi]");
80 &comment("sqr a[$ai]*a[$bi]");
144 &comment("################## Calculate word $i");
170 &comment("saved r[$i]");
184 &comment("save r[$i]");
233 &comment("############### Calculate word $i");
266 &comment("saved r[$i]");
/NextBSD/crypto/openssl/crypto/des/asm/
HDdes-586.pl53 &comment("");
55 &comment("");
67 &comment("Round $i");
69 &comment("Round ".sprintf("%d",$i+1));
90 &comment("");
92 &comment("");
104 &comment("Round $i");
106 &comment("Round ".sprintf("%d",$i-1));
125 &comment("");
126 &comment("Load the 2 words");
[all …]
HDdesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
HDcrypt586.pl28 &comment("");
29 &comment("Load the 2 words");
48 &comment("");
49 &comment("Round $i");
52 &comment("");
53 &comment("Round ".sprintf("%d",$i+1));
64 &comment("");
65 &comment("FP");
158 &comment("");
/NextBSD/lib/libpam/modules/pam_ssh/
HDpam_ssh.c65 #define ssh_add_identity(auth, key, comment) \ argument
66 ssh_add_identity_constrained(auth, key, comment, 0, 0)
72 char *comment; member
101 char *comment; in pam_ssh_load_key() local
106 comment = NULL; in pam_ssh_load_key()
115 key = key_load_private(fn, "", &comment); in pam_ssh_load_key()
121 key = key_load_private(fn, passphrase, &comment); in pam_ssh_load_key()
127 openpam_log(PAM_LOG_DEBUG, "loaded '%s' from %s", comment, fn); in pam_ssh_load_key()
130 free(comment); in pam_ssh_load_key()
134 psk->comment = comment; in pam_ssh_load_key()
[all …]
/NextBSD/sbin/growfs/
HDdebug.c100 dbg_dump_hex(struct fs *sb, const char *comment, unsigned char *mem) in dbg_dump_hex() argument
108 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)mem, comment); in dbg_dump_hex()
128 dbg_dump_fs(struct fs *sb, const char *comment) in dbg_dump_fs() argument
136 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)sb, comment); in dbg_dump_fs()
351 dbg_dump_cg(const char *comment, struct cg *cgr) in dbg_dump_cg() argument
359 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cgr, comment); in dbg_dump_cg()
404 dbg_dump_csum(const char *comment, struct csum *cs) in dbg_dump_csum() argument
411 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment); in dbg_dump_csum()
429 dbg_dump_csum_total(const char *comment, struct csum_total *cs) in dbg_dump_csum_total() argument
436 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment); in dbg_dump_csum_total()
[all …]
/NextBSD/contrib/subversion/subversion/svn/
HDlock-cmd.c45 get_comment(const char **comment, svn_client_ctx_t *ctx, in get_comment() argument
70 *comment = NULL; in get_comment()
78 *comment = comment_string->data; in get_comment()
92 const char *comment; in svn_cl__lock() local
105 SVN_ERR(get_comment(&comment, ctx, opt_state, pool)); in svn_cl__lock()
109 return svn_client_lock(targets, comment, opt_state->force, ctx, pool); in svn_cl__lock()
/NextBSD/contrib/bmake/unit-tests/
HDcomment.mk7 Multiline comment
22 @echo comment testing done
25 @echo comment testing start
31 @echo This is how a comment looks: '# comment'
/NextBSD/crypto/openssl/crypto/md5/asm/
HDmd5-586.pl52 &comment("R0 $ki");
75 &comment("R1 $ki");
101 &comment("R2 $ki");
119 &comment("R2 $ki");
145 &comment("R3 $ki");
198 &comment("");
199 &comment("R0 section");
218 &comment("");
219 &comment("R1 section");
237 &comment("");
[all …]
/NextBSD/usr.bin/indent/
HDargs.c194 int comment, i; in scan_profile() local
200 comment = 0; in scan_profile()
202 if (i == '*' && !comment && p > buf && p[-1] == '/') { in scan_profile()
203 comment = p - buf; in scan_profile()
205 } else if (i == '/' && comment && p > buf && p[-1] == '*') { in scan_profile()
206 p = buf + comment - 1; in scan_profile()
207 comment = 0; in scan_profile()
209 if (p > buf && !comment) in scan_profile()
/NextBSD/contrib/gcclibs/libiberty/
HDobstacks.texi42 @comment obstack.h
43 @comment GNU
114 @comment obstack.h
115 @comment GNU
144 @comment obstack.h
145 @comment GNU
169 @comment obstack.h
170 @comment GNU
203 @comment obstack.h
204 @comment GNU
[all …]
/NextBSD/contrib/binutils/libiberty/
HDobstacks.texi42 @comment obstack.h
43 @comment GNU
114 @comment obstack.h
115 @comment GNU
144 @comment obstack.h
145 @comment GNU
169 @comment obstack.h
170 @comment GNU
203 @comment obstack.h
204 @comment GNU
[all …]
/NextBSD/crypto/openssl/crypto/bn/asm/x86/
HDcomba.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]");
HDsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");

12345678910>>...36