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

1 2 3

  /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
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
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
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.old/dist/libssp/ssp/
unistd.h 44 #undef readlink macro
61 readlink);
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, function
unistd.h 44 #undef readlink macro
61 readlink);
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, function
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
test_hooks.h 13 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook) macro
test_hooks.h 13 # define readlink JEMALLOC_TEST_HOOK(readlink, test_hooks_libc_hook) macro
  /src/external/bsd/jemalloc/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
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/dist/include/jemalloc/internal/
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, hooks_libc_hook) macro
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, hooks_libc_hook) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, hooks_libc_hook) macro
hooks.h 12 #define readlink JEMALLOC_HOOK(readlink, 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
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

Completed in 50 milliseconds

1 2 3