Searched defs:_GL_WARN_ON_USE (Results 1 - 25 of 31) sorted by relevance

12

/external/bison/build-aux/snippet/
H A Dwarn-on-use.h17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
32 function. But this implies that _GL_WARN_ON_USE is only safe to
48 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
59 _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
64 #ifndef _GL_WARN_ON_USE
68 # define _GL_WARN_ON_USE(function, message) \ macro
72 # define _GL_WARN_ON_USE(function, message) \ macro
75 # define _GL_WARN_ON_USE(function, message) \ macro
81 is like _GL_WARN_ON_USE (function, "string"), except that the function is
84 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE doe
[all...]
/external/bison/darwin-lib/
H A Dwarn-on-use.h1 #ifndef _GL_WARN_ON_USE
5 # define _GL_WARN_ON_USE(function, message) \ macro
9 # define _GL_WARN_ON_USE(function, message) \ macro
12 # define _GL_WARN_ON_USE(function, message) \ macro
18 is like _GL_WARN_ON_USE (function, "string"), except that the function is
21 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
H A Dtime.h256 _GL_WARN_ON_USE (func, \
313 /* The definition of _GL_WARN_ON_USE is copied here. */
314 #ifndef _GL_WARN_ON_USE
318 # define _GL_WARN_ON_USE(function, message) \ macro
322 # define _GL_WARN_ON_USE(function, message) \ macro
325 # define _GL_WARN_ON_USE(function, message) \ macro
331 is like _GL_WARN_ON_USE (function, "string"), except that the function is
334 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctim
[all...]
H A Dfcntl.h289 _GL_WARN_ON_USE (func, \
346 /* The definition of _GL_WARN_ON_USE is copied here. */
347 #ifndef _GL_WARN_ON_USE
351 # define _GL_WARN_ON_USE(function, message) \ macro
355 # define _GL_WARN_ON_USE(function, message) \ macro
358 # define _GL_WARN_ON_USE(function, message) \ macro
364 is like _GL_WARN_ON_USE (function, "string"), except that the function is
367 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
415 _GL_WARN_ON_USE (fcntl, "fcntl is not always POSIX compliant - "
440 _GL_WARN_ON_USE (ope
[all...]
H A Dspawn.h287 _GL_WARN_ON_USE (func, \
344 /* The definition of _GL_WARN_ON_USE is copied here. */
345 #ifndef _GL_WARN_ON_USE
349 # define _GL_WARN_ON_USE(function, message) \ macro
353 # define _GL_WARN_ON_USE(function, message) \ macro
356 # define _GL_WARN_ON_USE(function, message) \ macro
362 is like _GL_WARN_ON_USE (function, "string"), except that the function is
365 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
527 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
571 _GL_WARN_ON_USE (posix_spawn
[all...]
H A Dstdlib.h330 _GL_WARN_ON_USE (func, \
387 /* The definition of _GL_WARN_ON_USE is copied here. */
388 #ifndef _GL_WARN_ON_USE
392 # define _GL_WARN_ON_USE(function, message) \ macro
396 # define _GL_WARN_ON_USE(function, message) \ macro
399 # define _GL_WARN_ON_USE(function, message) \ macro
405 is like _GL_WARN_ON_USE (function, "string"), except that the function is
408 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
480 _GL_WARN_ON_USE (atol
[all...]
H A Dstring.h267 _GL_WARN_ON_USE (func, \
324 /* The definition of _GL_WARN_ON_USE is copied here. */
325 #ifndef _GL_WARN_ON_USE
329 # define _GL_WARN_ON_USE(function, message) \ macro
333 # define _GL_WARN_ON_USE(function, message) \ macro
336 # define _GL_WARN_ON_USE(function, message) \ macro
342 is like _GL_WARN_ON_USE (function, "string"), except that the function is
345 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
398 _GL_WARN_ON_USE (ffsl
[all...]
H A Dwctype.h275 _GL_WARN_ON_USE (func, \
320 /* The definition of _GL_WARN_ON_USE is copied here. */
321 #ifndef _GL_WARN_ON_USE
325 # define _GL_WARN_ON_USE(function, message) \ macro
329 # define _GL_WARN_ON_USE(function, message) \
332 # define _GL_WARN_ON_USE(function, message) \
338 is like _GL_WARN_ON_USE (function, "string"), except that the function is
341 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
732 _GL_WARN_ON_USE (wctype, "wctype is unportable - "
749 _GL_WARN_ON_USE (iswctyp
[all...]
H A Dsignal.h280 _GL_WARN_ON_USE (func, \
337 /* The definition of _GL_WARN_ON_USE is copied here. */
338 #ifndef _GL_WARN_ON_USE
342 # define _GL_WARN_ON_USE(function, message) \ macro
346 # define _GL_WARN_ON_USE(function, message) \ macro
349 # define _GL_WARN_ON_USE(function, message) \ macro
355 is like _GL_WARN_ON_USE (function, "string"), except that the function is
358 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
485 _GL_WARN_ON_USE (rais
[all...]
H A Dunistd.h348 _GL_WARN_ON_USE (func, \
405 /* The definition of _GL_WARN_ON_USE is copied here. */
406 #ifndef _GL_WARN_ON_USE
410 # define _GL_WARN_ON_USE(function, message) \ macro
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
423 is like _GL_WARN_ON_USE (function, "string"), except that the function is
426 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
488 _GL_WARN_ON_USE (socket,
490 _GL_WARN_ON_USE (connec
[all...]
H A Dwchar.h307 _GL_WARN_ON_USE (func, \
364 /* The definition of _GL_WARN_ON_USE is copied here. */
365 #ifndef _GL_WARN_ON_USE
369 # define _GL_WARN_ON_USE(function, message) \ macro
373 # define _GL_WARN_ON_USE(function, message) \ macro
376 # define _GL_WARN_ON_USE(function, message) \ macro
382 is like _GL_WARN_ON_USE (function, "string"), except that the function is
385 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
470 _GL_WARN_ON_USE (btowc, "btowc is unportable - "
496 _GL_WARN_ON_USE (wcto
[all...]
H A Dstdio.h335 _GL_WARN_ON_USE (func, \
392 /* The definition of _GL_WARN_ON_USE is copied here. */
393 #ifndef _GL_WARN_ON_USE
397 # define _GL_WARN_ON_USE(function, message) \ macro
401 # define _GL_WARN_ON_USE(function, message) \
404 # define _GL_WARN_ON_USE(function, message) \
410 is like _GL_WARN_ON_USE (function, "string"), except that the function is
413 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
486 _GL_WARN_ON_USE (fclos
[all...]
/external/bison/linux-lib/
H A Dwarn-on-use.h1 #ifndef _GL_WARN_ON_USE
5 # define _GL_WARN_ON_USE(function, message) \ macro
9 # define _GL_WARN_ON_USE(function, message) \ macro
12 # define _GL_WARN_ON_USE(function, message) \ macro
18 is like _GL_WARN_ON_USE (function, "string"), except that the function is
21 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
H A Dtime.h256 _GL_WARN_ON_USE (func, \
313 /* The definition of _GL_WARN_ON_USE is copied here. */
314 #ifndef _GL_WARN_ON_USE
318 # define _GL_WARN_ON_USE(function, message) \ macro
322 # define _GL_WARN_ON_USE(function, message) \ macro
325 # define _GL_WARN_ON_USE(function, message) \ macro
331 is like _GL_WARN_ON_USE (function, "string"), except that the function is
334 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctim
[all...]
H A Dfcntl.h289 _GL_WARN_ON_USE (func, \
346 /* The definition of _GL_WARN_ON_USE is copied here. */
347 #ifndef _GL_WARN_ON_USE
351 # define _GL_WARN_ON_USE(function, message) \ macro
355 # define _GL_WARN_ON_USE(function, message) \ macro
358 # define _GL_WARN_ON_USE(function, message) \ macro
364 is like _GL_WARN_ON_USE (function, "string"), except that the function is
367 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
415 _GL_WARN_ON_USE (fcntl, "fcntl is not always POSIX compliant - "
440 _GL_WARN_ON_USE (ope
[all...]
H A Dspawn.h287 _GL_WARN_ON_USE (func, \
344 /* The definition of _GL_WARN_ON_USE is copied here. */
345 #ifndef _GL_WARN_ON_USE
349 # define _GL_WARN_ON_USE(function, message) \ macro
353 # define _GL_WARN_ON_USE(function, message) \ macro
356 # define _GL_WARN_ON_USE(function, message) \ macro
362 is like _GL_WARN_ON_USE (function, "string"), except that the function is
365 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
527 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
571 _GL_WARN_ON_USE (posix_spawn
[all...]
H A Dstdlib.h330 _GL_WARN_ON_USE (func, \
387 /* The definition of _GL_WARN_ON_USE is copied here. */
388 #ifndef _GL_WARN_ON_USE
392 # define _GL_WARN_ON_USE(function, message) \ macro
396 # define _GL_WARN_ON_USE(function, message) \ macro
399 # define _GL_WARN_ON_USE(function, message) \ macro
405 is like _GL_WARN_ON_USE (function, "string"), except that the function is
408 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
480 _GL_WARN_ON_USE (atol
[all...]
H A Dstring.h267 _GL_WARN_ON_USE (func, \
324 /* The definition of _GL_WARN_ON_USE is copied here. */
325 #ifndef _GL_WARN_ON_USE
329 # define _GL_WARN_ON_USE(function, message) \ macro
333 # define _GL_WARN_ON_USE(function, message) \ macro
336 # define _GL_WARN_ON_USE(function, message) \ macro
342 is like _GL_WARN_ON_USE (function, "string"), except that the function is
345 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
398 _GL_WARN_ON_USE (ffsl
[all...]
H A Dwctype.h275 _GL_WARN_ON_USE (func, \
320 /* The definition of _GL_WARN_ON_USE is copied here. */
321 #ifndef _GL_WARN_ON_USE
325 # define _GL_WARN_ON_USE(function, message) \ macro
329 # define _GL_WARN_ON_USE(function, message) \
332 # define _GL_WARN_ON_USE(function, message) \
338 is like _GL_WARN_ON_USE (function, "string"), except that the function is
341 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
732 _GL_WARN_ON_USE (wctype, "wctype is unportable - "
749 _GL_WARN_ON_USE (iswctyp
[all...]
H A Dsignal.h280 _GL_WARN_ON_USE (func, \
337 /* The definition of _GL_WARN_ON_USE is copied here. */
338 #ifndef _GL_WARN_ON_USE
342 # define _GL_WARN_ON_USE(function, message) \ macro
346 # define _GL_WARN_ON_USE(function, message) \ macro
349 # define _GL_WARN_ON_USE(function, message) \ macro
355 is like _GL_WARN_ON_USE (function, "string"), except that the function is
358 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
461 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
485 _GL_WARN_ON_USE (rais
[all...]
H A Dunistd.h348 _GL_WARN_ON_USE (func, \
405 /* The definition of _GL_WARN_ON_USE is copied here. */
406 #ifndef _GL_WARN_ON_USE
410 # define _GL_WARN_ON_USE(function, message) \ macro
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
423 is like _GL_WARN_ON_USE (function, "string"), except that the function is
426 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
488 _GL_WARN_ON_USE (socket,
490 _GL_WARN_ON_USE (connec
[all...]
H A Dwchar.h307 _GL_WARN_ON_USE (func, \
364 /* The definition of _GL_WARN_ON_USE is copied here. */
365 #ifndef _GL_WARN_ON_USE
369 # define _GL_WARN_ON_USE(function, message) \ macro
373 # define _GL_WARN_ON_USE(function, message) \ macro
376 # define _GL_WARN_ON_USE(function, message) \ macro
382 is like _GL_WARN_ON_USE (function, "string"), except that the function is
385 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
470 _GL_WARN_ON_USE (btowc, "btowc is unportable - "
496 _GL_WARN_ON_USE (wcto
[all...]
/external/bison/darwin-lib/sys/
H A Dwait.h250 _GL_WARN_ON_USE (func, \
295 /* The definition of _GL_WARN_ON_USE is copied here. */
296 #ifndef _GL_WARN_ON_USE
300 # define _GL_WARN_ON_USE(function, message) \ macro
304 # define _GL_WARN_ON_USE(function, message) \ macro
307 # define _GL_WARN_ON_USE(function, message) \ macro
313 is like _GL_WARN_ON_USE (function, "string"), except that the function is
316 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
424 _GL_WARN_ON_USE (waitpid, "waitpid is unportable - "
/external/bison/linux-lib/sys/
H A Dwait.h250 _GL_WARN_ON_USE (func, \
295 /* The definition of _GL_WARN_ON_USE is copied here. */
296 #ifndef _GL_WARN_ON_USE
300 # define _GL_WARN_ON_USE(function, message) \ macro
304 # define _GL_WARN_ON_USE(function, message) \ macro
307 # define _GL_WARN_ON_USE(function, message) \ macro
313 is like _GL_WARN_ON_USE (function, "string"), except that the function is
316 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
424 _GL_WARN_ON_USE (waitpid, "waitpid is unportable - "
H A Dstat.h264 _GL_WARN_ON_USE (func, \
321 /* The definition of _GL_WARN_ON_USE is copied here. */
322 #ifndef _GL_WARN_ON_USE
326 # define _GL_WARN_ON_USE(function, message) \ macro
330 # define _GL_WARN_ON_USE(function, message) \ macro
333 # define _GL_WARN_ON_USE(function, message) \ macro
339 is like _GL_WARN_ON_USE (function, "string"), except that the function is
342 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
662 _GL_WARN_ON_USE (fsta
[all...]

Completed in 207 milliseconds

12