Searched refs:lstat (Results 76 - 100 of 183) sorted by relevance

12345678

/freebsd-11.0-release/usr.bin/unzip/
H A Dunzip.c317 if (lstat(path, &sb) == 0) {
355 if (lstat(path, &sb) == 0) {
599 if (lstat(*path, &sb) == 0) {
/freebsd-11.0-release/contrib/bmake/
H A Dutil.c291 if (lstat(".", &st_cur) == -1) {
338 if (lstat(nextpathptr, &st_next) == -1) {
/freebsd-11.0-release/sys/sys/
H A Dsyscall.mk125 lstat.o \
H A Dstat.h340 int lstat(const char * __restrict, struct stat * __restrict);
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c116 #define lstat stat macro
117 /*#define lstat _stat64*/
1189 r = lstat(path1, &st1);
1195 r = lstat(path2, &st2);
1278 r = lstat(pathname, &st);
1404 r = lstat(pathname, &st);
1431 r = lstat(pathname, &st);
1456 r = lstat(pathname, &st);
1479 r = lstat(pathname, &st);
1517 r = lstat(pathnam
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dkuserok.c123 if(lstat(dirname, &st) < 0)
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp236 if (Name == "lstat") return (uint64_t)&lstat;
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchownat.c233 ATF_REQUIRE(lstat(LINK, &st) == 0);
H A Dt_utimensat.c196 ATF_REQUIRE(lstat(LINK, &st) == 0);
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h175 #pragma redefine_extname lstat __mfwrap_lstat
/freebsd-11.0-release/contrib/file/src/
H A Dfsmagic.c121 * On 4.2BSD and similar systems, use lstat() to identify symlinks.
125 ret = lstat(fn, sb);
/freebsd-11.0-release/bin/getfacl/
H A Dgetfacl.c187 error = lstat(path, &sb);
/freebsd-11.0-release/bin/sh/
H A Dcd.c208 if (lstat(stackblock(), &statb) < 0) {
/freebsd-11.0-release/sys/dev/mn/
H A Dif_mn.c83 u_int32_t lreg4, lreg5, lre6, lstat; member in struct:m32xreg
1196 u_int32_t stat, lstat, u; local
1201 lstat = sc->m32x->lstat;
1203 if (!stat && !(lstat & 2))
1208 printf("%s: I stat=%08x lstat=%08x\n", sc->name, stat, lstat);
1211 if ((stat & 0x200) || (lstat & 2))
/freebsd-11.0-release/contrib/libarchive/cat/test/
H A Dmain.c117 #define lstat stat macro
118 /*#define lstat _stat64*/
1190 r = lstat(path1, &st1);
1196 r = lstat(path2, &st2);
1279 r = lstat(pathname, &st);
1400 r = lstat(pathname, &st);
1427 r = lstat(pathname, &st);
1450 r = lstat(pathname, &st);
1488 r = lstat(pathname, &st);
1530 r = lstat(pathnam
[all...]
/freebsd-11.0-release/contrib/libarchive/cpio/test/
H A Dmain.c118 #define lstat stat macro
119 /*#define lstat _stat64*/
1191 r = lstat(path1, &st1);
1197 r = lstat(path2, &st2);
1280 r = lstat(pathname, &st);
1401 r = lstat(pathname, &st);
1428 r = lstat(pathname, &st);
1451 r = lstat(pathname, &st);
1489 r = lstat(pathname, &st);
1531 r = lstat(pathnam
[all...]
/freebsd-11.0-release/contrib/libarchive/tar/test/
H A Dmain.c118 #define lstat stat macro
119 /*#define lstat _stat64*/
1191 r = lstat(path1, &st1);
1197 r = lstat(path2, &st2);
1280 r = lstat(pathname, &st);
1401 r = lstat(pathname, &st);
1428 r = lstat(pathname, &st);
1451 r = lstat(pathname, &st);
1489 r = lstat(pathname, &st);
1531 r = lstat(pathnam
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs.c551 if (lstat(pstr, &st->m_sb) == -1) {
553 "lstat(2) failed", pstr);
700 if (lstat(atf_fs_path_cstring(p), &st) == -1) {
/freebsd-11.0-release/usr.sbin/lpr/lpr/
H A Dlpr.c426 if (lstat(arg, &statb1) < 0)
437 if (lstat(dfname, &statb2) < 0)
/freebsd-11.0-release/usr.sbin/makefs/
H A Dwalk.c124 if (lstat(path, &stbuf) == -1)
125 err(1, "Can't lstat `%s'", path);
410 lstat(path, &stbuf) == -1)
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.os.h441 # define lstat stat macro
/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Dfilestat.c292 srv = lstat(fname, &info);
/freebsd-11.0-release/bin/cp/
H A Dcp.c238 lstat(*argv, &tmp_stat);
/freebsd-11.0-release/usr.bin/sed/
H A Dmain.c392 if (lstat(fname, &sb) != 0)
/freebsd-11.0-release/usr.bin/uudecode/
H A Duudecode.c260 if (lstat(outfile, &st) == 0) {

Completed in 407 milliseconds

12345678