Lines Matching refs:stat
1355 struct stat bufRet = {0};
1364 ret = stat((path ? pathRet : NULL), (buf ? (&bufRet) : NULL));
1386 struct stat bufRet = {0};
1395 ret = stat((path ? pathRet : NULL), (buffer ? (&bufRet) : NULL));
1416 struct stat bufRet = {0};
1431 ret = stat(filep->f_path, (buf ? (&bufRet) : NULL));
2531 struct stat bufRet = {0};
2552 ret = stat(fullpath, &bufRet);
2578 struct stat buf;
2598 ret = stat(fullDirectory, &buf);