| /src/usr.sbin/rpc.pcnfsd/ |
| 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 cm [all...] |
| /src/usr.bin/make/unit-tests/ |
| sh-jobs.exp | 0 comment-with-followup-line: This is printed. 2 no-comment: This is printed. 3 *** [no-comment] Error code 1
|
| 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...] |
| directive-for-lines.mk | 20 # comment \ 21 # continued comment 25 # comment \ 26 # continued comment 35 # comment \ 36 # continued comment
|
| 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.
|
| 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...] |
| /src/sys/modules/xldscripts/ |
| kmodule | 21 *(.comment)
|
| /src/sys/dev/hil/ |
| devlist2h.awk | 56 comment = 0 61 comment = 1 70 if (comment)
|
| /src/sys/modules/ath_hal/ |
| ath_hal.ldscript | 36 *(.comment)
|
| /src/usr.bin/xlint/lint2/ |
| 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/ |
| 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 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 != NULL [all...] |
| /src/common/dist/zlib/contrib/minizip/ |
| 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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_coverage_win_sections.cc | 50 #pragma comment(linker, "/MERGE:.SCOV=.data") 61 #pragma comment(linker, "/MERGE:.SCOVP=.rdata")
|
| 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/sys/arch/i386/stand/efiboot/bootx64/ |
| ldscript | 72 .comment 0 : { *(.comment) }
|
| /src/regress/sys/arch/m68k/emuspeed/ |
| emuspeed.c | 44 const char *comment; member in struct:test 88 printf("%12s %s\n", "[unimplemented]", t->comment); 101 t->comment);
|
| /src/bin/sh/ |
| mkinit.sh | 129 comment="${def#*;}" 130 def="${def%;$comment}" 133 decles="${decles}${decnl}extern${def};${comment}${nl}"
|
| /src/sys/arch/i386/stand/efiboot/bootia32/ |
| ldscript | 82 .comment 0 : { *(.comment) }
|
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| elf_aarch64_efi.lds | 64 .comment 0 : { *(.comment) }
|
| elf_arm_efi.lds | 64 .comment 0 : { *(.comment) }
|
| elf_ia32_efi.lds | 87 .comment 0 : { *(.comment) }
|
| elf_ia32_fbsd_efi.lds | 87 .comment 0 : { *(.comment) }
|
| elf_mips64el_efi.lds | 65 .comment 0 : { *(.comment) }
|
| elf_riscv64_efi.lds | 77 .comment 0 : 78 { *(.comment) }
|
| elf_x86_64_efi.lds | 77 .comment 0 : { *(.comment) }
|