| /src/usr.sbin/rpc.pcnfsd/ |
| H A D | pcnfsd.x | 80 typedef string comment<COMMENTLEN>; 82 ** The type comment is used to pass an uninterpreted text string which 305 comment vers; 306 comment cm; 310 comment vers; 311 comment cm; 318 comment cm; 323 comment cm; 333 comment cm; 338 comment c [all...] |
| /src/usr.bin/make/unit-tests/ |
| H A D | sh-jobs.exp | 0 comment-with-followup-line: This is printed. 2 no-comment: This is printed. 3 *** [no-comment] Error code 1
|
| H A D | comment.mk | 1 # $NetBSD: comment.mk,v 1.7 2024/04/23 22:51:28 rillig Exp $ 5 # This is a comment. 8 This is a multiline comment. 10 # Another multiline comment \ 25 VAR= # This comment makes the variable value empty. 27 # comment. 32 # The comment does not need to start at the beginning of a word (as in the 36 # The space before the comment is always trimmed. 42 # This comment ends with 2 backslashes. An even number of backslashes does 45 VAR= not part of the comment [all...] |
| H A D | sh-jobs.mk | 10 all: .PHONY comment .WAIT comment-with-followup-line .WAIT no-comment 12 # If a shell command starts with a comment character after stripping the 18 comment: .PHONY target 19 @# comment 21 # If a shell command starts with a comment character after stripping the 25 comment-with-followup-line: .PHONY 26 @# comment${.newline}echo '$@: This is printed.'; false 29 # Without the comment, th [all...] |
| H A D | directive-for-lines.mk | 20 # comment \ 21 # continued comment 25 # comment \ 26 # continued comment 35 # comment \ 36 # continued comment
|
| H A D | comment.exp | 1 echo This is a shell comment: # comment 2 This is a shell comment: 3 echo This is not a shell comment: '# comment' 4 This is not a shell comment: # comment 5 A shell comment can#not start in the middle of a word.
|
| H A D | opt-jobs-internal.mk | 11 @${MAKE} -f ${MAKEFILE} -j1 indirect-comment 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment 42 # The "# make" comment starts directly after the leading tab and is thus not 44 # expect: indirect-comment: mode=compat 45 indirect-comment: .PHONY 49 # When the "# make" comment is prefixed with "@", it becomes a shell command. 52 # expect: indirect-silent-comment: mode=parallel 53 indirect-silent-comment: .PHONY
|
| H A D | escape.mk | 33 # The "\" is not taken literally, and the "#" does not begin a comment. 50 # Backslash at end of line in a comment\ 51 should continue the comment. \ 52 # This is also tested in comment.mk. 65 VAR1BSc= 111\# backslash escapes comment char, so this is part of the value 66 VAR1BSsc= 111\ # This is a comment. Value ends with <backslash><space> 79 VAR2BSc= 222\\# backslash does not escape comment char, so this is a comment 80 VAR2BSsc= 222\\ # This is a comment. Value ends with <backslash><backslash> 100 # this should be processed as a comment [all...] |
| H A D | deptgt-posix.mk | 71 # If the main makefile has a '.for' loop as its first non-comment line, a 76 '# comment' \ 82 # If the main makefile has an '.if' conditional as its first non-comment line, 87 '# comment' \ 101 # and comment lines or empty lines, that works. 107 # The only allowed lines before switching to POSIX mode are comment lines. 108 # POSIX defines comment lines as "blank lines, empty lines, and lines with 110 all: after-comment-lines 111 after-comment-lines: .PHONY set-up-sysdir check-is-posix run 113 '# comment' \ [all...] |
| H A D | cmdline.mk | 14 all: space-and-comment 43 # is preserved, and the '#' does not start a comment. This is because the 50 space-and-comment: .PHONY 54 ${MAKE} -r -f /dev/null ' VAR= value # no comment ' -v VAR \ 57 @env -i MAKEFLAGS="' VAR= value # no comment '" \
|
| /src/sys/dev/hil/ |
| H A D | devlist2h.awk | 56 comment = 0 61 comment = 1 70 if (comment)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_win_sections.cc | 50 #pragma comment(linker, "/MERGE:.SCOV=.data") 61 #pragma comment(linker, "/MERGE:.SCOVP=.rdata")
|
| H A D | sanitizer_win_defs.h | 68 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\ 72 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name))) 75 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\
|
| /src/usr.bin/xlint/lint2/ |
| H A D | check-msgs.lua | 39 local function check_message(fname, lineno, id, comment, msgs) 52 if comment == msg then 56 local prefix = comment:match("^(.-)%s*%.%.%.$") 61 print_error("%s:%d: id=%-3d msg=%-40s comment=%s", 62 fname, lineno, id, msg, comment) 76 local comment = prev:match("^%s+/%* (.+) %*/$") 77 if comment ~= nil then 78 check_message(fname, lineno, id, comment, msgs) 80 print_error("%s:%d: missing comment for %d: /* %s */",
|
| /src/lib/libpam/modules/pam_ssh/ |
| H A D | 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 in function:pam_ssh_load_key 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 ! [all...] |
| /src/common/dist/zlib/contrib/minizip/ |
| H A D | zip.h | 159 const char* comment, 170 const char* comment, 183 if comment != NULL, comment contain the comment string 199 const char* comment, 212 const char* comment, 228 const char* comment, 245 const char* comment, 270 const char* comment, [all...] |
| /src/regress/sys/arch/m68k/emuspeed/ |
| H A D | emuspeed.c | 44 const char *comment; member in struct:test 88 printf("%12s %s\n", "[unimplemented]", t->comment); 101 t->comment);
|
| /src/bin/sh/ |
| H A D | mkinit.sh | 129 comment="${def#*;}" 130 def="${def%;$comment}" 133 decles="${decles}${decnl}extern${def};${comment}${nl}"
|
| /src/usr.bin/xlint/lint1/ |
| H A D | check-msgs.lua | 39 local function check_message(fname, lineno, id, comment, msgs) 51 if comment == msg then 55 local prefix = comment:match("^(.-)%s*%.%.%.$") 60 print_error("%s:%d: id=%-3s msg=%-40s comment=%s", 61 fname, lineno, id, msg, comment) 87 local comment = prev:match("^%s+/%* (.+) %*/$") 88 if comment ~= nil then 89 check_message(fname, lineno, id, comment, msgs) 91 print_error("%s:%d: missing comment for %s: /* %s */",
|
| /src/sys/arch/mips/sibyte/dev/ |
| H A D | sbtimer.c | 94 const char *comment = ""; local in function:sbtimer_attach 114 comment = " (not system timer)"; 126 comment = " (not system statistics timer)"; 134 aprint_normal("general-purpose timer%s", comment);
|
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| H A D | elf_aarch64_efi.lds | 64 .comment 0 : { *(.comment) }
|
| H A D | elf_arm_efi.lds | 64 .comment 0 : { *(.comment) }
|
| H A D | elf_ia32_efi.lds | 87 .comment 0 : { *(.comment) }
|
| H A D | elf_ia32_fbsd_efi.lds | 87 .comment 0 : { *(.comment) }
|
| H A D | elf_mips64el_efi.lds | 65 .comment 0 : { *(.comment) }
|