Searched refs:filestat (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c189 struct stat filestat; local
197 if (stat(path, &filestat) != -1) {
198 if (S_ISDIR(filestat.st_mode))
223 struct stat64 filestat; local
238 if (stat64(dbfile, &filestat) == -1) {
251 if (stat64(dbfile, &filestat) == -1) {
266 if (stat64(dbfile, &filestat) == -1) {
280 if (stat64(dbfile, &filestat) == -1) {
H A Ddit_access.c95 struct stat filestat; local
97 if (stat(YP_DEFAULTCONFFILE, &filestat) != -1)
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h53 long filestat; /* file status word */ member in struct:__anon4811
H A Dinvlib.c292 param.filestat = 0;
560 (invcntl->param.filestat >= INVBUSY)) {
643 if (stat == 0 && invcntl->param.filestat == INVALONE) {
719 invcntl->param.filestat = stat;
720 if (stat > invcntl->param.filestat)
730 if (invcntl->param.filestat > 0) {
731 invcntl->param.filestat = 0;
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c72 struct stat filestat; local
80 if (stat(NTOL_MAP_FILE, &filestat) != -1) {
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c526 struct stat filestat; local
533 if (stat(name, &filestat) < 0) {
537 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.c1883 struct stat filestat; local
1885 if (stat(NTOL_MAP_FILE, &filestat) != -1)
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c205 #define FILE_STAT "boot/solaris/filestat.ramdisk"
206 #define FILE_STAT_TMP "boot/solaris/filestat.ramdisk.tmp"
1915 uint64_t filestat[2]; local
1941 filestat[0] = st->st_size;
1942 filestat[1] = st->st_mtime;
1944 file + bam_rootlen, filestat, 2);
2050 bcopy(value, filestat, sizeof (filestat));
2052 if (flags != FTW_D && (filestat[0] != st->st_size ||
2053 filestat[
[all...]

Completed in 189 milliseconds