Symbol: comment
common/dist/zlib/deflate.c
1098
(s->gzhead->comment == Z_NULL ? 0 : 16)
common/dist/zlib/deflate.c
1169
if (s->gzhead->comment != Z_NULL) {
common/dist/zlib/deflate.c
1182
val = s->gzhead->comment[s->gzindex++];
common/dist/zlib/deflate.c
904
str = s->gzhead->comment;
common/dist/zlib/inflate.c
671
state->head->comment != Z_NULL &&
common/dist/zlib/inflate.c
673
state->head->comment[state->length++] = (Bytef)len;
common/dist/zlib/inflate.c
682
state->head->comment = Z_NULL;
common/dist/zlib/test/infcover.c
307
head.comment = out;
common/dist/zlib/zlib.h
130
Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
crypto/dist/ipsec-tools/src/setkey/setkey.c
321
char line[1024], *semicolon, *comment;
crypto/dist/ipsec-tools/src/setkey/setkey.c
341
comment = strchr(rbuf, '#');
crypto/dist/ipsec-tools/src/setkey/setkey.c
342
if (comment)
crypto/dist/ipsec-tools/src/setkey/setkey.c
343
*comment = '\0';
distrib/utils/edlabel/edlabel.c
265
const char *comment;
distrib/utils/edlabel/edlabel.c
277
comment = "disk";
distrib/utils/edlabel/edlabel.c
279
comment = "user";
distrib/utils/edlabel/edlabel.c
282
comment = "root";
distrib/utils/edlabel/edlabel.c
285
comment = "swap";
distrib/utils/edlabel/edlabel.c
291
printf(" %c (%s) ", letter, comment);
lib/libc/nameser/ns_print.c
1067
comment = "unknown RR type";
lib/libc/nameser/ns_print.c
1073
comment = "RR format error";
lib/libc/nameser/ns_print.c
1078
(unsigned)(edata - rdata), rdlen != 0U ? " (" : "", comment);
lib/libc/nameser/ns_print.c
120
const char *comment;
lib/libc/nameser/ns_print.c
953
comment = "unknown IPSECKEY gateway type";
lib/libc/posix1e/acl_from_text.c
197
char *mybuf_p, *line, *cur, *notcomment, *comment, *entry;
lib/libc/posix1e/acl_from_text.c
215
comment = line;
lib/libc/posix1e/acl_from_text.c
216
notcomment = strsep(&comment, "#");
lib/libpam/modules/pam_ssh/pam_ssh.c
107
char *comment;
lib/libpam/modules/pam_ssh/pam_ssh.c
112
comment = NULL;
lib/libpam/modules/pam_ssh/pam_ssh.c
121
r = sshkey_load_private(fn, "", &key, &comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
125
free(comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
129
r = sshkey_load_private(fn, passphrase, &key, &comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
132
if (comment != NULL)
lib/libpam/modules/pam_ssh/pam_ssh.c
133
free(comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
137
openpam_log(PAM_LOG_DEBUG, "loaded '%s' from %s", comment, fn);
lib/libpam/modules/pam_ssh/pam_ssh.c
140
free(comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
144
psk->comment = comment;
lib/libpam/modules/pam_ssh/pam_ssh.c
159
free(psk->comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
388
if (ssh_add_identity(agent_fd, psk->key, psk->comment))
lib/libpam/modules/pam_ssh/pam_ssh.c
390
"added %s to ssh agent", psk->comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
393
"to add %s to ssh agent", psk->comment);
lib/libpam/modules/pam_ssh/pam_ssh.c
70
#define ssh_add_identity(auth, key, comment) \
lib/libpam/modules/pam_ssh/pam_ssh.c
71
ssh_add_identity_constrained(auth, key, comment, 0, 0, NULL, NULL, 0)
lib/libpam/modules/pam_ssh/pam_ssh.c
77
char *comment;
regress/sys/arch/m68k/emuspeed/emuspeed.c
101
t->comment);
regress/sys/arch/m68k/emuspeed/emuspeed.c
44
const char *comment;
regress/sys/arch/m68k/emuspeed/emuspeed.c
88
printf("%12s %s\n", "[unimplemented]", t->comment);
share/examples/refuse/ian/libfetch/http.c
758
int comment, tag;
share/examples/refuse/ian/libfetch/http.c
760
comment = tag = 0;
share/examples/refuse/ian/libfetch/http.c
765
if (comment && *q == '-') {
share/examples/refuse/ian/libfetch/http.c
768
tag = comment = 0;
share/examples/refuse/ian/libfetch/http.c
771
} else if (tag && !comment && *q == '>') {
share/examples/refuse/ian/libfetch/http.c
780
comment = 1;
sys/arch/aarch64/aarch64/disasm.c
790
#define UNDEFINED(pc, insn, comment) \
sys/arch/aarch64/aarch64/disasm.c
791
PRINTF(".insn\t0x%08x\t# %s\n", insn, comment);
sys/arch/aarch64/aarch64/disasm.c
793
#define UNDEFINED(pc, insn, comment) \
sys/arch/mips/sibyte/dev/sbtimer.c
114
comment = " (not system timer)";
sys/arch/mips/sibyte/dev/sbtimer.c
126
comment = " (not system statistics timer)";
sys/arch/mips/sibyte/dev/sbtimer.c
134
aprint_normal("general-purpose timer%s", comment);
sys/arch/mips/sibyte/dev/sbtimer.c
94
const char *comment = "";
tests/lib/libc/regex/t_regex_att.c
405
char *name, *pattern, *input, *matches, *comment;
tests/lib/libc/regex/t_regex_att.c
460
comment = strtok(NULL, sep);
tests/lib/libc/regex/t_regex_att.c
463
if (optional(comment)) {
tests/lib/libc/regex/t_regex_att.c
474
if (unsupported(comment))
tests/lib/libc/regex/t_regex_att.c
529
checkcomment(comment, lineno);
tests/lib/libcurses/director/testlang_parse.y
482
excess(const char *fname, size_t lineno, const char *func, const char *comment,
tests/lib/libcurses/director/testlang_parse.y
495
fname, lineno, func, datalen, comment, dst);
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
267
int comment = /* comment */ (3); /* comment is skipped */
usr.bin/dc/bcode.c
149
{ '#', comment },
usr.bin/dc/bcode.c
94
static void comment(void);
usr.bin/locale/locale.c
129
const char *comment;
usr.bin/locale/locale.c
705
kwinfo[i].comment);
usr.bin/rdist/server.c
1584
comment(nbuf);
usr.bin/rdist/server.c
71
static void comment(char *);
usr.bin/xlint/lint1/func.c
1122
handle_lint_comment(lint_comment comment, int arg)
usr.bin/xlint/lint1/func.c
1124
switch (comment) {
usr.bin/xlint/lint1/lex.c
1256
lint_comment comment;
usr.bin/xlint/lint1/lex.c
1321
if (!seen_end_of_comment && keywtab[i].comment != LC_LINTED)
usr.bin/xlint/lint1/lex.c
1325
handle_lint_comment(keywtab[i].comment, a);