comment
(s->gzhead->comment == Z_NULL ? 0 : 16)
if (s->gzhead->comment != Z_NULL) {
val = s->gzhead->comment[s->gzindex++];
str = s->gzhead->comment;
state->head->comment != Z_NULL &&
state->head->comment[state->length++] = (Bytef)len;
state->head->comment = Z_NULL;
head.comment = out;
Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
char line[1024], *semicolon, *comment;
comment = strchr(rbuf, '#');
if (comment)
*comment = '\0';
const char *comment;
comment = "disk";
comment = "user";
comment = "root";
comment = "swap";
printf(" %c (%s) ", letter, comment);
comment = "unknown RR type";
comment = "RR format error";
(unsigned)(edata - rdata), rdlen != 0U ? " (" : "", comment);
const char *comment;
comment = "unknown IPSECKEY gateway type";
char *mybuf_p, *line, *cur, *notcomment, *comment, *entry;
comment = line;
notcomment = strsep(&comment, "#");
char *comment;
comment = NULL;
r = sshkey_load_private(fn, "", &key, &comment);
free(comment);
r = sshkey_load_private(fn, passphrase, &key, &comment);
if (comment != NULL)
free(comment);
openpam_log(PAM_LOG_DEBUG, "loaded '%s' from %s", comment, fn);
free(comment);
psk->comment = comment;
free(psk->comment);
if (ssh_add_identity(agent_fd, psk->key, psk->comment))
"added %s to ssh agent", psk->comment);
"to add %s to ssh agent", psk->comment);
#define ssh_add_identity(auth, key, comment) \
ssh_add_identity_constrained(auth, key, comment, 0, 0, NULL, NULL, 0)
char *comment;
t->comment);
const char *comment;
printf("%12s %s\n", "[unimplemented]", t->comment);
int comment, tag;
comment = tag = 0;
if (comment && *q == '-') {
tag = comment = 0;
} else if (tag && !comment && *q == '>') {
comment = 1;
#define UNDEFINED(pc, insn, comment) \
PRINTF(".insn\t0x%08x\t# %s\n", insn, comment);
#define UNDEFINED(pc, insn, comment) \
comment = " (not system timer)";
comment = " (not system statistics timer)";
aprint_normal("general-purpose timer%s", comment);
const char *comment = "";
char *name, *pattern, *input, *matches, *comment;
comment = strtok(NULL, sep);
if (optional(comment)) {
if (unsupported(comment))
checkcomment(comment, lineno);
excess(const char *fname, size_t lineno, const char *func, const char *comment,
fname, lineno, func, datalen, comment, dst);
int comment = /* comment */ (3); /* comment is skipped */
{ '#', comment },
static void comment(void);
const char *comment;
kwinfo[i].comment);
comment(nbuf);
static void comment(char *);
handle_lint_comment(lint_comment comment, int arg)
switch (comment) {
lint_comment comment;
if (!seen_end_of_comment && keywtab[i].comment != LC_LINTED)
handle_lint_comment(keywtab[i].comment, a);