/src/usr.bin/make/unit-tests/ |
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, the commands are run in the default mode, which check [all...] |
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
|
var-op-sunsh.mk | 104 VAR :sh(Put a comment here)= comment in parentheses 105 .if ${VAR} != "comment in parentheses" 109 # The unintended comment can include multiple levels of nested braces and 113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces 114 .if ${VAR} != "comment in braces"
|
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 '" \
|
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...] |
/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/sys/arch/mips/sibyte/dev/ |
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/lib/libc/posix1e/ |
acl_from_text.c | 103 * Is an entirely comment line, skip to next 197 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local in function:acl_from_text 215 comment = line; 216 notcomment = strsep(&comment, "#");
|
/src/tests/usr.bin/indent/ |
lsym_lparen_or_lbracket.c | 267 int comment = /* comment */ (3); /* comment is skipped */ local in function:cover_want_blank_before_lparen 314 int comment = /* comment */ (3); /* comment is skipped */ 313 int comment = \/* comment *\/ (3); \/* comment is skipped *\/ local in function:cover_want_blank_before_lparen
|
/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) }
|
/src/common/dist/zlib/contrib/minizip/ |
mztools.c | 144 char* comment = ""; local in function:unzRepair 145 int comsize = (int) strlen(comment); 190 /* Comment field */ 192 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) { 219 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; local in function:unzRepair 220 int comsize = (int) strlen(comment); 231 WRITE_16(header + 20, comsize); /* comment */ 236 /* Comment field */ 238 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
|
/src/distrib/utils/edlabel/ |
edlabel.c | 265 const char *comment; local in function:edit_partition 277 comment = "disk"; 279 comment = "user"; 282 comment = "root"; 285 comment = "swap"; 291 printf(" %c (%s) ", letter, comment);
|
/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, 0, NULL, NULL, 00) 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 != NULL [all...] |
/src/tests/lib/libc/regex/ |
t_regex_att.c | 405 char *name, *pattern, *input, *matches, *comment; local in function:att_test 460 comment = strtok(NULL, sep); 463 if (optional(comment)) { 474 if (unsupported(comment)) 478 case '#': /* Comment */ 529 checkcomment(comment, lineno);
|
/src/lib/libc/nameser/ |
ns_print.c | 121 const char *comment; local in function:ns_sprintrrf 945 comment = "unknown IPSECKEY gateway type"; 1058 comment = "unknown RR type"; 1064 comment = "RR format error"; 1070 rdlen != 0U ? " (" : "", comment));
|
/src/usr.bin/locale/ |
locale.c | 129 const char *comment; member in struct:_kwinfo 698 printf(FMT, "Keyword", "Category", "Type", "Comment"); 705 kwinfo[i].comment);
|
/src/usr.bin/rdist/ |
server.c | 71 static void comment(char *); 1584 comment(nbuf); 1588 comment(char *s) function in typeref:typename:void
|
/src/share/examples/refuse/ian/libfetch/ |
http.c | 758 int comment, tag; local in function:_http_print_html 760 comment = tag = 0; 765 if (comment && *q == '-') { 768 tag = comment = 0; 771 } else if (tag && !comment && *q == '>') { 780 comment = 1;
|
/src/common/dist/zlib/ |
zlib.h | 126 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s 127 uInt comm_max; /* space at comment (only when reading header) */ 575 file name, no extra data, no comment, no modification time (set to zero), no 816 deflate(). The text, time, os, extra field, name, and comment information 819 caller must assure that, if not Z_NULL, name and comment are terminated with 828 extra, name, or comment fields. The gzip header is returned to the default 1058 comment is not Z_NULL, then up to comm_max characters are written there, 1060 of extra, name, or comment are not Z_NULL and the respective field is not
|