Searched refs:str2hex (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/sun68k/sun68k/ |
H A D | autoconf.c | 287 static const char *str2hex(const char *, int *); 289 str2hex(const char *p, int *_val) in str2hex() function 332 *(prompath = str2hex(++prompath, &prom_ctlr)) == ',' && in cpu_rootconf() 333 *(prompath = str2hex(++prompath, &prom_unit)) == ',') in cpu_rootconf() 334 (void)str2hex(++prompath, &prom_part); in cpu_rootconf()
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | autoconf.c | 129 static const char *str2hex(const char *, int *); 261 str2hex(const char *str, int *vp) in str2hex() function 591 cp = str2hex(++cp, &bp->val[0]); in bootpath_build() 593 cp = str2hex(++cp, &bp->val[1]); in bootpath_build() 678 && *(pp = str2hex(++pp, &v0val[0])) == ',' in bootpath_fake() 679 && *(pp = str2hex(++pp, &v0val[1])) == ',') in bootpath_fake() 680 (void)str2hex(++pp, &v0val[2]); in bootpath_fake()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 9454 (str2hex): New overload prototype.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 9454 (str2hex): New overload prototype.
|