Searched refs:comment (Results 101 - 125 of 220) sorted by relevance

123456789

/freebsd-9.3-release/sys/conf/
H A Dldscript.mips269 .comment 0 : { *(.comment) }
H A Dldscript.mips.mips64270 .comment 0 : { *(.comment) }
H A Dldscript.sparc64238 .comment 0 : { *(.comment) }
H A Dldscript.amd64190 .comment 0 : { *(.comment) }
H A Dldscript.i386168 .comment 0 : { *(.comment) }
H A Dldscript.mips.cfe286 .comment 0 : { *(.comment) }
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dindex.c216 new_index(char *name, char *pathto, char *prefix, char *comment, char *descr, char *maint, char *deps, int volume) argument
223 tmp->comment = _strdup(comment);
262 p->desc = ptr->comment;
314 index_parse(FILE *fp, char *name, char *pathto, char *prefix, char *comment, char *descr, char *maint, char *cats, char *rdeps, int *volume) argument
329 cp += copy_to_sep(comment, cp, '|'); /* comment */
360 char name[127], pathto[255], prefix[255], comment[255], descr[127], maint[127], cats[511], deps[2048 * 8]; local
364 while (index_parse(fp, name, pathto, prefix, comment, descr, maint, cats, deps, &volume) != EOF) {
368 idx = new_index(name, pathto, prefix, comment, desc
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dkrl.c95 char *comment; member in struct:ssh_krl
170 free(krl->comment);
194 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) argument
196 free(krl->comment);
197 if ((krl->comment = strdup(comment)) == NULL)
684 buffer_put_cstring(buf, krl->comment ? krl->comment : "");
930 (krl->comment = buffer_get_cstring_ret(&copy, NULL)) == NULL) {
938 *krl->comment
[all...]
/freebsd-9.3-release/usr.bin/csup/
H A Drcsfile.c120 char *comment; member in struct:rcsfile
208 rf->comment = NULL;
357 /* Write out the comment. */
358 if (rf->comment != NULL) {
359 if (stream_printf(dest, "comment%s%s;\n", comment_space,
360 rf->comment) < 0)
732 if (rf->comment != NULL)
733 lprintf(1, "comment: '%s'\n", rf->comment);
803 if (rf->comment !
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc31 #pragma comment(lib, "dbghelp.lib")
/freebsd-9.3-release/contrib/openpam/
H A Dmkpkgng.in126 comment: BSD-licensed PAM implementation
/freebsd-9.3-release/share/mklocale/
H A Dbe_BY.CP1131.src11 # This is a comment
H A Dla_LN.ISO8859-2.src11 # This is a comment
H A Dla_LN.ISO8859-4.src11 # This is a comment
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_config.h315 int dump_config_tree(config_tree *ptree, FILE *df, int comment);
316 int dump_all_config_trees(FILE *df, int comment);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c683 char comment; local
686 comment = '#';
688 comment = '$';
690 if (fprintf(fdmsgs, "%c%s", comment,
/freebsd-9.3-release/contrib/cvs/src/
H A Dmodules.c56 and (3) the storage for the "comment" field. */ member in struct:sortrec
58 char *comment;
222 /* If the line ends in a comment, strip it off */
367 /* If the line ends in a comment, strip it off */
812 files and the comment field: (Including aliases)
932 /* Find comment field, clean up on all three sides & compress blanks */
939 s_rec->comment = cp;
942 s_rec->comment = "";
1066 /* Format the comment field -- save_d (), compressed spaces */
1067 for (cp2 = cp = s_h->comment; *c
[all...]
H A Drcs.h107 /* Value for the comment keyword from RCS header (comment leader), or
109 char *comment; member in struct:rcsnode
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp125 // If this is the start of a // comment, skip until the end of the line or
333 return; // Newline is end of comment.
335 // If this is the end of the buffer, end the comment.
355 PrintError(TokStart, "Unterminated comment!");
358 // End of the comment?
366 // Start of a nested comment?
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp723 case '/': { // BCPL comment.
729 // merged this non-Doxygen comment into a bunch of Doxygen comments
737 // Skip it even if the comment is not a Doxygen one, because //< and /*<
748 case '*': { // C comment.
766 llvm_unreachable("second character of comment should be '/' or '*'");
771 // between them. So we can search for the start of the next comment.
777 // between them -- guaranteed by comment extraction) into a newline. We
779 // after a comment).
792 // Skip C comment closing sequence.
798 // Synthenize newline just after the C comment, regardles
[all...]
/freebsd-9.3-release/sys/boot/i386/loader/
H A DMakefile89 strip -R .comment -R .note ${.TARGET}
/freebsd-9.3-release/sys/boot/pc98/loader/
H A DMakefile78 strip -R .comment -R .note ${.TARGET}
/freebsd-9.3-release/bin/sh/
H A Dmkinit.c106 const char *comment; /* comment describing routine */ member in struct:event
387 fputs(ep->comment, fp);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlex.l74 static void comment (void);
139 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT>"/*" { comment (); }
322 <MRI>"*".* { /* Mri comment line */ }
323 <MRI>";".* { /* Mri comment line */ }
386 characters are a comment opening, put the input back and
391 comment ();
632 /* Eat the rest of a C-style comment. */
635 comment (void)
663 einfo( "%F%P: EOF in comment\n");
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat35 Rem See the comment above about the reason for using COPY.

Completed in 120 milliseconds

123456789