Searched refs:ln (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/host-tools/make-3.81/tests/ |
D | mkshadow | 48 ln -s "$suite" .testdir 51 ln -s .testdir/$f .
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_log.hpp | 52 begin( const_string fn, std::size_t ln ) in begin() 54 , m_line_num( ln ) in begin()
|
/ndk/sources/host-tools/make-3.81/ |
D | file.c | 81 register char *lname, *ln; in lookup_file() local 95 for (n = name, ln = lname; *n != '\0'; ++n, ++ln) in lookup_file() 96 *ln = isupper ((unsigned char)*n) ? tolower ((unsigned char)*n) : *n; in lookup_file() 97 *ln = '\0'; in lookup_file() 142 char *lname, *ln; in enter_file() local 152 for (n = name, ln = lname; *n != '\0'; ++n, ++ln) in enter_file() 155 *ln = tolower ((unsigned char)*n); in enter_file() 157 *ln = *n; in enter_file() 160 *ln = 0; in enter_file()
|
D | Makefile.am | 175 if ln -s "$(srcdir)/tests" srctests; then \ 177 rm -f tests/$$f; ln -s ../srctests/$$f tests; \
|
D | Makefile.ami | 234 ln $(srcdir)getloadavg.c loadavg.c || \
|
D | configure | 9735 if ln -s conf$$.file conf$$ 2>/dev/null; then 9741 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 9743 elif ln conf$$.file conf$$ 2>/dev/null; then 9744 as_ln_s=ln
|
/ndk/build/tools/ |
D | build-ndk-sysroot.sh | 227 ln -s $link_prefix/$2 $ARCH_INCLUDE/$2
|
D | build-mingw64-toolchain.sh | 594 run ln -s $TARGET_TAG mingw && 596 run ln -s lib lib$TARGET_BITS
|
D | build-cxx-stl.sh | 159 ln -sf $ANDROID_NDK_ROOT $BUILD_DIR/ndk
|
D | make-standalone-toolchain.sh | 325 …ln -sf "clang${LLVM_VERSION_WITHOUT_DOT}${HOST_EXE}" "$TMPDIR/bin/clang${LLVM_VERSION_WITHOUT_DOT}…
|
D | gen-platforms.sh | 300 ln -s $rev/$1/$file $DSTDIR/$2/$file
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makefile.in.in | 178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ 191 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ 192 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM… 227 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 158 ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch true 218 File management utilities such as @code{ln}, @code{rm}, @code{mv}, and 886 named, use @code{ln} or @code{cp} to install the proper files in it, and 1033 hostname install install-info kill ldconfig ln ls md5sum
|
D | make.info-2 | 1272 ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch true 1327 File management utilities such as `ln', `rm', `mv', and so on, need 1950 appropriately named, use `ln' or `cp' to install the proper files 2082 hostname install install-info kill ldconfig ln ls md5sum 2823 ln $(SRCS) $(AUX) `cat .fname` 3470 * .ln: Catalogue of Rules. (line 146)
|
D | make.texi | 8354 @code{.out}, @code{.a}, @code{.ln}, @code{.o}, @code{.c}, @code{.cc}, 8537 @pindex .ln 8538 @file{@var{n}.ln} is made from @file{@var{n}.c} by running @code{lint}. 11071 ln $(SRCS) $(AUX) `cat .fname`
|
D | make.info-1 | 6835 target `.SUFFIXES'). The default suffix list is: `.out', `.a', `.ln', 6959 `N.ln' is made from `N.c' by running `lint'. The precise command
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 477 if ln -s conf$$.file conf$$ 2>/dev/null; then 478 as_ln_s='ln -s' 480 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 481 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 485 elif ln conf$$.file conf$$ 2>/dev/null; then 486 as_ln_s=ln 9735 if ln -s conf$$.file conf$$ 2>/dev/null; then 9736 as_ln_s='ln -s' 9738 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. [all …]
|