Searched refs:FILENAME (Results 1 – 7 of 7) sorted by relevance
/ndk/build/tools/ |
D | dev-platform-compress.sh | 89 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/ |
D | build.sh | 25 for FILENAME in libfoo.so libpath1.so libpath2.so; do 26 FILE=$DIR/$FILENAME
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 116 *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()
|
D | awk.h | 59 extern char **FILENAME;
|
D | tran.c | 48 char **FILENAME; /* current filename argument */ variable 84 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
|
D | FIXES | 607 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/ |
D | sed.info | 883 `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'
|