attr              267 include/lolevel.h extern int _SetFileAttributes(const char *fn, int attr);
attr              270 include/lolevel.h extern void _SetFileAttributes(int fd, int attr);
attr               85 include/std/stdlib.h extern unsigned char SetFileAttributes(const char* fn, unsigned char attr);
attr             1805 platform/generic/wrappers.c unsigned char SetFileAttributes(const char* fn, unsigned char attr)
attr             1808 platform/generic/wrappers.c     return _SetFileAttributes(fn, attr);
attr             1815 platform/generic/wrappers.c         _SetFileAttributes(fd, attr);
attr             1817 platform/generic/wrappers.c         ret = attr;
attr              259 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int SetFileAttributes(const char *fn, int attr);
attr              262 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void SetFileAttributes(int fd, int attr);