Home
last modified time | relevance | path

Searched refs:_strset_s (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/sec_api/
H A Dtchar_s.h241 #define _tcsset_s _strset_s
242 #define _tcsset_s _strset_s
256 #define _strset_s_l(_Destination,_Destination_size_chars,_Value,_Locale) (_strset_s(_Destination,_D…
H A Dstring_s.h24 _CRTIMP errno_t __cdecl _strset_s(char *_Dst,size_t _DstSize,int _Value);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/sec_api/
H A Dtchar_s.h241 #define _tcsset_s _strset_s
242 #define _tcsset_s _strset_s
256 #define _strset_s_l(_Destination,_Destination_size_chars,_Value,_Locale) (_strset_s(_Destination,_D…
H A Dstring_s.h24 _CRTIMP errno_t __cdecl _strset_s(char *_Dst,size_t _DstSize,int _Value);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsvcrt.def.in1032 _strset_s
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsvcrt.def.in1032 _strset_s
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs3725 pub fn _strset_s( in _strset_s() function