Searched refs:readlink (Results 1 - 25 of 105) sorted by relevance

12345

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreadlink.cc29 extern int readlink(const char *path, void *buf, size_t bufsiz);
36 vroot_result= readlink(path, vroot_args.readlink.buffer, vroot_args.readlink.buffer_size);
42 vroot_args.readlink.buffer= buffer;
43 vroot_args.readlink.buffer_size= buffer_size;
H A DMakefile29 readlink.o \
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dunivlib.h40 __STDPP__directive pragma pp:hide getuniverse readlink setuniverse symlink universe
43 #define readlink ______readlink
60 __STDPP__directive pragma pp:nohide getuniverse readlink setuniverse symlink universe
63 #undef readlink
88 extern int readlink(const char*, char*, int);
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dreadlink.c30 readlink(char *p, char *b, int s) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dreadlink.c30 readlink(char *p, char *b, int s) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dreadlink.c28 NoN(readlink)
41 readlink(const char* path, char* buf, int siz)
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dreadlink.c43 #pragma weak _readlink = readlink
45 readlink(const char *path, char *buf, size_t bufsize) function
/illumos-gate/usr/src/cmd/ptools/pwdx/
H A Dpwdx.c55 if ((ret = readlink(proc, cwd, sizeof (cwd) - 1)) <= 0) {
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h54 struct { char *buffer; int buffer_size;} readlink; member in union:Args
/illumos-gate/usr/src/tools/make/lib/vroot/
H A DMakefile29 readlink.o \
/illumos-gate/usr/src/lib/libcmd/common/
H A Dreadlink.c24 "[-?\n@(#)$Id: readlink (AT&T Research) 2008-06-08 $\n]"
26 "[+NAME?readlink - read the contents of a symbolic link]"
91 len = readlink(filename, buf, sizeof(buf)-2);
100 error(ERROR_system(1),"%s: readlink failed", filename);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc97 if ((count = readlink(node,buf,sizeof(buf)))) {
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathgetlink.c46 if ((n = readlink(name, buf, siz)) < 0) return(-1);
H A Dpathprog.c55 if ((n = readlink(_PROC_PROG, path, size)) > 0)
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_reparse.c65 if (readlink(path, symbuf, MAXREPARSELEN) == -1)
192 * If the object exists and readlink is successful then nvpair
206 if ((rc = readlink(path, rp_data, MAXREPARSELEN)) == -1) {
/illumos-gate/usr/src/cmd/lms/tools/
H A DATVersion.cpp155 if (-1 != readlink("/proc/self", status_path, sizeof(status_path))) {
194 if (-1 == readlink(path, exe_buf, PATH_MAX)) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drealpath.c150 if ((llen = readlink(canon, link, sizeof link)) >= 0) {
168 * the readlink exceeds MAXPATHLEN, the extra bytes
192 * If the sum of the resolved part, the readlink
206 * readlink call failed. It can be because it was
231 * The routine indirectly invokes the readlink() system call and getwd()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c109 err = readlink(sl_path, buf, SYMLINK_MAX);
205 err = readlink(sl_path, buf, SYMLINK_MAX);
271 err = readlink(sl_path, buf, SYMLINK_MAX);
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c122 if ((c = readlink(path, symsrc, MAXPATHLEN)) == -1)
123 perror("readlink");
/illumos-gate/usr/src/uts/common/syscall/
H A Dreadlink.c119 readlink(char *name, char *buf, size_t count) function
/illumos-gate/usr/src/lib/libcmd/
H A DMakefile.com65 readlink.o \
/illumos-gate/usr/src/man/man2/
H A DMakefile113 readlink.2 \
368 readlinkat.2 := LINKSRC = readlink.2
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dmetaconf.c183 if (readlink(targname, linkpath,
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h150 ASTCMDLIST(readlink)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c193 slen = readlink(resolved, symlink,

Completed in 1175 milliseconds

12345