Searched refs:statb (Results 26 - 35 of 35) sorted by relevance

12

/netbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c113 struct stat statb; local
121 if (stat(dev, &statb) < 0) {
125 if (!S_ISCHR(statb.st_mode)) {
/netbsd-current/bin/ksh/
H A Dedit.c565 struct stat statb; local
575 && stat(words[0], &statb) < 0)
H A Deval.c1022 (stat_done = stat(Xstring(*xs, xp), &statb) < 0 \
1024 struct stat lstatb, statb; local
1038 || !S_ISDIR(statb.st_mode))
1052 && S_ISDIR(statb.st_mode))
H A Dvar.c1026 struct stat statb; local
1029 && stat(s, &statb) == 0 && S_ISDIR(statb.st_mode))
/netbsd-current/sbin/fsck_ffs/
H A Dsetup.c94 struct stat statb; local
104 if (stat(dev, &statb) < 0) {
108 if (!forceimage && !S_ISCHR(statb.st_mode)) {
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c274 struct stat statb;
420 if (stat (file[i], &statb) < 0)
425 else if (S_ISDIR(statb.st_mode))
272 struct stat statb; local
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c251 struct stat statb;
385 if (stat (file[i], &statb) < 0)
387 else if (S_ISDIR (statb.st_mode))
249 struct stat statb; local
/netbsd-current/sys/dev/isa/
H A Dif_eg.c169 egreadPCBstat(bus_space_tag_t iot, bus_space_handle_t ioh, uint8_t statb) argument
179 if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) == statb)
/netbsd-current/bin/sh/
H A Dexpand.c1575 struct stat statb; local
1666 if (metaflag == 0 || lstat(expdir, &statb) >= 0)
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-linux.c1795 struct stat statb; local
1807 if (stat(pathstr, &statb) == 0) {

Completed in 234 milliseconds

12