Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 215) sorted by relevance

123456789

/dragonfly/test/stress/stress2/
H A Dload.cfg6 ###export TESTPROGS="" # Remove comments for test
7 ###export HOG=1 # Remove comments for test
9 ###export LOAD=100 # Remove comments for test
10 ###export swapLOAD=100 # Remove comments for test
11 ###export rwLOAD=100 # Remove comments for test
12 ###export mkdirLOAD=100 # Remove comments for test
13 ###export creatLOAD=100 # Remove comments for test
14 ###export symlinkLOAD=100 # Remove comments for test
15 ###export swapLOAD=100 # Remove comments for test
16 ###export linkLOAD=100 # Remove comments for test
H A Ddf.cfg7 ###export creatVERBOSE=3 # Remove comments for test
8 ###export rwVERBOSE=3 # Remove comments for test
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ppoutput.c553 const cpp_token **comments) in cb_include() argument
561 if (comments != NULL) in cb_include()
563 while (*comments != NULL) in cb_include()
565 if ((*comments)->flags & PREV_WHITE) in cb_include()
567 cpp_output_token (*comments, print.outf); in cb_include()
568 ++comments; in cb_include()
H A Dc-ada-spec.c624 cpp_comment_table *comments; in dump_ada_nodes() local
630 comments = cpp_get_comments (parse_in); in dump_ada_nodes()
633 qsort (comments->entries, comments->count, sizeof (cpp_comment), in dump_ada_nodes()
641 while (j != comments->count in dump_ada_nodes()
646 while (j < comments->count - 1 in dump_ada_nodes()
647 && !compare_comment (&comments->entries[j], in dump_ada_nodes()
648 &comments->entries[j + 1])) in dump_ada_nodes()
654 if (j == comments->count in dump_ada_nodes()
656 < LOCATION_LINE (comments->entries[j].sloc)) in dump_ada_nodes()
663 if (j != comments->count) in dump_ada_nodes()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ppoutput.c599 const cpp_token **comments) in cb_include() argument
607 if (comments != NULL) in cb_include()
609 while (*comments != NULL) in cb_include()
611 if ((*comments)->flags & PREV_WHITE) in cb_include()
613 cpp_output_token (*comments, print.outf); in cb_include()
614 ++comments; in cb_include()
H A Dc-ada-spec.c788 cpp_comment_table *comments; in dump_ada_nodes() local
794 comments = cpp_get_comments (parse_in); in dump_ada_nodes()
797 if (comments->count > 1) in dump_ada_nodes()
798 qsort (comments->entries, comments->count, sizeof (cpp_comment), in dump_ada_nodes()
806 while (j != comments->count in dump_ada_nodes()
811 while (j < comments->count - 1 in dump_ada_nodes()
812 && !compare_comment (&comments->entries[j], in dump_ada_nodes()
813 &comments->entries[j + 1])) in dump_ada_nodes()
819 if (j == comments->count in dump_ada_nodes()
821 < LOCATION_LINE (comments->entries[j].sloc)) in dump_ada_nodes()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dlex.c1629 return &pfile->comments; in cpp_get_comments()
1638 if (pfile->comments.allocated == 0) in store_comment()
1640 pfile->comments.allocated = 256; in store_comment()
1645 if (pfile->comments.count == pfile->comments.allocated) in store_comment()
1647 pfile->comments.allocated *= 2; in store_comment()
1649 (pfile->comments.entries, in store_comment()
1656 pfile->comments.entries[pfile->comments.count].comment = in store_comment()
1658 memcpy (pfile->comments.entries[pfile->comments.count].comment, in store_comment()
1660 pfile->comments.entries[pfile->comments.count].comment[len] = '\0'; in store_comment()
1663 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc; in store_comment()
[all …]
H A Dinit.c307 if (pfile->comments.entries) in cpp_destroy()
309 for (i = 0; i < pfile->comments.count; i++) in cpp_destroy()
310 free (pfile->comments.entries[i].comment); in cpp_destroy()
312 free (pfile->comments.entries); in cpp_destroy()
/dragonfly/crypto/openssh/
H A Dauthfd.c309 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) { in ssh_fetch_identitylist()
315 &(idl->comments[i]))) != 0) { in ssh_fetch_identitylist()
346 if (idl->comments != NULL) in ssh_free_identitylist()
347 free(idl->comments[i]); in ssh_free_identitylist()
350 free(idl->comments); in ssh_free_identitylist()
H A Dauthfd.h26 char **comments; member
/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c138 skinf->comments++; in skim_printcap()
256 skinf->lines, skinf->comments, skinf->entries, pcap_fname); in skim_printcap()
H A Dskimprintcap.h38 int comments; member
/dragonfly/tools/regression/usr.bin/m4/
H A Dcomments.m41 dnl $FreeBSD: src/tools/regression/usr.bin/m4/comments.m4,v 1.2 2012/11/17 01:53:58 svnexp Exp $
2 dnl $OpenBSD: src/regress/usr.bin/m4/comments.m4,v 1.1 2005/09/06 15:33:21 espie Exp $
H A Dregress.sh11 REGRESSION_TEST(`comments', `m4 comments.m4')
/dragonfly/contrib/gdb-7/include/mach-o/
H A DChangeLog21 * external.h: Add comments about relocations fields. Add macros
44 (mach_o_symtab_command_external): Add comments.
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dlex.c2084 return &pfile->comments; in cpp_get_comments()
2093 if (pfile->comments.allocated == 0) in store_comment()
2095 pfile->comments.allocated = 256; in store_comment()
2100 if (pfile->comments.count == pfile->comments.allocated) in store_comment()
2102 pfile->comments.allocated *= 2; in store_comment()
2104 (pfile->comments.entries, in store_comment()
2111 pfile->comments.entries[pfile->comments.count].comment = in store_comment()
2113 memcpy (pfile->comments.entries[pfile->comments.count].comment, in store_comment()
2115 pfile->comments.entries[pfile->comments.count].comment[len] = '\0'; in store_comment()
2118 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc; in store_comment()
[all …]
H A Dinit.c341 if (pfile->comments.entries) in cpp_destroy()
343 for (i = 0; i < pfile->comments.count; i++) in cpp_destroy()
344 free (pfile->comments.entries[i].comment); in cpp_destroy()
346 free (pfile->comments.entries); in cpp_destroy()
/dragonfly/usr.sbin/pw/
H A Dpw_conf.c105 static char const *comments[_UC_FIELDS] = variable
495 if (comments[i]) in write_userconfig()
496 fputs(comments[i], fp); in write_userconfig()
/dragonfly/usr.sbin/autofs/
H A Dauto_master7 # to move the call to "automount -c" out of the comments section.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppopts.texi98 Most trigraphs in comments cannot affect the meaning of the program.
159 The second and third @code{FOO} should be in comments, but often are not
572 The preprocessor still recognizes and removes comments, so that you can
748 Do not discard comments. All comments are passed through to the output
749 file, except for comments in processed directives, which are deleted
754 For example, comments appearing at the start of what would be a
759 Do not discard comments, including during macro expansion. This is
760 like @option{-C}, except that comments contained within macros are
764 @option{-CC} option causes all C++-style comments inside a macro
765 to be converted to C-style comments. This is to prevent later use
[all …]
/dragonfly/libexec/bootpd/
H A DREADME9 Please direct questions, comments, and bug reports to the list:
42 4) Edit the bootptab. It has some explanitory comments, and there
57 Edit the bootptab. The man page and the comments in the file should
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A DconverterSample.asl6 "converterSample.aml", /* These comments */
/dragonfly/tools/regression/bin/sh/parser/
H A Dheredoc10.018 # The open parentheses in comments help mksh, but not zsh.
/dragonfly/usr.bin/ctags/test/
H A Dctags.test50 routine1(one,two) /* comments here are fun... */
/dragonfly/contrib/file/magic/Magdir/
H A Dvorbis13 # the number of comments and the encoder version.
89 # -- Second vorbis header packet - the comments

123456789