st_size            31 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c         if(((ADIO_Offset)stat_buf.st_size) != size)
st_size            34 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c             FPRINTF(stderr, "%s: Rank %d: Resize failed: requested=%llu actual=%llu.\n",myname,myrank,size,(unsigned long long)stat_buf.st_size);
st_size           786 ompi/mca/rte/pmix/rte_pmix_module.c         if (0 == st.st_size) {
st_size           177 ompi/mca/topo/treematch/treematch/tm_mapping.c     return st.st_size;
st_size           148 opal/mca/event/libevent2022/libevent/evutil.c 	if (fstat(fd, &st) || st.st_size < 0 ||
st_size           149 opal/mca/event/libevent2022/libevent/evutil.c 	    st.st_size > EV_SSIZE_MAX-1 ) {
st_size           153 opal/mca/event/libevent2022/libevent/evutil.c 	mem = mm_malloc((size_t)st.st_size + 1);
st_size           164 opal/mca/event/libevent2022/libevent/evutil.c 	while ((r = read(fd, mem+read_so_far, N_TO_READ(st.st_size - read_so_far))) > 0) {
st_size           166 opal/mca/event/libevent2022/libevent/evutil.c 		if (read_so_far >= (size_t)st.st_size)
st_size           168 opal/mca/event/libevent2022/libevent/evutil.c 		EVUTIL_ASSERT(read_so_far < (size_t)st.st_size);
st_size           290 opal/mca/event/libevent2022/libevent/sample/http-server.c 		evbuffer_add_file(evb, fd, 0, st.st_size);
st_size           136 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	if (st.st_size <= 64*1024) { /* random limit large enough to store multiple cpusets for thousands of PUs */
st_size           137 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  buffer = malloc(st.st_size+1);
st_size           138 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  if (read(fd, buffer, st.st_size) == st.st_size) {
st_size           139 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	    buffer[st.st_size] = '\0';
st_size           145 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		  env, (unsigned long) st.st_size);
st_size          2603 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   ret = (char *) malloc(fs.st_size);
st_size          2605 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     ssize_t cb = read(file, ret, fs.st_size);
st_size           371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c       buflen = statbuf.st_size+1; /* one additional byte so that the first fread() gets EOF too */
st_size           311 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c                          (unsigned long)buf.st_size, ctime(&buf.st_atime), ctime(&buf.st_mtime)));
st_size           314 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         if (buf.st_size == (int64_t)ft->last_size) {
st_size           318 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c             ft->last_size = buf.st_size;
st_size           428 orte/mca/ras/alps/ras_alps_module.c         szLen=ssBuf.st_size;                /* Get buffer size                */
st_size           123 orte/mca/ras/lsf/ras_lsf_module.c         if (0 == buf.st_size) {
st_size           603 orte/util/session_dir.c         if (0 == st.st_size) {