HomeSort by: relevance | last modified time | path
    Searched refs:readlink (Results 1 - 25 of 368) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/kernel/
h_interpreter.sh 14 /*) x=$(readlink "${x}");;
18 e=$(readlink "$(/bin/pwd)/${z}")
t_interp.sh 32 atf_require_prog readlink
37 local me=$(readlink /proc/$$/exe)
  /src/lib/libc/ssp/
ssp_redirect.c 53 if (readlink(NULL, NULL, 0) == -1)
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
readlink10.c 1 /* Check that odd cases of readlink work.
12 if (readlink("/proc/42/exe", NULL, 4096) != -1
readlink1.c 15 if (readlink(argv[0], buf, sizeof (buf)) != -1 || errno != EINVAL)
readlink9.c 1 /* Check that odd cases of readlink work.
17 if (readlink("/proc/42/exe", buf, sizeof (buf)) != sizeof (buf)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
readlink10.c 1 /* Check that odd cases of readlink work.
12 if (readlink("/proc/42/exe", NULL, 4096) != -1
readlink1.c 15 if (readlink(argv[0], buf, sizeof (buf)) != -1 || errno != EINVAL)
readlink9.c 1 /* Check that odd cases of readlink work.
17 if (readlink("/proc/42/exe", buf, sizeof (buf)) != sizeof (buf)
  /src/usr.bin/stat/
Makefile 6 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
7 MAN= stat.1 readlink.1
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
ar_to_bc.sh 12 AR=$(readlink -f $AR)
13 LINK=$(readlink -f $LINK)
19 OUTPUT=$(readlink -f $ARG)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, hooks_libc_hook) macro
test_hooks.h 16 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook) macro
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, hooks_libc_hook) macro
test_hooks.h 13 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, hooks_libc_hook) macro
test_hooks.h 13 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook) macro
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
test_hooks.h 16 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook) macro
  /src/tests/lib/libc/ssp/
h_readlink.c 44 (void)readlink("/", b, len);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
readlink.c 1 /* Stub for readlink().
27 /* readlink() substitute for systems that don't have a readlink() function,
30 /* The official POSIX return type of readlink() is ssize_t, but since here
35 readlink (const char *path, char *buf, size_t bufsize) function
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
readlink.c 1 /* Stub for readlink().
27 /* readlink() substitute for systems that don't have a readlink() function,
30 /* The official POSIX return type of readlink() is ssize_t, but since here
35 readlink (const char *path, char *buf, size_t bufsize) function
  /src/external/gpl2/xcvs/dist/lib/
readlink.c 1 /* Stub for readlink().
18 __RCSID("$NetBSD: readlink.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
32 /* readlink() substitute for systems that don't have a readlink() function,
35 /* The official POSIX return type of readlink() is ssize_t, but since here
40 readlink (const char *path, char *buf, size_t bufsize) function
  /src/external/gpl3/gdb/dist/gnulib/import/
readlink.c 28 /* readlink() substitute for systems that don't have a readlink() function,
32 readlink (char const *file, _GL_UNUSED char *buf, function
47 # undef readlink macro
49 /* readlink() wrapper that uses correct types, for systems like cygwin
50 1.5.x where readlink returns int, and which rejects trailing slash,
72 ssize_t r = readlink (file, buf, bufsize);
80 r = readlink (file, stackbuf, sizeof stackbuf);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
readlink.c 28 /* readlink() substitute for systems that don't have a readlink() function,
32 readlink (char const *file, _GL_UNUSED char *buf, function
47 # undef readlink macro
49 /* readlink() wrapper that uses correct types, for systems like cygwin
50 1.5.x where readlink returns int, and which rejects trailing slash,
72 ssize_t r = readlink (file, buf, bufsize);
80 r = readlink (file, stackbuf, sizeof stackbuf);
  /src/external/mit/libuv/dist/src/unix/
procfs-exepath.c 36 n = readlink("/proc/self/exe", buffer, n);

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>