Searched refs:filestat (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 189 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 D | dit_access.c | 95 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 D | utils.c | 194 struct stat64 filestat; local 206 if (stat64(dbfile, &filestat) != -1) { 210 if (stat64(dbfile, &filestat) != -1) {
|
/titanic_44/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 489 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 D | invlib.h | 53 long filestat; /* file status word */ member
|
H A D | invlib.c | 292 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 D | rpc.ypupdated.c | 74 struct stat filestat; local 82 if (stat(NTOL_MAP_FILE, &filestat) != -1) {
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 524 struct stat filestat; local 531 if (stat(name, &filestat) < 0) { 535 sprintf(ans, "%010ld", (long)filestat.st_mtime);
|
H A D | yppush.c | 1089 struct stat filestat; in is_yptol_mode() local 1091 if (stat(NTOL_MAP_FILE, &filestat) != -1) in is_yptol_mode()
|
H A D | ypxfr.c | 1880 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 D | bootadm.c | 1922 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()
|