OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__mingw_snprintf
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d
1401
int
__mingw_snprintf
(scope char* s, size_t n, scope const char* fmt, scope const ...);
1403
alias
__mingw_snprintf
_snprintf;
1405
alias
__mingw_snprintf
snprintf;
/src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h
151
mingw provides,
__mingw_snprintf
(). We also provide a prototype for
152
__mingw_snprintf
(), because the mingw headers currently don't have one. */
154
extern int
__mingw_snprintf
(char *, size_t, const char *, ...)
157
#define snprintf
__mingw_snprintf
configure
30200
# Check whether
__mingw_snprintf
() is present
30202
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
__mingw_snprintf
is present" >&5
30203
$as_echo_n "checking whether
__mingw_snprintf
is present... " >&6; }
30215
extern int
__mingw_snprintf
(char *, size_t, const char *, ...);
30221
__mingw_snprintf
(NULL, 0, "%d\n", 1);
/src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h
151
mingw provides,
__mingw_snprintf
(). We also provide a prototype for
152
__mingw_snprintf
(), because the mingw headers currently don't have one. */
154
extern int
__mingw_snprintf
(char *, size_t, const char *, ...)
157
#define snprintf
__mingw_snprintf
configure
27057
# Check whether
__mingw_snprintf
() is present
27059
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
__mingw_snprintf
is present" >&5
27060
$as_echo_n "checking whether
__mingw_snprintf
is present... " >&6; }
27072
extern int
__mingw_snprintf
(char *, size_t, const char *, ...);
27078
__mingw_snprintf
(NULL, 0, "%d\n", 1);
Completed in 41 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026