Home
last modified time | relevance | path

Searched refs:_BSD_VA_LIST_ (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dvasprintf.c153 #if defined (_BSD_VA_LIST_) && defined (__FreeBSD__) in vasprintf()
154 _BSD_VA_LIST_ args) in vasprintf()
DChangeLog4940 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
Dtesting.h68 # define _BSD_VA_LIST_ __builtin_va_list macro
/openbsd/src/gnu/gcc/fixincludes/tests/base/
Dtesting.h85 # define _BSD_VA_LIST_ __builtin_va_list macro
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dinclhack.def1921 * Fix BSD machine/ansi.h to use __builtin_va_list to define _BSD_VA_LIST_.
1928 select = "define[ \t]+_BSD_VA_LIST_[ \t]";
1933 c_fix_arg = "(define[ \t]+_BSD_VA_LIST_[ \t]+).*";
1935 test_text = " # define _BSD_VA_LIST_\tchar**";
2634 * varargs.h. Note _BSD_VA_LIST_ is dealt with elsewhere. The
2644 bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
/openbsd/src/gnu/gcc/fixincludes/
Dinclhack.def2333 * Fix BSD machine/ansi.h to use __builtin_va_list to define _BSD_VA_LIST_.
2340 select = "define[ \t]+_BSD_VA_LIST_[ \t]";
2345 c_fix_arg = "(define[ \t]+_BSD_VA_LIST_[ \t]+).*";
2347 test_text = " # define _BSD_VA_LIST_\tchar**";
3339 * ANSI. Note _BSD_VA_LIST_ is dealt with elsewhere. The presence
3352 bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
3391 * va_list from the stdio_va_list change. Note _BSD_VA_LIST_ is
3406 bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog.109239 to _BSD_VA_LIST_.
DChangeLog.314795 (stdio_va_list): No need to edit _BSD_VA_LIST_.