| LOW | _pre-commit.sh | 1 | #!/bin/sh |
| LOW | res/setup/resource.h | 1 | //{{NO_DEPENDENCIES}} |
| LOW | src/xml.c | 21 | * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| LOW | src/localization.h | 21 | #include <stddef.h> |
| LOW | src/rufus.c | 21 | #include <stdlib.h> |
| LOW | src/rufus.c | 41 | |
| LOW | src/rufus.c | 3381 | }; |
| LOW | src/process.c | 21 | * You should have received a copy of the GNU General Public License |
| LOW | src/ui.h | 21 | #include <stdint.h> |
| LOW | src/ui.h | 61 | UPT_ETA, |
| LOW | src/settings.h | 21 | #include "rufus.h" |
| LOW | src/settings.h | 41 | #define SETTING_DISABLE_VHDS "DisableVHDs" |
| LOW | src/format_fat32.c | 21 | #ifdef _CRTDBG_MAP_ALLOC |
| LOW | src/format_fat32.c | 361 | // Sector 0 Boot Sector |
| LOW | src/format.c | 21 | #include <crtdbg.h> |
| LOW | src/format.c | 41 | #include "resource.h" |
| LOW | src/vhd.c | 21 | // because we must apply a delay-loading workaround, and that workaround |
| LOW | src/format_ext.c | 21 | #include <stdlib.h> |
| LOW | src/stdio.c | 21 | #include <stdlib.h> |
| LOW | src/stdio.c | 281 | |
| LOW | src/smart.h | 21 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| LOW | src/smart.h | 41 | #define USB_JMICRON_ATA_PASSTHROUGH 0xdf |
| LOW | src/smart.h | 61 | |
| LOW | src/drive.h | 21 | #include <stdint.h> |
| LOW | src/drive.h | 41 | #define PI_MAIN 0 |
| LOW | src/drive.h | 281 | HRESULT (STDMETHODCALLTYPE *Wait)(__RPC__in IVdsAsync *This, __RPC__out HRESULT *pHrResult, __RPC__out VDS_ASYNC_OUTPUT |
| LOW | src/drive.h | 301 | #define IVdsPack_Release(This) (This)->lpVtbl->Release(This) |
| LOW | src/dos.c | 21 | /* Memory leaks detection - define _CRTDBG_MAP_ALLOC as preprocessor macro */ |
| LOW | src/dos.c | 41 | static DWORD DiskImageSize; |
| LOW | src/hash.c | 61 | |
| LOW | src/hash.c | 81 | |
| LOW | src/msapi_utf8.h | 21 | * You should have received a copy of the GNU Lesser General Public |
| LOW | src/msapi_utf8.h | 41 | #include <sys/types.h> |
| LOW | src/msapi_utf8.h | 61 | WideCharToMultiByte(CP_UTF8, 0, wsrc, -1, NULL, 0, NULL, NULL) |
| LOW | src/dos_locale.c | 21 | #ifdef _CRTDBG_MAP_ALLOC |
| LOW | src/missing.h | 21 | #include <intrin.h> |
| LOW | src/missing.h | 41 | |
| LOW | src/missing.h | 61 | #pragma intrinsic(_byteswap_ushort) |
| LOW | src/missing.h | 161 | return r; |
| LOW | src/missing.h | 181 | #define INTERNET_OPTION_HTTP_DECODING 65 |
| LOW | src/missing.h | 201 | #define IMAGE_FILE_MACHINE_LOONGARCH32 0x6232 |
| LOW | src/ntdll.h | 21 | * You should have received a copy of the GNU General Public License |
| LOW | src/ntdll.h | 41 | #define STATUS_ACCESS_DENIED ((NTSTATUS)0xC0000022L) |
| LOW | src/ntdll.h | 241 | } RTL_HEAP_PARAMETERS, *PRTL_HEAP_PARAMETERS; |
| LOW | src/ntdll.h | 261 | // Privileges |
| LOW | src/ntdll.h | 281 | #define SE_SHUTDOWN_PRIVILEGE (19L) |
| LOW | src/localization.c | 21 | #ifdef _CRTDBG_MAP_ALLOC |
| LOW | src/rufus.h | 21 | #include <inttypes.h> |
| LOW | src/rufus.h | 41 | |
| LOW | src/rufus.h | 61 | #define LEFT_TO_RIGHT_MARK "\u200e" |
| LOW | src/rufus.h | 81 | #define MAX_LOG_SIZE 0x7FFFFFFE |
| LOW | src/rufus.h | 101 | #define NET_SESSION_TIMEOUT 3500 // How long we should wait to connect, send or receive internet data (in ms) |
| LOW | src/rufus.h | 121 | #define CBN_SELCHANGE_INTERNAL (CBN_SELCHANGE + 256) |
| LOW | src/rufus.h | 141 | #elif defined(_M_IX86) |
| LOW | src/rufus.h | 161 | #define PERCENTAGE(percent, value) ((1ULL * (percent) * (value)) / 100ULL) |
| LOW | src/rufus.h | 181 | #define safe_strcmp(str1, str2) strcmp(((str1 == NULL) ? "<NULL>" : str1), ((str2 == NULL) ? "<NULL>" : str2)) |
| LOW | src/rufus.h | 201 | #define safe_vsnprintf(buf, size, format, arg) _vsnprintf_s(buf, size, _TRUNCATE, format, arg) |
| LOW | src/rufus.h | 361 | #define WINPE_I386 0x0007 |
| LOW | src/rufus.h | 381 | #define IS_FAT32_COMPAT(r) (((r.has_4GB_file == 0 && !HAS_FATLESS_GRUB(r)) || (r.has_4GB_file == 0x11 && allow_dual_uef |
| LOW | src/rufus.h | 681 | // Windows User Experience (unattend.xml) flags and masks |
| 360 more matches not shown… |