Searched refs:elfedit_atoui2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dlintsup.c76 (void) elfedit_atoui2(NULL, NULL, NULL);
H A Dutil.c224 * [elfedit_atoi2() and elfedit_atoui2() only]
228 * elfedit_atoi2() and elfedit_atoui2():
263 elfedit_atoui2(const char *str, const elfedit_atoui_sym_t *sym, function
283 if (elfedit_atoui2(str, sym, &v) == 0)
292 return (elfedit_atoui2(str, elfedit_const_to_atoui(const_type), v));
351 return ((elfedit_atoui2(str, sym, v) != 0) &&
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h765 extern int elfedit_atoui2(const char *str, const elfedit_atoui_sym_t *sym,
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c864 if (elfedit_atoui2(argv[ndx+1], NULL,

Completed in 51 milliseconds