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

1 2 3 4

  /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/gcc/dist/libssp/ssp/
unistd.h 44 #undef readlink macro
61 readlink);
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, function
  /src/external/gpl3/gcc.old/dist/libssp/ssp/
unistd.h 44 #undef readlink macro
61 readlink);
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, 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/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/lib/librefuse/refuse/
v11.h 52 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v11
v21.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v21
v22.h 52 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v22
v23.h 52 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v23
v25.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v25
v26.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v26
v28.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v28
v29.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v29
v30.h 56 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v30
v34.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v34
v35.h 48 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_v35

Completed in 38 milliseconds

1 2 3 4