Home
last modified time | relevance | path

Searched defs:linkname (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/libnpmpublish/test/util/
Dmock-tarball.js21 linkname: entry.linkname, property
/third_party/node/deps/npm/test/util/
Dmock-tarball.js22 linkname: entry.linkname, property
/third_party/f2fs-tools/tools/
Dfibmap.c100 char linkname[32] = { 0, }; in stat_bdev() local
/third_party/tzdata/
Dzic.c141 # define link(target, linkname) (errno = ENOTSUP, -1) argument
145 # define symlink(target, linkname) (errno = ENOTSUP, -1) argument
149 # define linkat(targetdir, target, linknamedir, linkname, flag) \ argument
933 relname(char const *target, char const *linkname) in relname()
969 hardlinkerr(char const *target, char const *linkname) in hardlinkerr()
976 dolink(char const *target, char const *linkname, bool staysymlink) in dolink()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/
Duntgz.c78 char linkname[100]; /* 157 */ member
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/
Duntgz.c78 char linkname[100]; /* 157 */ member
/third_party/zlib/contrib/untgz/
Duntgz.c78 char linkname[100]; /* 157 */ member
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiStill.c114 char *linkname; /// filename of output file member
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c392 int fuse_reply_readlink(fuse_req_t req, const char *linkname) in fuse_reply_readlink()
624 const char *linkname = ((const char *) inarg) + strlen((const char *) inarg) + 1; in do_symlink() local
Dfuse.c759 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink()
1527 char linkname[PATH_MAX + 1]; in fuse_lib_readlink() local
1668 static void fuse_lib_symlink(fuse_req_t req, const char *linkname, in fuse_lib_symlink()
/third_party/python/Lib/
Dtarfile.py789 def linkpath(self, linkname): argument