Searched defs:linkname (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/npm/node_modules/libnpmpublish/test/util/ |
D | mock-tarball.js | 21 linkname: entry.linkname, property
|
/third_party/node/deps/npm/test/util/ |
D | mock-tarball.js | 22 linkname: entry.linkname, property
|
/third_party/f2fs-tools/tools/ |
D | fibmap.c | 100 char linkname[32] = { 0, }; in stat_bdev() local
|
/third_party/tzdata/ |
D | zic.c | 141 # 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/ |
D | untgz.c | 78 char linkname[100]; /* 157 */ member
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/ |
D | untgz.c | 78 char linkname[100]; /* 157 */ member
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 78 char linkname[100]; /* 157 */ member
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiStill.c | 114 char *linkname; /// filename of output file member
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 392 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
|
D | fuse.c | 759 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/ |
D | tarfile.py | 789 def linkpath(self, linkname): argument
|