Searched refs:strtou16 (Results 1 – 4 of 4) sorted by relevance
/external/mtools/ |
D | strtonum.c | 73 uint16_t strtou16(const char *nptr, char **endptr, int base) { in strtou16() function 78 return strtou16(str, 0, 0); in atou16()
|
D | mtools.h | 276 uint16_t strtou16(const char *nptr, char **endptr, int base);
|
D | floppyd_io.c | 484 *port = strtou16(p, &p, 0); in get_host_and_port_and_drive()
|
D | config.c | 274 * ((uint16_t *)global_switches[i].address) = strtou16(s,0,0); in get_env_conf()
|