Home
last modified time | relevance | path

Searched refs:FILENAME (Results 1 – 7 of 7) sorted by relevance

/ndk/build/tools/
Ddev-platform-compress.sh89 for FILENAME in $FILES; do
90 FILENAME=${FILENAME##./} # Get rid of leading ./
91 PFILE=$PDIR/$FILENAME
92 CFILE=$SDIR/$FILENAME
93 DFILE=$DDIR/$FILENAME
109 DFILE=$DDIR/$FILENAME
/ndk/tests/build/import-install/
Dbuild.sh25 for FILENAME in libfoo.so libpath1.so libpath2.so; do
26 FILE=$DIR/$FILENAME
/ndk/sources/host-tools/nawk-20071023/
Dlib.c116 *RS, *FS, *ARGC, *FILENAME) ); in getrec()
136 *FILENAME = file; in getrec()
588 if (strcmp(*FILENAME, "-") != 0) in error()
589 fprintf(stderr, ", file %s", *FILENAME); in error()
Dawk.h59 extern char **FILENAME;
Dtran.c48 char **FILENAME; /* current filename argument */ variable
84 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
DFIXES607 FILENAME is now "" until the first thing that causes a file
753 FILENAME is now defined in the BEGIN block -- too many old
888 setting FILENAME in BEGIN caused core dump, apparently
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info883 `r FILENAME'
886 Queue the contents of FILENAME to be read and inserted into the
888 input line is read. Note that if FILENAME cannot be read, it is
895 `w FILENAME'
896 Write the pattern space to FILENAME. As a GNU `sed' extension,
903 successful `s' commands) which refer to the same FILENAME are
1023 `R FILENAME'
1024 Queue a line of FILENAME to be read and inserted into the output
1026 line is read. Note that if FILENAME cannot be read, or if its end
1050 `W FILENAME'