Searched refs:conv_iter_strtol (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 295 conv_iter_strtol, &uvalue) == CONV_ITER_DONE) in atoui() 298 CONV_FMT_ALT_NF, conv_iter_strtol, &uvalue); in atoui() 302 CONV_FMT_ALT_CF, conv_iter_strtol, &uvalue) == in atoui() 306 CONV_FMT_ALT_NF, conv_iter_strtol, &uvalue); in atoui() 310 conv_iter_strtol, &uvalue) == CONV_ITER_DONE) in atoui() 313 conv_iter_strtol, &uvalue); in atoui()
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | conv.h | 807 extern conv_iter_ret_t conv_iter_strtol(const char *, Conv_elfvalue_t, void *);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map_v2.c | 1819 CONV_FMT_ALT_CF, conv_iter_strtol, &conv_uvalue); in at_seg_assign_type() 1824 CONV_MACH_ALL, CONV_FMT_ALT_NF, conv_iter_strtol, in at_seg_assign_type()
|