lstat
extern int lstat(const char *path, struct stat *st);
if (lstat(path.Path(), &st) != 0) {
int lstat;
lstat = sk_xmac_miibus_readreg(sc_if, SK_PHYADDR_BCOM,
if (!(lstat & BRGPHY_AUXSTS_LINK) && sc_if->sk_link) {
if (lstat(path.GetPath(), &st) < 0)
if (lstat(path, &st) < 0)
&& lstat(path.Path(), &st) == 0) {
if (lstat(fileName, &st) != 0) {
if (lstat(fileNameOrID, &st) != 0) {
if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
|| (device.GetPath(&path) == B_OK && lstat(path.Path(), &st) == 0
if ( stat( name, &sb ) < 0 || lstat( name, &lsb ) < 0 )
return lstat(_actualPath, &st) == 0;
if (lstat(sourcePath, &sourceStat) < 0) {
bool destExists = lstat(destPath, &destStat) == 0;
if (lstat(path.c_str(), &st) == 0) {
if (lstat(entryPath.c_str(), &st) != 0) {
if (lstat(path, &st) != 0) {
if (lstat(path.c_str(), &st) != 0)
if (lstat(fileNameOrID, &st) != 0) {
if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
|| (device.GetPath(&path) == B_OK && lstat(path.Path(), &st) == 0
if (lstat(fileName, &st) != 0) {
code = lstat(filename, &st) == 0 && S_ISDIR(st.st_mode) ? 212 : 213;
if (lstat(name, &st) < 0) {
if (lstat(name, &st) < 0) {
if (lstat(path, &st) != 0) {
if (lstat(filename, &G.statbuf) == 0) {
if (lstat(filename, &G.statbuf) == 0 && S_ISLNK(G.statbuf.st_mode)) {
if (SSTAT(G.filename, &G.statbuf) == 0 || lstat(G.filename,&G.statbuf) == 0)
result = lstat(Path(), &st);
if (lstat(realPath.c_str(), &linkStat) != 0)
if (lstat(entryPath.c_str(), &st) == 0) {
if (lstat(path, &st) < 0) {
result = lstat(realPath.c_str(), st);
if (lstat(realPath.c_str(), &tmpStat) < 0)
if (path == NULL || lstat(path, &st) < 0 || !S_ISLNK(st.st_mode))
if (lstat(attrDirPath.c_str(), &st) == 0) {
if (lstat(path, &st))
bool exists = (lstat(attrPath.c_str(), &st) == 0);
if (lstat(sAttributeDirBasePath, &st) == 0) {
if (lstat(attrPath.c_str(), &st) < 0)
if (lstat(path, &st))
return (flag & AT_SYMLINK_NOFOLLOW) != 0 ? lstat(path, st)
return (flag & AT_SYMLINK_NOFOLLOW) != 0 ? lstat(fullPath, st)
result = lstat(path.c_str(), st);
if (lstat(packageLinksPath, &st) < 0)
if (lstat(originalFileName, &st) == 0)
if (lstat(sourcePath, &sourceStat) < 0) {
bool destExists = lstat(destPath, &destStat) == 0;
if (lstat(path, &st) < 0) {
if (lstat(path.Path(), &st) != 0)
if (lstat(path.Path(), &st) == 0) {
if (lstat(filePath.Path(), &st) != 0) {
if (lstat(path, &st) < 0) {
if (lstat(path, &st) < 0)
&& lstat(kSystemPackagesDirectory, &st) == 0)) {
|| lstat(pathBuffer.Path(), &st) != 0) {
&& lstat(pathBuffer.Path(), &st) == 0) {
return lstat(path, &st) == 0;
if (lstat(path, &st) != 0)
if (lstat(buffer, &st) != 0)
if (lstat(buffer, &st) == 0)
if (lstat(path, &st) != 0)
return (lstat(buf, sb));
if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) {
if (!(flags & FTW_PHYS) && errno==ENOENT && !lstat(path, &st))
} else if (lstat(path, &sbuf))
if (lstat(resolvedPath, &stat) != 0) {
ret = lstat(path, &st);
if (::lstat(path, &stat) != 0) {
if (lstat(dir, &dirStat) == 0) {
if (lstat(path, &st) == 0)
if (lstat(path, &st) == 0)
if (lstat(path, &st) == 0)
CPPUNIT_ASSERT( lstat(entryName.c_str(), &st) == 0 );
CPPUNIT_ASSERT( lstat(entryName.c_str(), &st) == 0 );
CPPUNIT_ASSERT( lstat(entryName.c_str(), &st2) == 0 );
CPPUNIT_ASSERT( lstat(entryName.c_str(), &st) == 0 );
lstat(path, &st);
if (lstat(path, &st) < 0)
if (lstat(path.GetPath(), &st) < 0) {