Home
last modified time | relevance | path

Searched refs:_CRT_SECURE_NO_WARNINGS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlprefix.h38 #if !defined(_CRT_SECURE_NO_WARNINGS)
39 #define _CRT_SECURE_NO_WARNINGS /* avoid warnings about ISO C functions */ macro
/freebsd/contrib/unifdef/win32/
H A Dunifdef.h27 #define _CRT_SECURE_NO_WARNINGS macro
/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h24 # define _CRT_SECURE_NO_WARNINGS /* Disable Visual Studio warning messages for fopen, strncpy, … macro
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c48 #define _CRT_SECURE_NO_WARNINGS 1 macro
/freebsd/contrib/sqlite3/
H A Dshell.c33 #if (defined(_WIN32) || defined(WIN32)) && !defined(_CRT_SECURE_NO_WARNINGS)
35 #define _CRT_SECURE_NO_WARNINGS macro
/freebsd/contrib/ntp/
H A DCommitLog35314 avoid double definition of _CRT_SECURE_NO_WARNINGS