Searched refs:_GL_WARN_ON_USE (Results 1 - 25 of 866) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsys_time.in.h62 /* The definition of _GL_WARN_ON_USE is copied here. */
126 _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable - "
139 _GL_WARN_ON_USE (close,
146 _GL_WARN_ON_USE (gethostname,
181 _GL_WARN_ON_USE (socket,
183 _GL_WARN_ON_USE (connect,
185 _GL_WARN_ON_USE (accept,
187 _GL_WARN_ON_USE (bind,
189 _GL_WARN_ON_USE (getpeername,
191 _GL_WARN_ON_USE (getsocknam
[all...]
H A Dwarn-on-use.h17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
24 attribute used in _GL_WARN_ON_USE. If the compiler does not support
31 _GL_WARN_ON_USE is for functions with 'extern' linkage.
41 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
57 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
69 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
82 #ifndef _GL_WARN_ON_USE
86 # define _GL_WARN_ON_USE(function, message) \ macro
92 # define _GL_WARN_ON_USE(function, message) \ macro
96 # define _GL_WARN_ON_USE(functio macro
[all...]
H A Dctype.in.h41 /* The definition of _GL_WARN_ON_USE is copied here. */
51 _GL_WARN_ON_USE (isblank, "isblank is unportable - "
H A Dstdlib.in.h118 /* The definition of _GL_WARN_ON_USE is copied here. */
146 _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
165 _GL_WARN_ON_USE (atoll, "atoll is unportable - "
187 _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere - "
214 _GL_WARN_ON_USE (canonicalize_file_name,
234 _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - "
262 _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - "
278 _GL_WARN_ON_USE (grantpt, "grantpt is not portable - "
305 _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - "
334 _GL_WARN_ON_USE (mbtow
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_time.in.h62 /* The definition of _GL_WARN_ON_USE is copied here. */
126 _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable - "
139 _GL_WARN_ON_USE (close,
146 _GL_WARN_ON_USE (gethostname,
181 _GL_WARN_ON_USE (socket,
183 _GL_WARN_ON_USE (connect,
185 _GL_WARN_ON_USE (accept,
187 _GL_WARN_ON_USE (bind,
189 _GL_WARN_ON_USE (getpeername,
191 _GL_WARN_ON_USE (getsocknam
[all...]
H A Dwarn-on-use.h17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
24 attribute used in _GL_WARN_ON_USE. If the compiler does not support
31 _GL_WARN_ON_USE is for functions with 'extern' linkage.
41 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
57 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
69 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
82 #ifndef _GL_WARN_ON_USE
86 # define _GL_WARN_ON_USE(function, message) \ macro
92 # define _GL_WARN_ON_USE(function, message) \ macro
99 # define _GL_WARN_ON_USE(functio macro
103 # define _GL_WARN_ON_USE macro
[all...]
H A Dstrings.in.h49 /* The definition of _GL_WARN_ON_USE is copied here. */
66 _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module");
84 _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character "
107 _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character "
H A Dsys_select.in.h148 /* The definition of _GL_WARN_ON_USE is copied here. */
189 _GL_WARN_ON_USE (close,
196 _GL_WARN_ON_USE (gethostname,
231 _GL_WARN_ON_USE (socket,
233 _GL_WARN_ON_USE (connect,
235 _GL_WARN_ON_USE (accept,
237 _GL_WARN_ON_USE (bind,
239 _GL_WARN_ON_USE (getpeername,
241 _GL_WARN_ON_USE (getsockname,
243 _GL_WARN_ON_USE (getsockop
[all...]
H A Dctype.in.h41 /* The definition of _GL_WARN_ON_USE is copied here. */
51 _GL_WARN_ON_USE (isblank, "isblank is unportable - "
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/i386/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68000/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68k/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mips64eb/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/powerpc/gnulib/import/
H A Dunistd.h425 _GL_WARN_ON_USE (func, \
495 /* The definition of _GL_WARN_ON_USE is copied here. */
512 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
519 attribute used in _GL_WARN_ON_USE. If the compiler does not support
526 _GL_WARN_ON_USE is for functions with 'extern' linkage.
536 _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already
552 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
564 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
577 #ifndef _GL_WARN_ON_USE
581 # define _GL_WARN_ON_USE(functio macro
587 # define _GL_WARN_ON_USE macro
591 # define _GL_WARN_ON_USE macro
[all...]

Completed in 411 milliseconds

1234567891011>>