Home
last modified time | relevance | path

Searched refs:fputs_unlocked (Results 1 – 11 of 11) sorted by relevance

/external/bison/m4/
Dunlocked-io.m428 dnl fgets_unlocked(), fputs_unlocked() etc.
37 AC_CHECK_DECLS_ONCE([fputs_unlocked])
/external/bison/lib/
Dunlocked-io.h81 # define fputs(x,y) fputs_unlocked (x,y)
83 # define fputs_unlocked(x,y) fputs (x,y) macro
/external/elfutils/src/
Dsize.c445 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()
Dreadelf.c556 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 …]
Dnm.c798 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()
Dldscript.y162 fputs_unlocked (gettext ("mode for segment invalid\n"),
Dldscript.c1280 fputs_unlocked (gettext ("mode for segment invalid\n"),
Dldgeneric.c114 fputs_unlocked (fileinfo->rfname, s); in print_file_name()
121 fputs_unlocked (fileinfo->rfname, s); in print_file_name()
/external/bison/
Dconfig.hin66 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
Dconfig.log1308 configure:11412: checking whether fputs_unlocked is declared
Dconfigure11428 char *p = (char *) fputs_unlocked;