Searched refs:statbuf (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dgetwd.c66 char statbuf[MAX_PATH_LEN]; local
71 statbuf[0] = '.';
72 statbuf[1] = '.';
73 statbuf[2] = '/';
113 (void) strcpy(statbuf + 3, dir.d_name);
114 (void) stat(statbuf, &dotdotstat);
/barrelfish-master/lib/libc/net/
H A Dnsdispatch.c336 struct stat statbuf; local
353 if (stat(path, &statbuf) != 0)
355 if (statbuf.st_mtime <= confmod)
362 if (stat(path, &statbuf) != 0)
364 if (statbuf.st_mtime <= confmod)
380 confmod = statbuf.st_mtime;
/barrelfish-master/lib/libc/db/hash/
H A Dhash.c102 struct stat statbuf; local
126 new_table = _fstat(hashp->fp, &statbuf) == 0 &&
127 statbuf.st_size == 0 && (flags & O_ACCMODE) != O_RDONLY;
273 struct stat statbuf; local
291 if (stat(file, &statbuf))
293 hashp->BSIZE = statbuf.st_blksize;

Completed in 46 milliseconds