Searched refs:filestatus (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddir.h24 struct stat filestatus; /* filename, or the name to which it points */ member in struct:DirList
H A Ddir.c190 struct stat *s1 = &(f1->filestatus);
191 struct stat *s2 = &(f2->filestatus);
225 struct stat *s1 = &(f1->filestatus);
226 struct stat *s2 = &(f2->filestatus);
264 struct stat *s1 = &(f1->filestatus);
265 struct stat *s2 = &(f2->filestatus);
327 struct stat *s1 = &(f1->filestatus);
328 struct stat *s2 = &(f2->filestatus);
440 (*dir)[0].filestatus = status;
456 (*dir)[i].filestatus
[all...]
H A Dfselect.c50 while ((*nd < n) && (S_ISDIR(d[*nd].filestatus.st_mode))) (*nd)++;
73 while ((nd < n) && (S_ISDIR(d[nd].filestatus.st_mode))) nd++;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dfile.c147 BOOL filestatus; local
174 filestatus = MoveFile(newname, buf);
180 filestatus = MoveFile(oldname, newname);
181 if (filestatus == 0) {
187 filestatus = MoveFile(buf, newname);
188 if (filestatus == 0)
198 filestatus = DeleteFile(buf);

Completed in 113 milliseconds