/third_party/musl/src/unistd/ |
H A D | readlink.c | 5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink() function
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_readlink.c | 101 ssize_t readlink(const char *pathname, char *buf, size_t bufsize)
in readlink() function
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | plugin.h | 118 int (*readlink)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
|
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 260 function readlink() { function
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 362 pub fn readlink<P: ?Sized + NixPath>(path: &P) -> Result<OsString> { in readlink() functions
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 88 int (*readlink) (const char *, char *, size_t); member
|
H A D | fuse_lowlevel.h | 258 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 78 REAL_FUNCTION_POINTER(readlink); variable 604 readlink(const char *path, char *buf, size_t size) in readlink() function
|
/third_party/libfuse/include/ |
H A D | fuse.h | 346 int (*readlink) (const char *, char *, size_t); member
|
H A D | fuse_lowlevel.h | 353 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 63 ssize_t readlink(const char *pathname, char *buf, size_t bufsiz) in readlink() function
|
/third_party/openssl/apps/ |
H A D | rehash.c | 66 ssize_t readlink(const char *pathname, char *buf, size_t bufsiz) in readlink() function
|
/third_party/node/lib/ |
H A D | fs.js | 1712 function readlink(path, options, callback) { function
|
/third_party/python/Lib/ |
H A D | pathlib.py | 1081 def readlink(self): member in Path
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 683 pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; in readlink() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1480 pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::c_int; in readlink() functions 1505 pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; in readlink() functions
|
/third_party/tzdata/ |
H A D | zic.c | 157 readlink(char const *restrict file, char *restrict buf, size_t size) in readlink() function
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1683 pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t; in readlink() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3803 pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; in readlink() functions
|