Searched refs:fputs_unlocked (Results 1 – 11 of 11) sorted by relevance
/external/bison/m4/ |
D | unlocked-io.m4 | 28 dnl fgets_unlocked(), fputs_unlocked() etc. 37 AC_CHECK_DECLS_ONCE([fputs_unlocked])
|
/external/bison/lib/ |
D | unlocked-io.h | 81 # define fputs(x,y) fputs_unlocked (x,y) 83 # define fputs_unlocked(x,y) fputs (x,y) macro
|
/external/elfutils/src/ |
D | size.c | 445 fputs_unlocked (fname, stdout); in show_sysv() 523 fputs_unlocked (" + ", stdout); in show_sysv_one_line() 590 fputs_unlocked ("\n", stdout); in show_bsd() 647 fputs_unlocked (" + ", stdout); in show_segments()
|
D | readelf.c | 556 fputs_unlocked (gettext ("ELF Header:\n Magic: "), stdout); in print_ehdr() 582 fputs_unlocked (gettext (" Type: "), stdout); in print_ehdr() 627 fputs_unlocked (gettext (" ([0] not available)"), stdout); in print_ehdr() 887 fputs_unlocked (" [RELRO:", stdout); in print_phdr() 892 fputs_unlocked ("]", stdout); in print_phdr() 897 fputs_unlocked ("] <RELRO:", stdout); in print_phdr() 906 fputs_unlocked (">", stdout); in print_phdr() 912 fputs_unlocked ("]", stdout); in print_phdr() 1070 fputs_unlocked (flags[cnt].str, stdout); in print_flags() 1145 fputs_unlocked (gettext (" Type Value\n"), stdout); in handle_dynamic() [all …]
|
D | nm.c | 798 fputs_unlocked (fullname, stdout); in show_symbols_sysv() 878 fputs_unlocked (fullname, stdout); in show_symbols_bsd() 936 fputs_unlocked (fullname, stdout); in show_symbols_posix()
|
D | ldscript.y | 162 fputs_unlocked (gettext ("mode for segment invalid\n"),
|
D | ldscript.c | 1280 fputs_unlocked (gettext ("mode for segment invalid\n"),
|
D | ldgeneric.c | 114 fputs_unlocked (fileinfo->rfname, s); in print_file_name() 121 fputs_unlocked (fileinfo->rfname, s); in print_file_name()
|
/external/bison/ |
D | config.hin | 66 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
|
D | config.log | 1308 configure:11412: checking whether fputs_unlocked is declared
|
D | configure | 11428 char *p = (char *) fputs_unlocked;
|