| /src/usr.bin/make/unit-tests/ |
| sh-jobs.exp | 1 comment-with-followup-line: This is printed. 2 no-comment: This is printed.
|
| deptgt-error.exp | 6 ERROR_INFO='This information is printed on 'errors'.'
|
| shell-ksh.mk | 20 # This command is both printed and executed. 26 # This command is both printed and executed. 29 # This command is both printed and executed.
|
| deptgt-error.mk | 16 # Before making the '.ERROR' target, these variable values are printed.
|
| shell-csh.mk | 23 # This command is both printed and executed. 29 # This command is both printed and executed. 32 # This command is both printed and executed.
|
| opt-jobs-no-action.mk | 44 # The following command is regular, it is printed twice: 49 # The following command is silent, it is printed once, using the 53 # The following command ignores errors, it is printed once, using 55 # XXX: Why is it not printed using shell.echoTmpl as well?
|
| varmod-sun-shell.mk | 15 # If the command exits with non-zero, a warning is printed.
|
| varname-dollar.mk | 25 # At this point, the variable '$' is defined, therefore its value is printed
|
| varname-make_print_var_on_error-jobs.mk | 7 # expressions expanded, just as they were printed to the shell command file.
|
| parse-var.mk | 72 # What error messages are printed (Parse_Error)? 73 # What no-effect error messages are printed (Error)? 74 # What error messages should be printed but aren't?
|
| varmod-shell.mk | 18 # If the command exits with non-zero, an error message is printed.
|
| varmod-gmtime.mk | 124 # parsing the :gmtime modifier, thus no error message was printed. Parsing 127 # variable value was discarded and thus not printed.
|
| deptgt-end-fail.mk | 62 # Until 2020-12-07, several of the test cases printed "`all' not remade
|
| dotwait.mk | 11 # Ignore "--- target ---" lines printed by parallel make.
|
| /src/tests/bin/ps/ |
| t_ps.sh | 129 # Run "ps $args -p $$"; check that only one line is printed, 185 "and also check that the columns printed by the -j," \ 220 "columns are printed; this does not test header" \ 350 "should not be printed at all in this case."
|
| /src/usr.bin/locate/locate/ |
| locate.c | 188 int count, found, globflag, printed; local 201 found = printed = 0; 234 ++printed; 240 return printed;
|
| /src/usr.bin/m4/ |
| misc.c | 126 int printed = 0; local 137 printed++; 142 printed++; 143 while (printed++ < d)
|
| /src/usr.bin/ldd/ |
| ldd_elfxx.c | 260 if (!needed->obj->printed) { 262 needed->obj->printed = 1;
|
| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.c | 923 int printed; member in struct:myst 1124 if (stp->printed == -1) 1125 printf("!!! %d\n", stp->printed); 1127 stp->printed = 1; 1145 printf("%s P%d\n", addrname(&stp->dst), stp->printed); 1360 if (stp->printed != -1) 1361 stp->printed = -2; 1371 stp->printed = -1; 1418 if (s1->printed == -1)
|
| /src/share/locale/ctype/ |
| gen_ctype_utf8.pl | 254 my $printed = 0; 258 $printed = 1; 262 print "\n" if $printed;
|
| /src/sys/dev/ata/ |
| ata.c | 1842 int i, printed = 0; local 1919 if (!printed) { 1923 printed = 1; 1936 if (!printed) { 1946 printed = 0; 1957 if (!printed) { 1960 printed = 1; 1977 printed = 0; 1989 if (!printed) { 2001 printed = 1 [all...] |
| /src/sys/arch/ia64/stand/common/ |
| help.common | 120 be printed. 208 Setting this variable causes extra debugging information to be printed 360 If -p is specified, <prompt> is printed before reading input. No
|
| /src/sys/arch/x68k/stand/xxboot/ |
| boot.S | 78 | This will be printed on boot_error. And it also roles
|
| /src/sys/dev/ic/ |
| aic7xxx.c | 6537 size_t printed; local 6547 printed = snprintf(line, sizeof(line), "%s[0x%x]", name, value); 6548 if (printed > sizeof(line)) 6549 printed = sizeof(line); 6551 printed += snprintf(&line[printed], (sizeof line) - printed, 6553 if (printed > sizeof(line)) 6554 printed = sizeof(line); 6557 *cur_column += printed; [all...] |
| /src/distrib/hp300/miniroot/ |
| install.md | 139 Geometry info for SCSI disks was printed at boot time. If that information 141 Please note that the geometry printed at boot time is preferred.
|