lstat              65 ompi/mca/fs/base/fs_base_get_parent_dir.c     err = lstat(filename, &statbuf);
lstat             165 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     err = lstat(filename, &statbuf);
lstat             177 ompi/mca/io/romio321/romio/adio/include/adio.h #if defined(HAVE_LSTAT) && defined(NEEDS_LSTAT_DECL) && !defined(lstat)
lstat             178 ompi/mca/io/romio321/romio/adio/include/adio.h int lstat(const char *file_name, struct stat *buf);
lstat              96 opal/mca/event/libevent2022/libevent/sample/event-test.c 	if (lstat(fifo, &st) == 0) {
lstat             463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return lstat(p, st);
lstat             211 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if ( 0 > lstat(name, &st) ){
lstat            1767 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (lstat(ds_ctx->base_path, &st) >= 0){
lstat              98 test/event/event-test.c 	if (lstat (fifo, &st) == 0) {