_SetFileAttributes 267 include/lolevel.h extern int _SetFileAttributes(const char *fn, int attr); _SetFileAttributes 270 include/lolevel.h extern void _SetFileAttributes(int fd, int attr); _SetFileAttributes 1808 platform/generic/wrappers.c return _SetFileAttributes(fn, attr); _SetFileAttributes 1815 platform/generic/wrappers.c _SetFileAttributes(fd, attr);