Searched defs:filestat (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c194 struct stat64 filestat; local
206 if (stat64(dbfile, &filestat) != -1) {
210 if (stat64(dbfile, &filestat) != -1) {
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c184 struct stat filestat; local
192 if (stat(path, &filestat) != -1) {
193 if (S_ISDIR(filestat.st_mode))
218 struct stat64 filestat; local
233 if (stat64(dbfile, &filestat) == -1) {
246 if (stat64(dbfile, &filestat) == -1) {
261 if (stat64(dbfile, &filestat) == -1) {
275 if (stat64(dbfile, &filestat) == -1) {
H A Ddit_access.c95 struct stat filestat; local
97 if (stat(YP_DEFAULTCONFFILE, &filestat) != -1)
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c72 struct stat filestat; local
80 if (stat(NTOL_MAP_FILE, &filestat) != -1) {
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h53 long filestat; /* file status word */ member in struct:__anon4454
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c524 struct stat filestat; local
531 if (stat(name, &filestat) < 0) {
535 sprintf(ans, "%010ld", (long)filestat.st_mtime);
H A Dyppush.c1089 struct stat filestat; local
1091 if (stat(NTOL_MAP_FILE, &filestat) != -1)
H A Dypxfr.c1880 struct stat filestat; local
1882 if (stat(NTOL_MAP_FILE, &filestat) != -1)
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c489 struct stat filestat; local
594 if ((stat(filename, &filestat)) < 0) {
600 if ((filestat.st_mode & S_IFMT) != S_IFREG &&
601 (filestat.st_mode & S_IFMT) != S_IFLNK) {
607 if ((buf = malloc(filestat.st_size)) == NULL) {
613 ucode_size = ucode->convert(filename, buf, filestat.st_size);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c201 #define FILE_STAT "boot/solaris/filestat.ramdisk"
202 #define FILE_STAT_TMP "boot/solaris/filestat.ramdisk.tmp"
2262 uint64_t filestat[2]; local
2288 filestat[0] = st->st_size;
2289 filestat[1] = st->st_mtime;
2291 file + bam_rootlen, filestat, 2);
2402 bcopy(value, filestat, sizeof (filestat));
2404 if (flags != FTW_D && (filestat[0] != st->st_size ||
2405 filestat[
[all...]

Completed in 85 milliseconds