Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c189 struct stat filestat; in ypcheck_domain_yptol() local
197 if (stat(path, &filestat) != -1) { in ypcheck_domain_yptol()
198 if (S_ISDIR(filestat.st_mode)) in ypcheck_domain_yptol()
223 struct stat64 filestat; in ypcheck_map_existence_yptol() local
238 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
251 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
266 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
280 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
H A Ddit_access.c95 struct stat filestat; in is_yptol_mode() local
97 if (stat(YP_DEFAULTCONFFILE, &filestat) != -1) in is_yptol_mode()
/titanic_44/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) {
/titanic_44/usr/src/cmd/ucodeadm/
H A Ducodeadm.c489 struct stat filestat; in main() local
594 if ((stat(filename, &filestat)) < 0) { in main()
600 if ((filestat.st_mode & S_IFMT) != S_IFREG && in main()
601 (filestat.st_mode & S_IFMT) != S_IFLNK) { in main()
607 if ((buf = malloc(filestat.st_size)) == NULL) { in main()
613 ucode_size = ucode->convert(filename, buf, filestat.st_size); in main()
/titanic_44/usr/src/tools/cscope-fast/
H A Dinvlib.h53 long filestat; /* file status word */ member
H A Dinvlib.c292 param.filestat = 0; in invmake()
560 (invcntl->param.filestat >= INVBUSY)) { in read_logblock()
643 if (stat == 0 && invcntl->param.filestat == INVALONE) { in invopen()
719 invcntl->param.filestat = stat; in invopen()
720 if (stat > invcntl->param.filestat) in invopen()
730 if (invcntl->param.filestat > 0) { in invclose()
731 invcntl->param.filestat = 0; in invclose()
/titanic_44/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c74 struct stat filestat; local
82 if (stat(NTOL_MAP_FILE, &filestat) != -1) {
/titanic_44/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; in is_yptol_mode() local
1091 if (stat(NTOL_MAP_FILE, &filestat) != -1) in is_yptol_mode()
H A Dypxfr.c1880 struct stat filestat; in is_yptol_mode() local
1882 if (stat(NTOL_MAP_FILE, &filestat) != -1) in is_yptol_mode()
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1922 uint64_t filestat[2]; in cmpstat() local
1948 filestat[0] = st->st_size; in cmpstat()
1949 filestat[1] = st->st_mtime; in cmpstat()
1951 file + bam_rootlen, filestat, 2); in cmpstat()
2057 bcopy(value, filestat, sizeof (filestat)); in cmpstat()
2059 if (flags != FTW_D && (filestat[0] != st->st_size || in cmpstat()
2060 filestat[1] != st->st_mtime)) { in cmpstat()