HomeSort by relevance Sort by last modified time
    Searched refs:atou (Results 1 - 6 of 6) sorted by null

  /external/syslinux/dos/
atou.c 3 unsigned int atou(const char *s) function
mystuff.h 8 unsigned int atou(const char *s);
Makefile 40 LIBOBJS = int2526.o conio.o memcpy.o memset.o memmove.o skipatou.o atou.o \
  /external/syslinux/memdisk/
conio.h 31 unsigned int atou(const char *);
setup.c 330 if (CMD_HASDATA(p = getcmditem("offset")) && (v = atou(p)))
423 if (CMD_HASDATA(p = getcmditem("c")) && (v = atou(p)))
425 if (CMD_HASDATA(p = getcmditem("h")) && (v = atou(p))) {
429 if (CMD_HASDATA(p = getcmditem("s")) && (v = atou(p))) {
581 hd_geometry.driveno = CMD_HASDATA(p) ? atou(p) & 0x7f : 0;
583 hd_geometry.driveno = CMD_HASDATA(p) ? atou(p) | 0x80 : 0x80;
709 v = atou(p);
    [all...]
conio.c 76 unsigned int atou(const char *s) function

Completed in 288 milliseconds