Searched refs:conv_iter_strtol (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 322 conv_iter_strtol, &uvalue) == CONV_ITER_DONE) in atoui() 325 CONV_FMT_ALT_NF, conv_iter_strtol, &uvalue); in atoui() 329 CONV_FMT_ALT_CF, conv_iter_strtol, &uvalue) == in atoui() 333 CONV_FMT_ALT_NF, conv_iter_strtol, &uvalue); in atoui() 337 conv_iter_strtol, &uvalue) == CONV_ITER_DONE) in atoui() 340 conv_iter_strtol, &uvalue); in atoui()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | globals.c | 347 conv_iter_strtol(const char *str, uint32_t value, void *uvalue) in conv_iter_strtol() function
|
H A D | llib-lconv | 60 conv_iter_ret_t conv_iter_strtol(const char *, Conv_elfvalue_t, void *);
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | conv.h | 780 extern conv_iter_ret_t conv_iter_strtol(const char *, Conv_elfvalue_t, void *);
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | map_v2.c | 1745 CONV_FMT_ALT_CF, conv_iter_strtol, &conv_uvalue); in at_seg_assign_type() 1750 CONV_MACH_ALL, CONV_FMT_ALT_NF, conv_iter_strtol, in at_seg_assign_type()
|