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

123456

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/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);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dreadlink.c1 /* Stub for readlink().
30 /* readlink() substitute for systems that don't have a readlink() function,
33 /* The official POSIX return type of readlink() is ssize_t, but since here
38 readlink (const char *path, char *buf, size_t bufsize) function
H A Dunistd_.h205 <http://www.opengroup.org/susv3xsh/readlink.html>. */
208 extern int readlink (const char *file, char *buf, size_t bufsize);
211 # undef readlink macro
212 # define readlink(f,b,s) \ macro
213 (GL_LINK_WARNING ("readlink is unportable - " \
214 "use gnulib module readlink for portability"), \
215 readlink (f, b, s))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dreadlink.c28 NoN(readlink)
41 readlink(const char* path, char* buf, int siz)
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dreadlink.c1 /* Stub for readlink().
29 /* readlink() substitute for systems that don't have a readlink() function,
32 /* The official POSIX return type of readlink() is ssize_t, but since here
37 readlink (const char *path, char *buf, size_t bufsize) function
H A DMakefile.am48 readlink.c \
H A Dxreadlink.c1 /* xreadlink.c -- readlink wrapper to return the link name in malloc'd storage
55 /* Call readlink to get the symbolic link value of FILENAME.
57 If readlink fails, return NULL (caller may use errno to diagnose).
79 ssize_t link_length = readlink (filename, buffer, buf_size);
/macosx-10.10.1/WTF-7600.1.24/wtf/gobject/
H A DGlibUtilities.cpp35 ssize_t result = readlink("/proc/self/exe", readLinkBuffer, PATH_MAX);
49 ssize_t result = readlink("/proc/curproc/file", readLinkBuffer, PATH_MAX);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/efl/
H A DProcessExecutablePathEfl.cpp54 ssize_t result = readlink("/proc/self/exe", readLinkBuffer, PATH_MAX);
56 ssize_t result = readlink("/proc/curproc/file", readLinkBuffer, PATH_MAX);
/macosx-10.10.1/cxxfilt-11/
H A Dmerge-lipo57 my $link1 = readlink;
60 my $link2 = readlink $destname;
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dtreetime.tcl13 if {[catch { file readlink $dir }]} {
H A Dversion.tcl71 [file dirname $fn] [file readlink $fn]]] }
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/path/
H A Dpathgetlink.c46 if ((n = readlink(name, buf, siz)) < 0) return(-1);
H A Dpathprog.c62 if ((n = readlink(_PROC_PROG, path, size)) > 0 && *path == '/')
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dgenerate_zoneinfo.sh41 DATVERS=`readlink ${TARBALL} | cut -d. -f1 | sed -e 's/^tzdata//'`
/macosx-10.10.1/libiconv-42/libiconv/build-aux/
H A Dinstall-reloc122 func_verbose $compile_command -I"$builddir" -I"$srcdir" -I"$config_h_dir" -DHAVE_CONFIG_H -DNO_XMALLOC -D"INSTALLPREFIX=\"$prefix\"" -D"INSTALLDIR=\"$installdir\"" -D"LIBPATHVAR=\"$library_path_var\"" -D"LIBDIRS=$libdirs" -D"EXEEXT=\"$exeext\"" "$srcdir"/relocwrapper.c "$srcdir"/progname.c "$srcdir"/progreloc.c "$srcdir"/xreadlink.c "$srcdir"/readlink.c "$srcdir"/canonicalize.c "$srcdir"/allocsa.c "$srcdir"/relocatable.c "$srcdir"/setenv.c "$srcdir"/strerror.c -o "$destprog.wrapper$exeext" || exit $?
/macosx-10.10.1/rsync-45/rsync/
H A Dtls.c83 len = readlink((char *) fname, linkbuf+4, sizeof(linkbuf) - 4);
85 failed("readlink", fname);
/macosx-10.10.1/shell_cmds-179/find/
H A Dls.c118 if ((lnklen = readlink(name, path, MAXPATHLEN - 1)) == -1) {
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dsysfile.h432 # undef readlink macro
433 # define readlink sys_readlink macro
436 # define sys_readlink readlink
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Drealpath.c150 slen = readlink(resolved, symlink, sizeof(symlink) - 1);
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmkrunnable.rb40 link = File.readlink(dest) rescue nil
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dunistd.h73 extern int readlink _ANSI_ARGS_((CONST char *path, char *buf, int bufsize));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dunistd.h73 extern int readlink _ANSI_ARGS_((CONST char *path, char *buf, int bufsize));
/macosx-10.10.1/tcl-105/tk/tk/compat/
H A Dunistd.h73 extern int readlink _ANSI_ARGS_((CONST char *path, char *buf, int bufsize));
/macosx-10.10.1/tcl-105/tk84/tk/compat/
H A Dunistd.h73 extern int readlink _ANSI_ARGS_((CONST char *path, char *buf, int bufsize));

Completed in 406 milliseconds

123456