HomeSort by: relevance | last modified time | path
    Searched defs:comment (Results 1 - 15 of 15) sorted by relevancy

  /src/regress/sys/arch/m68k/emuspeed/
emuspeed.c 44 const char *comment; member in struct:test
88 printf("%12s %s\n", "[unimplemented]", t->comment);
101 t->comment);
  /src/lib/libc/posix1e/
acl_from_text.c 103 * Is an entirely comment line, skip to next
197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local
215 comment = line;
216 notcomment = strsep(&comment, "#");
  /src/sys/arch/mips/sibyte/dev/
sbtimer.c 94 const char *comment = ""; local
114 comment = " (not system timer)";
126 comment = " (not system statistics timer)";
134 aprint_normal("general-purpose timer%s", comment);
  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 267 int comment = /* comment */ (3); /* comment is skipped */ local
314 int comment = /* comment */ (3); /* comment is skipped */
313 int comment = \/* comment *\/ (3); \/* comment is skipped *\/ local
  /src/common/dist/zlib/contrib/minizip/
mztools.c 144 char* comment = ""; local
145 int comsize = (int) strlen(comment);
190 /* Comment field */
192 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
219 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; local
220 int comsize = (int) strlen(comment);
231 WRITE_16(header + 20, comsize); /* comment */
236 /* Comment field */
238 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
  /src/distrib/utils/edlabel/
edlabel.c 265 const char *comment; local
277 comment = "disk";
279 comment = "user";
282 comment = "root";
285 comment = "swap";
291 printf(" %c (%s) ", letter, comment);
  /src/lib/libpam/modules/pam_ssh/
pam_ssh.c 70 #define ssh_add_identity(auth, key, comment) \
71 ssh_add_identity_constrained(auth, key, comment, 0, 0, NULL, NULL, 0)
77 char *comment; member in struct:pam_ssh_key
98 * struct pam_ssh_key containing the key and its comment.
107 char *comment; local
112 comment = NULL;
121 r = sshkey_load_private(fn, "", &key, &comment);
125 free(comment);
129 r = sshkey_load_private(fn, passphrase, &key, &comment);
132 if (comment != NULL
    [all...]
  /src/tests/lib/libc/regex/
t_regex_att.c 405 char *name, *pattern, *input, *matches, *comment; local
460 comment = strtok(NULL, sep);
463 if (optional(comment)) {
474 if (unsupported(comment))
478 case '#': /* Comment */
529 checkcomment(comment, lineno);
  /src/lib/libc/nameser/
ns_print.c 121 const char *comment; local
945 comment = "unknown IPSECKEY gateway type";
1058 comment = "unknown RR type";
1064 comment = "RR format error";
1070 rdlen != 0U ? " (" : "", comment));
  /src/usr.bin/locale/
locale.c 129 const char *comment; member in struct:_kwinfo
698 printf(FMT, "Keyword", "Category", "Type", "Comment");
705 kwinfo[i].comment);
  /src/usr.bin/rdist/
server.c 71 static void comment(char *);
1584 comment(nbuf);
1588 comment(char *s) function
  /src/common/dist/zlib/
zlib.h 126 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
127 uInt comm_max; /* space at comment (only when reading header) */
575 file name, no extra data, no comment, no modification time (set to zero), no
816 deflate(). The text, time, os, extra field, name, and comment information
819 caller must assure that, if not Z_NULL, name and comment are terminated with
828 extra, name, or comment fields. The gzip header is returned to the default
1058 comment is not Z_NULL, then up to comm_max characters are written there,
1060 of extra, name, or comment are not Z_NULL and the respective field is not
  /src/share/examples/refuse/ian/libfetch/
http.c 758 int comment, tag; local
760 comment = tag = 0;
765 if (comment && *q == '-') {
768 tag = comment = 0;
771 } else if (tag && !comment && *q == '>') {
780 comment = 1;
  /src/usr.bin/dc/
bcode.c 94 static void comment(void);
149 { '#', comment },
946 comment(void) function
  /src/usr.bin/xlint/lint1/
lex.c 1200 /* unterminated comment */
1257 lint_comment comment; member in struct:__anon8363
1322 if (!seen_end_of_comment && keywtab[i].comment != LC_LINTED)
1323 /* extra characters in lint comment */
1326 handle_lint_comment(keywtab[i].comment, a);
1332 /* unterminated comment */

Completed in 645 milliseconds