Searched refs:readlink (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 530 extern int readlink (const char *file, char *buf, size_t bufsize); 533 # undef readlink 534 # define readlink(f,b,s) \ macro 537 readlink (f, b, s))
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 86 AC_CHECK_FUNC(readlink, have_readlink=yes)
|
D | configure | 27306 /* Define readlink to an innocuous variant, in case <limits.h> declares readlink. 27311 which can conflict with char readlink (); below. 27329 char readlink (); 27340 return readlink ();
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 371 while ((rc = readlink (buf, buf2, buf_size)) == buf_size) in follow_symlink()
|
/ndk/sources/host-tools/make-3.81/ |
D | configure.in | 156 lstat readlink atexit) 307 # if we have both lstat() and readlink() then we can support symlink
|
D | config.h.in | 166 /* Define to 1 if you have the `readlink' function. */
|
D | remake.c | 1417 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX)); in name_mtime()
|
D | configure | 7323 lstat readlink atexit
|
D | ChangeLog | 989 readlink(). If both are available, define MAKE_SYMLINKS.
|
/ndk/build/tools/toolchain-patches/gdb/ |
D | 0007-find-python.patch | 37 + if ((len = readlink("/proc/self/exe", new_argv0, sizeof(new_argv0)-1)) != -1)
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 725 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_READLINK], [/* Define to 1 if you have the `readlink\…
|
D | output.0 | 7323 lstat readlink atexit 9082 # if we have both lstat() and readlink() then we can support symlink
|