Searched refs:comment (Results 126 - 150 of 220) sorted by relevance

123456789

/freebsd-9.3-release/share/mklocale/
H A Dbg_BG.CP1251.src10 # This is a comment
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp583 static const char *matches_comment(string &buf, const char *comment) argument
585 if ((size_t)buf.length() < strlen(comment) + 3)
590 for (; *comment; comment++, bufp++)
591 if (*bufp != *comment)
593 if (comment[-1] == ':')
/freebsd-9.3-release/sbin/gvinum/
H A Dgvinum.c568 char comment[1], buf[GV_CFG_LEN - 1], *sname, *ptr; local
573 comment[0] = '\0';
579 gctl_ro_param(req, "comment", -1, comment);
1408 printconfig(FILE *of, const char *comment) argument
1422 gctl_ro_param(req, "comment", -1, comment);
1435 if (*comment != '\0')
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l64 comment (void);
104 "/*" { if (!comment ()) yyterminate (); }
725 * FUNCTION: comment
731 * DESCRIPTION: Process a standard comment.
736 comment (void)
747 /* Eat chars until end-of-comment */
761 * Check for nested comment -- can help catch cases where a previous
762 * comment was accidently left unterminated
805 * FUNCTION: comment
811 * DESCRIPTION: Process a new "//" comment
[all...]
/freebsd-9.3-release/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c131 ok_mode(const char *testname, const char *comment, int mode) argument
135 if (comment == NULL)
139 mode, comment);
143 notok_mode(const char *testname, const char *comment, int mode) argument
147 if (comment == NULL)
152 mode, comment);
/freebsd-9.3-release/usr.bin/indent/
H A Dindent.c126 * comment buffers */
329 if (sc_end == 0) { /* ignore buffering if a comment wasnt
340 case comment: /* we have a comment, so we must copy it into
343 if (sc_end == 0) { /* if this is the first comment, we
354 *sc_end++ = '/'; /* copy in start of comment */
357 for (;;) { /* loop until we get to the end of the comment */
363 break; /* we are at end of comment */
367 diag2(1, "Internal buffer overflow - Move big comment from right after if, while, or whatever");
387 if (sc_end == 0) { /* ignore buffering if comment wasn
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp410 OS << "#pragma comment(" << Kind->getName();
654 if (DropComments && Tok.is(tok::comment)) {
656 // tok::comment nodes at all when not keeping comments, but under
677 if (Tok.getKind() == tok::comment || Tok.getKind() == tok::unknown)
685 if (Tok.getKind() == tok::comment || Tok.getKind() == tok::unknown)
/freebsd-9.3-release/usr.sbin/portsnap/make_index/
H A Dmake_index.c46 char * comment; member in struct:port
153 p->comment = strdup2(strsep(&line, "|"));
391 p->pkgname, p->portdir, p->prefix, p->comment, p->pkgdescr,
/freebsd-9.3-release/contrib/bmake/unit-tests/
H A Dtest.exp0 comment testing start
3 This is how a comment looks: # comment
4 comment testing done
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh51 comment=""
58 elif test "${line}" = "#" -a "${comment}" = ""
63 comment="${comment}
931 if [ -n "${comment}" ]
933 echo "${comment}" | sed \
/freebsd-9.3-release/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl80 &comment($p++);
119 &comment($p++);
173 &comment($p++);
214 &comment($p++);
261 &comment($p++);
321 # Special comment about the figure of 6.
332 &comment("");
/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf20 // For named to be accessible to the network, comment this option, specify
30 // If you remove the related empty zones below, comment these lines out.
92 To use this mechanism, uncomment the entries below, and comment
/freebsd-9.3-release/usr.bin/locale/
H A Dlocale.c114 const char *comment; member in struct:_kwinfo
686 kwinfo[i].comment);
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dmep.sc408 .comment 0 : { *(.comment) }
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc29 #pragma comment(lib, "psapi.lib")
30 #pragma comment(lib, "dbghelp.lib")
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dsparccpuid.S172 .word 0x95408000 !rd %ccr,%o2, see comment above
/freebsd-9.3-release/gnu/lib/libodialog/
H A Drc.c61 fprintf(rc_file, "\n# %s\n", vars[i].comment); /* print comment */
320 * LINE_COMMENT - line is comment
333 else if (line[i] == '#') /* line is comment */
/freebsd-9.3-release/lib/libc/nameser/
H A Dns_print.c116 const char *comment; local
706 comment = "unknown RR type";
711 comment = "RR format error";
717 rdlen != 0U ? " (" : "", comment));
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum.c457 char *comment; local
482 comment = gctl_get_param(req, "comment", NULL);
483 if (comment == NULL) {
484 gctl_error(req, "no comment parameter given");
488 gv_format_config(sc, sb, 0, comment);
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dscan.l81 static void comment(void);
159 "/*" comment();
1033 * parsed and a function which handles this comment is called.
1036 comment(void)
1068 /* Skip white spaces after the start of the comment */
1109 /* extra characters in lint comment */
1114 * comment
1126 /* unterminated comment */
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.c331 .comment = "This module implements the bridge mib (RFC 4188).",
/freebsd-9.3-release/contrib/bmake/
H A Dparse.c2569 char *comment; local
2572 /* Loop through blank lines and comment lines */
2579 comment = NULL;
2622 if (ch == '#' && comment == NULL) {
2623 /* Remember first '#' for comment stripping */
2626 comment = line_end;
2639 /* Check we have a non-comment, non-blank line */
2640 if (line_end == line || comment == line) {
2667 if (comment != NULL && line[0] != '\t') {
2668 line_end = comment;
[all...]
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfstat.c784 static void printlivelist(out, set, fp, group, comment)
787 char *group, *comment;
895 printlivelist(out, set, NULL, g->fg_name, comment);
903 static void printdeadlist(out, set, fp, group, comment)
906 char *group, *comment;
989 printdeadlist(out, set, NULL, g->fg_name, comment);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp283 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) {
444 if (CurrentToken->isNot(tok::comment) || CurrentToken->Next)
654 } else if (Current.is(tok::comment)) {
1020 if (NextNonCommentLine && (*I)->First->is(tok::comment) &&
1115 Current->isOneOf(tok::comment, tok::string_literal)) {
1384 if (Right.is(tok::comment)) {
1422 // change the "binding" behavior of a comment.
/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c1459 int comment, tag; local
1461 comment = tag = 0;
1466 if (comment && *q == '-') {
1469 tag = comment = 0;
1472 } else if (tag && !comment && *q == '>') {
1481 comment = 1;

Completed in 207 milliseconds

123456789