/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | options.c | 728 struct comment *comment = NULL; in get_config_comments() local 738 comment = createComment("/// bootp protocol is not supported"); in get_config_comments() 739 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments() 743 comment = createComment("/// allow-booting is not supported"); in get_config_comments() 744 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments() 745 comment = createComment("/// no concrete usage known?"); in get_config_comments() 746 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments() 747 comment = createComment("/// Reference Kea #239"); in get_config_comments() 748 TAILQ_INSERT_TAIL(&comments, comment); in get_config_comments() 752 comment = createComment("/// one-lease-per-client is not " in get_config_comments() [all …]
|
H A D | parse.c | 269 struct comment *comment; in parse_ip_addr_or_hostname() local 275 comment = createComment(msg); in parse_ip_addr_or_hostname() 276 TAILQ_INSERT_TAIL(&cfile->comments, comment); in parse_ip_addr_or_hostname() 738 struct comment *comment; in parse_option_name() local 744 comment = createComment(msg); in parse_option_name() 745 TAILQ_INSERT_TAIL(&cfile->comments, comment); in parse_option_name() 827 struct comment *comment; in parse_option_space_decl() local 829 comment = createComment("/// Only code width " in parse_option_space_decl() 832 TAILQ_INSERT_TAIL(&p->comments, comment); in parse_option_space_decl() 835 struct comment *comment; in parse_option_space_decl() local [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
H A D | asmsrc1.s | 4 comment "WARNING: asm-source.exp checks for line numbers printed by gdb." 5 comment "Be careful about changing this file without also changing" 6 comment "asm-source.exp." 9 comment "This file is not linked with crt0." 10 comment "Provide very simplistic equivalent." 19 comment "Displaced stepping requires scratch space at _start" 20 comment "at least as large as the largest instruction. No" 21 comment "breakpoints should be set within the scratch space." 31 comment "main routine for assembly source debugging test" 32 comment "This particular testcase uses macros in <arch>.inc to achieve" [all …]
|
H A D | common.inc | 1 .macro comment text 4 comment "Can't rely on assembler comment character so do this." 6 comment "On some platforms (like HPUX), only labels are allowed" 7 comment "to start at the first column. Beware of this when editing" 8 comment "the assembly files for this test." 14 comment "Declare a data variable" 21 comment "Declare a subroutine" 26 comment "End a subroutine" 30 comment "arch.inc is responsible for defining the following macros:" 31 comment "enter - subroutine prologue" [all …]
|
H A D | sh.inc | 5 comment "subroutine declare" 13 comment "subroutine prologue" 21 comment "subroutine epilogue" 31 comment "subroutine end" 38 comment "subroutine call" 60 comment "exit (0)" 66 comment "crt0 startup" 68 comment "If there is a _stack symbol, use it for setting up the stack" 69 comment "pointer. In hosted mode (when there is no _stack symbol)," 70 comment "the operating system will have initialized it already." [all …]
|
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
H A D | ref.texi | 1 @comment Copyright (c) 1994 2 @comment The Regents of the University of California. All rights reserved. 3 @comment Copyright (c) 1994, 1995, 1996 4 @comment Keith Bostic. All rights reserved. 5 @comment 6 @comment See the LICENSE file for redistribution information. 7 @comment 8 @comment Id: ref.texi,v 8.1 2001/08/18 20:43:48 skimo Exp (Berkeley) Date: 2001/08/18 20:43:4… 9 @comment 10 @comment [all …]
|
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd.x | 80 typedef string comment<COMMENTLEN>; 305 comment vers; 306 comment cm; 310 comment vers; 311 comment cm; 318 comment cm; 323 comment cm; 333 comment cm; 338 comment cm; 349 comment cm; [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/ |
H A D | common.inc | 1 .macro comment text 4 comment "Can't rely on assembler comment character so do this." 6 comment "On some platforms (like HPUX), only labels are allowed" 7 comment "to start at the first column. Beware of this when editing" 8 comment "the assembly files for this test." 14 comment "Declare a data variable" 21 comment "Declare a subroutine" 26 comment "End a subroutine" 30 comment "arch.inc is responsible for defining the following macros:" 31 comment "enter - subroutine prologue" [all …]
|
H A D | sh.inc | 5 comment "subroutine declare" 13 comment "subroutine prologue" 21 comment "subroutine epilogue" 31 comment "subroutine end" 38 comment "subroutine call" 60 comment "exit (0)" 66 comment "crt0 startup" 68 comment "If there is a _stack symbol, use it for setting up the stack" 69 comment "pointer. In hosted mode (when there is no _stack symbol)," 70 comment "the operating system will have initialized it already." [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/ |
H A D | dump_format_style.py | 35 def __init__(self, name, type, comment): argument 38 self.comment = comment.strip() 44 doxygen2rst(indent(self.comment, 2))) 53 def __init__(self, name, comment): argument 55 self.comment = comment.strip() 62 def __init__(self, name, comment): argument 64 self.comment = comment.strip() 69 doxygen2rst(indent(self.comment, 2, indent_first_line=False))) 72 def __init__(self, name, comment): argument 74 self.comment = comment.strip() [all …]
|
H A D | dump_ast_matchers.py | 60 def extract_result_types(comment): argument 72 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S) 76 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S) 78 if re.search(r'Usable as:\s*$', comment): 83 comment = m.group(1) 85 def strip_doxygen(comment): argument 88 comment = re.sub(r'^\\[^\s]+\n', r'', comment, flags=re.M) 92 comment = re.sub(r'\\see', r'See also:', comment) 95 comment = re.sub(r'\\[^\s]+\s+', r'', comment) 96 return comment [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2asm.c | 96 const char *comment, ...) in dw2_asm_output_data() argument 101 va_start (ap, comment); in dw2_asm_output_data() 114 if (flag_debug_asm && comment) in dw2_asm_output_data() 117 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data() 132 const char *comment, ...) in dw2_asm_output_delta() argument 136 va_start (ap, comment); in dw2_asm_output_delta() 146 if (flag_debug_asm && comment) in dw2_asm_output_delta() 149 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta() 163 const char *comment, ...) in dw2_asm_output_vms_delta() argument 167 va_start (ap, comment); in dw2_asm_output_vms_delta() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2asm.cc | 142 const char *comment, ...) in dw2_asm_output_data() argument 147 va_start (ap, comment); in dw2_asm_output_data() 160 if (flag_debug_asm && comment) in dw2_asm_output_data() 163 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data() 178 const char *comment, ...) in dw2_asm_output_delta() argument 182 va_start (ap, comment); in dw2_asm_output_delta() 192 if (flag_debug_asm && comment) in dw2_asm_output_delta() 195 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta() 209 const char *comment, ...) in dw2_asm_output_vms_delta() argument 213 va_start (ap, comment); in dw2_asm_output_vms_delta() [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/tests/ |
H A D | res16C | 27 /* multi-line comment */ 31 /*/ comment with escaped newlines /* 39 // multi-line C++ comment 43 // C++ comment with leading whitespace and escaped newlines 63 multi-line macro /* with a comment */ embedded 65 /* comment before directive */ #define BAR macro with a leading comment 98 /* comment */ # pragma with a preceding comment
|
H A D | test16 | 27 comment */ 31 */ comment with escaped newlines /* 39 C++ comment 47 C++ comment with leading whitespace and escaped newlines 55 a comment *??/ 61 * comment \ 63 directive */ #define BAR macro with a leading comment 90 /* comment */ # pragma with a preceding comment 94 * line comment at flslvl=1
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
H A D | bn-586.pl | 149 &comment(""); 174 &comment("Round $i"); 186 &comment(""); 201 &comment("Tail Round $i"); 265 &comment(""); 286 &comment("Round $i"); 299 &comment(""); 315 &comment("Tail Round $i"); 371 &comment(""); 386 &comment("Round $i"); [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
H A D | bn-586.pl | 150 &comment(""); 175 &comment("Round $i"); 187 &comment(""); 202 &comment("Tail Round $i"); 266 &comment(""); 287 &comment("Round $i"); 300 &comment(""); 316 &comment("Tail Round $i"); 372 &comment(""); 387 &comment("Round $i"); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2011 | 87 * runtime/backtrace.c (show_backtrace): Fix incorrect comment. 368 * generated/misc_specifics.F90: Regenerated (comment change). 369 * generated/_abs_c10.F90: Regenerated (comment change). 370 * generated/_abs_c16.F90: Regenerated (comment change). 371 * generated/_abs_c4.F90: Regenerated (comment change). 372 * generated/_abs_c8.F90: Regenerated (comment change). 373 * generated/_abs_i16.F90: Regenerated (comment change). 374 * generated/_abs_i4.F90: Regenerated (comment change). 375 * generated/_abs_i8.F90: Regenerated (comment change). 376 * generated/_abs_r10.F90: Regenerated (comment change). [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | UserLabel.cc | 36 comment = str_expr = all_times = hostname = NULL; in UserLabel() 49 free (comment); in ~UserLabel() 109 if (comment) in register_user_label() 111 if (ulbl->comment) in register_user_label() 113 old_str = ulbl->comment; in register_user_label() 114 ulbl->comment = dbe_sprintf (NTXT ("%s; %s"), old_str, comment); in register_user_label() 118 ulbl->comment = dbe_strdup (comment); in register_user_label() 154 if (comment) in dump() 157 sb.append (comment); in dump()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | UserLabel.cc | 36 comment = str_expr = all_times = hostname = NULL; in UserLabel() 49 free (comment); in ~UserLabel() 109 if (comment) in register_user_label() 111 if (ulbl->comment) in register_user_label() 113 old_str = ulbl->comment; in register_user_label() 114 ulbl->comment = dbe_sprintf (NTXT ("%s; %s"), old_str, comment); in register_user_label() 118 ulbl->comment = dbe_strdup (comment); in register_user_label() 154 if (comment) in dump() 157 sb.append (comment); in dump()
|
/netbsd-src/lib/libpam/modules/pam_ssh/ |
H A D | pam_ssh.c | 70 #define ssh_add_identity(auth, key, comment) \ argument 71 ssh_add_identity_constrained(auth, key, comment, 0, 0, 0, NULL, NULL, 00) 77 char *comment; member 107 char *comment; in pam_ssh_load_key() local 112 comment = NULL; in pam_ssh_load_key() 121 r = sshkey_load_private(fn, "", &key, &comment); in pam_ssh_load_key() 125 free(comment); in pam_ssh_load_key() 129 r = sshkey_load_private(fn, passphrase, &key, &comment); in pam_ssh_load_key() 132 if (comment != NULL) in pam_ssh_load_key() 133 free(comment); in pam_ssh_load_key() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bf/asm/ |
H A D | bf-586.pl | 42 &comment(""); 51 &comment("Load the 2 words"); 67 &comment(""); 68 &comment("Round $i"); 71 &comment(""); 72 &comment("Round ".sprintf("%d",$i+1)); 86 &comment(""); 87 &comment("Round $i"); 89 &comment(""); 90 &comment("Round ".sprintf("%d",$i-1)); [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bf/asm/ |
H A D | bf-586.pl | 43 &comment(""); 52 &comment("Load the 2 words"); 68 &comment(""); 69 &comment("Round $i"); 72 &comment(""); 73 &comment("Round ".sprintf("%d",$i+1)); 87 &comment(""); 88 &comment("Round $i"); 90 &comment(""); 91 &comment("Round ".sprintf("%d",$i-1)); [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | simplify.inc | 30 (define-pmacro (define-normal-enum name comment attrs prefix vals) 32 (define-full-enum name comment attrs prefix vals) 37 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals) 39 (define-full-insn-enum name comment attrs prefix fld vals) 46 (define-pmacro (define-normal-ifield name comment attrs start length) 48 (define-full-ifield name comment attrs start length UINT #f #f) 53 (define-pmacro (df name comment attrs start length mode encode decode) 55 (define-full-ifield name comment attrs start length mode encode decode) 64 (define-pmacro (define-normal-multi-ifield name comment attrs 67 (define-full-multi-ifield name comment attrs mode subflds insert extract) [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | simplify.inc | 30 (define-pmacro (define-normal-enum name comment attrs prefix vals) 32 (define-full-enum name comment attrs prefix vals) 37 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals) 39 (define-full-insn-enum name comment attrs prefix fld vals) 46 (define-pmacro (define-normal-ifield name comment attrs start length) 48 (define-full-ifield name comment attrs start length UINT #f #f) 53 (define-pmacro (df name comment attrs start length mode encode decode) 55 (define-full-ifield name comment attrs start length mode encode decode) 64 (define-pmacro (define-normal-multi-ifield name comment attrs 67 (define-full-multi-ifield name comment attrs mode subflds insert extract) [all …]
|