Searched refs:elfedit_atoui2 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | lintsup.c | 76 (void) elfedit_atoui2(NULL, NULL, NULL);
|
H A D | util.c | 224 * [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 D | elfedit.h | 765 extern int elfedit_atoui2(const char *str, const elfedit_atoui_sym_t *sym,
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 864 if (elfedit_atoui2(argv[ndx+1], NULL,
|
Completed in 92 milliseconds