Searched refs:_BSD_VA_LIST_ (Results 1 – 8 of 8) sorted by relevance
153 #if defined (_BSD_VA_LIST_) && defined (__FreeBSD__) in vasprintf()154 _BSD_VA_LIST_ args) in vasprintf()
4940 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
68 # define _BSD_VA_LIST_ __builtin_va_list macro
85 # define _BSD_VA_LIST_ __builtin_va_list macro
1921 * 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. The2644 bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
2333 * 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 presence3352 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_ is3406 bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
9239 to _BSD_VA_LIST_.
14795 (stdio_va_list): No need to edit _BSD_VA_LIST_.