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

123

/freebsd-11.0-release/usr.bin/stat/
H A DMakefile5 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
6 MLINKS= stat.1 readlink.1
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_readlink.c56 (void)readlink("symlink", b, len);
61 (void)readlink("/", b, len);
H A Dt_ssp.sh401 atf_test_case readlink
404 atf_set "descr" "Checks readlink(2)"
461 atf_add_test_case readlink
/freebsd-11.0-release/contrib/gcclibs/libssp/ssp/
H A Dunistd.h45 #undef readlink macro
62 readlink);
65 readlink (const char *__restrict__ __path, char *__restrict__ __buf, function
/freebsd-11.0-release/lib/libc/gen/
H A Dcheck_utility_compat.c58 if ((len = readlink(_PATH_UTIL_COMPAT, buf, sizeof(buf) - 1)) < 0)
/freebsd-11.0-release/usr.bin/cmp/
H A Dlink.c48 if ((len1 = readlink(file1, buf1, sizeof(buf1) - 1)) < 0) {
55 if ((len2 = readlink(file2, buf2, sizeof(buf2) - 1)) < 0) {
/freebsd-11.0-release/contrib/netbsd-tests/bin/cp/
H A Dt_cp.sh144 if [ `readlink link` != `readlink file` ]; then
145 atf_fail "readlink link != readlink file"
185 atf_check -s eq:1 -o empty -e empty readlink dirlink
201 if [ `readlink file` != `readlink dirlink` ]; then
202 atf_fail "readlink link != readlink file"
213 readlink dir
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp104 len = ::readlink(name, buf, PATH_MAX - 1);
/freebsd-11.0-release/usr.bin/find/
H A Dls.c113 if ((lnklen = readlink(name, path, MAXPATHLEN - 1)) == -1) {
/freebsd-11.0-release/usr.sbin/etcupdate/
H A Detcupdate.sh314 first=`readlink $1`
315 second=`readlink $2`
473 first=`readlink $1/$file`
474 second=`readlink $2/$file`
1100 old=`readlink $OLDTREE/$file`
1101 new=`readlink $NEWTREE/$file`
1140 new=`readlink $NEWTREE/$file`
1141 dest=`readlink $DESTDIR/$file`
1172 old=`readlink $OLDTREE/$file`
1173 new=`readlink
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dfbsd-proc.c45 if (readlink (path, buf, MAXPATHLEN) > 0)
/freebsd-11.0-release/contrib/bmake/
H A Drealpath.c180 n = readlink(resolved, wbuf[idx], sizeof(wbuf[0]) - 1);
/freebsd-11.0-release/tools/LibraryReport/
H A DLibraryReport.tcl106 # If the readlink fails, the symlink is stale
107 if {[catch {set ldest [file readlink $lib]}]} {
/freebsd-11.0-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h130 int readlink(const char *, char *, int);
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Drealpath.c176 slen = readlink(resolved, symlink, sizeof(symlink) - 1);
/freebsd-11.0-release/contrib/libpcap/lbl/
H A Dos-sunos4.h130 int readlink(const char *, char *, int);
/freebsd-11.0-release/lib/libc/stdlib/
H A Drealpath.c176 slen = readlink(resolved, symlink, sizeof(symlink) - 1);
/freebsd-11.0-release/tests/sys/kern/
H A Dkern_descrip_test.c173 if ((n = readlink(VALUE, buf, sizeof(buf))) > 0) {
/freebsd-11.0-release/tools/regression/security/cap_test/
H A Dcap_test_capmode.c105 CHECK_CAPMODE(readlink, "/tmp/cap_capmode_readlink", NULL, 0);
/freebsd-11.0-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c433 len = readlink(AUDIT_CURRENT_LINK, activefn, MAXPATHLEN - 1);
1063 len = readlink(AUDIT_CURRENT_LINK, recoveredname,
1220 len = readlink(AUDIT_CURRENT_LINK, oldname, sizeof(oldname) - 1);
/freebsd-11.0-release/sys/sys/
H A Dsyscall.mk55 readlink.o \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/posix/
H A DFileSystem.cpp221 ssize_t count = ::readlink(src.GetCString(), buf, sizeof(buf) - 1);
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dtrace.c34 len = readlink(exe, fname, sizeof(fname) - 1);
36 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno));
/freebsd-11.0-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c206 PUFFSOP_SET(pops, dtfs, node, readlink);
/freebsd-11.0-release/contrib/file/src/
H A Dfsmagic.c288 if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
303 buf[nch] = '\0'; /* readlink(2) does not do this */

Completed in 173 milliseconds

123