Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Ddebianrules52 print STDOUT "export kde_confdir=$kde_confdir\n";
53 print STDOUT "export kde_prefix=$kde_prefix\n";
54 print STDOUT "export kde_bindir=$kde_bindir\n";
55 print STDOUT "export kde_includedir=$kde_includedir\n";
56 print STDOUT "export kde_libdir=$kde_libdir\n";
57 print STDOUT "export kde_cgidir=$kde_cgidir\n";
58 print STDOUT "export kde_moduledir=$kde_moduledir\n";
59 print STDOUT "export kde_appsdir=$kde_appsdir\n";
60 print STDOUT "export kde_datadir=$kde_datadir\n";
61 print STDOUT "export kde_htmldir=$kde_htmldir\n";
[all …]
H A Dam_edit92 print STDOUT "\n";
93 print STDOUT basename($thisProg), " $version\n",
118 print STDOUT "Usage $thisProg [OPTION] ... [dir/Makefile.in]...\n",
167 print STDOUT "Scanning for Makefile.in\n" if ($verbose);
171 print STDOUT "Using input files specified by user\n" if ($verbose);
181 printf STDOUT "Time %.2f CPU sec\n", (times)[0] - $start if ($verbose);
242 print STDOUT "Processing makefile $printname\n" if ($verbose);
494 print STDOUT "found Makefile.in without Makefile.am\n" if ($verbose);
570 print STDOUT "will use suffix $cxxsuffix\n" if ($verbose);
604 print STDOUT "found program $program\n" if ($verbose);
[all …]
/netbsd-src/external/bsd/top/dist/
H A Dscreen.c154 #define STDOUT 1 macro
340 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1) in screen_readtermcap()
346 if (ioctl(STDOUT, TCGETA, &old_settings) == -1) in screen_readtermcap()
352 if (tcgetattr(STDOUT, &old_settings) == -1) in screen_readtermcap()
367 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1) in screen_init()
375 (void) ioctl(STDOUT, TIOCSETP, &new_settings); in screen_init()
384 (void) ioctl(STDOUT, TIOCLGET, &old_lword); in screen_init()
388 (void) ioctl(STDOUT, TIOCLSET, &new_lword); in screen_init()
398 if (ioctl(STDOUT, TCGETA, &old_settings) != -1) in screen_init()
408 (void) ioctl(STDOUT, TCSETA, &new_settings); in screen_init()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dredirects.txt5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s
13 # STDOUT-APPEND: is-present
14 # STDOUT-APPEND: appended-line
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D01-test_symbol_presence.t37 *OSTDOUT = *STDOUT;
39 open STDOUT, ">", devnull();
42 close STDOUT;
44 *STDOUT = *OSTDOUT;
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dwithlibctx.pl16 open (my $STDOUT_ORIG, '>&', STDOUT);
22 open(STDOUT, '>>', $tmpfile);
25 close(STDOUT);
29 open (STDOUT, '>&', $STDOUT_ORIG);
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D01-test_symbol_presence.t49 *OSTDOUT = *STDOUT;
51 open STDOUT, ">", devnull();
54 close STDOUT;
56 *STDOUT = *OSTDOUT;
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py31 kwargs.update({'stdout': subprocess.PIPE, 'stderr': subprocess.STDOUT})
36 kwargs.update({'stdout': subprocess.PIPE, 'stderr': subprocess.STDOUT})
44 stderr=subprocess.STDOUT)
/netbsd-src/external/bsd/am-utils/dist/m4/
H A Dchop-aclocal.pl7 printf(STDOUT "FILE: $file\n");
14 printf(STDOUT "FILE: $file\n");
/netbsd-src/crypto/external/bsd/openssl/dist/ms/
H A Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
60 close STDOUT;
H A Duplink-x86.pl15 $output = pop and open STDOUT,">$output";
43 close STDOUT;
H A Duplink-x86_64.pl15 *STDOUT=*OUT;
74 close STDOUT;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ms/
H A Duplink-ia64.pl10 open STDOUT,">$output";
61 close STDOUT;
H A Duplink-x86.pl16 open STDOUT,">$output";
44 close STDOUT;
H A Duplink-x86_64.pl12 *STDOUT=*OUT;
71 close STDOUT;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Darm64cpuid.pl19 *STDOUT=*OUT;
147 close STDOUT or die "error closing STDOUT: $!";
H A Darmv4cpuid.pl19 *STDOUT=*OUT;
296 close STDOUT or die "error closing STDOUT: $!";
H A Dc64xpluscpuid.pl10 open STDOUT,">$output";
287 close STDOUT or die "error closing STDOUT: $!";
H A Dalphacpuid.pl11 open STDOUT,">$output";
257 close STDOUT or die "error closing STDOUT: $!";
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Darm64cpuid.pl22 *STDOUT=*OUT;
157 close STDOUT or die "error closing STDOUT: $!";
H A Darmv4cpuid.pl22 *STDOUT=*OUT;
300 close STDOUT or die "error closing STDOUT: $!";
H A Dc64xpluscpuid.pl10 open STDOUT,">$output";
287 close STDOUT or die "error closing STDOUT: $!";
/netbsd-src/external/bsd/cron/dist/
H A Dpopen.c136 if (pdes[1] != STDOUT) { in cron_popen()
137 (void)dup2(pdes[1], STDOUT); in cron_popen()
140 (void)dup2(STDOUT, STDERR); /* stderr too! */ in cron_popen()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dia64-mont.pl858 open STDOUT,">$output" if $output;
860 close STDOUT or die "error closing STDOUT: $!";
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dia64-mont.pl859 open STDOUT,">$output" if $output;
861 close STDOUT or die "error closing STDOUT: $!";

12345678910>>...17