Searched refs:arg_to_index (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | dyn.c | 623 arg_to_index(ARGSTATE *argstate, const char *arg, in arg_to_index() function 1155 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 1164 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 1175 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 1186 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 1194 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 1213 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body() 1220 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body() 1227 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body() 1234 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body() [all …]
|
H A D | cap.c | 589 arg_to_index(ARGSTATE *argstate, const char *arg, const char *argname, in arg_to_index() function 793 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 803 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 811 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 820 ndx = arg_to_index(&argstate, argstate.argv[0], in cmd_body() 827 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body() 834 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body() 841 ndx = arg_to_index(&argstate, elfedit_atoconst_value_to_str( in cmd_body()
|