OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STDIN
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/external/mpl/bind/dist/tests/dns/
mkraw.pl
19
# perl -e 'while (read(
STDIN
, my $byte, 1)) {
25
chomp(my $line = <
STDIN
>);
/src/external/mit/libcbor/dist/misc/
file_to_bytes.rb
3
lst = (ARGV.empty? ?
STDIN
.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
/src/external/bsd/openldap/dist/servers/slapd/back-sock/
searchexample.pl
48
my $request = <
STDIN
>;
52
while (my $line = <
STDIN
>) {
/src/external/gpl3/gcc/dist/contrib/
dg-out-generator.pl
11
# This script reads program output on
STDIN
, and out of it produces a block of
48
while (<
STDIN
>)
/src/external/cddl/dtracetoolkit/dist/Bin/
wpm.d
13
* This script assumes that keystrokes arrive one at a time on
STDIN
. This
39
inline int
STDIN
= 0;
82
/state == TRACING && execname == $$1 && arg0 ==
STDIN
/
/src/external/cddl/dtracetoolkit/dist/Misc/
wpm.d
13
* This script assumes that keystrokes arrive one at a time on
STDIN
. This
39
inline int
STDIN
= 0;
82
/state == TRACING && execname == $$1 && arg0 ==
STDIN
/
/src/external/bsd/wpa/dist/hostapd/logwatch/
hostapd
22
while (defined(my $line = <
STDIN
>)) {
/src/external/bsd/cron/dist/
macros.h
44
#define
STDIN
0 /* what is
stdin
's file descriptor? */
popen.c
143
if (pdes[0] !=
STDIN
) {
144
(void)dup2(pdes[0],
STDIN
);
do_command.c
358
if (stdin_pipe[READ_PIPE] !=
STDIN
) {
359
(void)dup2(stdin_pipe[READ_PIPE],
STDIN
);
517
if (pipe(stdin_pipe) == -1) /* child's
stdin
*/
518
log_it("CRON", getpid(), "error", "create child
stdin
pipe");
599
* write, to the pipe connected to child's
stdin
, any input specified
605
* or 4K on most BSD systems), and the child doesn't read its
stdin
,
622
/* close the pipe to the grandkiddie's
stdin
, since its wicked uncle
/src/external/bsd/am-utils/dist/scripts/
amd2ldif.in
32
while (<
STDIN
>) {
/src/external/gpl3/binutils/dist/gprofng/src/
Command.h
216
STDIN
,
/src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h
216
STDIN
,
/src/external/ibm-public/postfix/dist/examples/smtpd-policy/
greylist.pl
264
while (<
STDIN
>) {
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
342
// Only read
stdin
once.
343
if (
STDIN
)
344
return *
STDIN
;
352
STDIN
= getVirtualFileRef(Content->getBufferIdentifier(),
354
FileEntry &FE = const_cast<FileEntry &>(
STDIN
->getFileEntry());
357
return *
STDIN
;
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h
102
/// The file entry for
stdin
, if it has been accessed through the FileManager.
103
Optional<FileEntryRef>
STDIN
;
223
/// Get the FileEntryRef for
stdin
, returning an error if
stdin
cannot be
226
/// This reads and caches
stdin
before returning. Subsequent calls return the
/src/external/gpl3/autoconf/dist/lib/Autom4te/
FileUtils.pm
128
C<
STDIN
> or C<STDOUT> are "obsolete", i.e., as old as possible.
153
C<$to> = C<-> standing for C<
STDIN
>. C<$from> is always
/src/external/gpl2/xcvs/dist/contrib/
log_accum.in
635
while (<
STDIN
>) {
656
if (!eof(
STDIN
)) {
657
while (<
STDIN
>) {
658
next unless ($state == $STATE_LOG); # eat all
STDIN
/src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
mdoc2man
183
while (my ($macro, @args) = Mdoc::parse_line(\*
STDIN
, \&print_line)) {
mdoc2texi
150
while (my ($macro, @args) = Mdoc::parse_line(\*
STDIN
, \&print_line,
/src/external/bsd/top/dist/
screen.c
153
#define
STDIN
0
/src/external/bsd/ipf/dist/perl/
ipfmeta.pl
46
## SUBSTITUTE OBJECTS WITH THEIR VALUES FROM
STDIN
47
foreach (<
STDIN
>) {
109
Rules to be processed are read from
stdin
, output goes to stdout.
/src/external/bsd/openpam/dist/misc/
gendoc.pl
624
while (<
STDIN
>) {
/src/external/gpl3/binutils/dist/etc/
texi2pod.pl
78
$inf = \*
STDIN
;
/src/external/gpl3/binutils.old/dist/etc/
texi2pod.pl
78
$inf = \*
STDIN
;
Completed in 52 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026