Home
last modified time | relevance | path

Searched refs:char_io (Results 1 – 5 of 5) sorted by relevance

/external/grub/stage2/
DMakefile.am18 libgrub_a_SOURCES = boot.c builtins.c char_io.c cmdline.c common.c \
89 pre_stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c char_io.c \
140 e2fs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
149 fat_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
158 ffs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
167 ufs2_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
176 minix_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
185 reiserfs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c \
194 vstafs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c \
203 jfs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c \
[all …]
DMakefile.in92 libgrub_a-builtins.$(OBJEXT) libgrub_a-char_io.$(OBJEXT) \
109 diskless_exec-char_io.$(OBJEXT) \
135 e2fs_stage1_5_exec-char_io.$(OBJEXT) \
145 fat_stage1_5_exec-char_io.$(OBJEXT) \
155 ffs_stage1_5_exec-char_io.$(OBJEXT) \
166 iso9660_stage1_5_exec-char_io.$(OBJEXT) \
176 jfs_stage1_5_exec-char_io.$(OBJEXT) \
186 minix_stage1_5_exec-char_io.$(OBJEXT) \
199 pre_stage2_exec-char_io.$(OBJEXT) \
231 reiserfs_stage1_5_exec-char_io.$(OBJEXT) \
[all …]
/external/openssl/crypto/asn1/
Da_strex.c111 typedef int char_io(void *arg, const void *buf, int len); typedef
120 static int do_esc_char(unsigned long c, unsigned char flags, char *do_quotes, char_io *io_ch, void … in do_esc_char()
176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) in do_buf()
238 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, int buflen) in do_hex_dump()
262 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) in do_dump()
314 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) in do_print_ex()
381 static int do_indent(char_io *io_ch, void *arg, int indent) in do_indent()
392 static int do_name_ex(char_io *io_ch, void *arg, X509_NAME *n, in do_name_ex()
/external/grub/
DAndroid.mk71 stage2/char_io.c \
DChangeLog84 * stage2/char_io.c (memcheck) [GRUB_UTIL]: Likewise.
263 * stage2/char_io.c (grub_isspace): Use a switch sentense instead
281 * stage2/char_io.c (safe_parse_maxint): Disable for stage 1.5.
341 * stage2/char_io.c (convert_to_ascii): Remove "%b" support.
352 * stage2/char_io.c (grub_memcmp): Define for stage1.5 too.
410 * stage2/char_io.c [!GRUB_UTIL] (memcpy): New function. It is
882 * stage2/char_io.c (init_page): Change the software name from
925 * stage2/char_io.c (get_cmdline): Turn on the cursor at the
984 * stage2/char_io.c (grub_putstr): New function.
1255 * stage2/char_io.c: Include term.h.
[all …]