Searched refs:oa_name (Results 1 – 5 of 5) sorted by relevance
744 *item = stdoa[((uintptr_t)oa->oa_name) - 1]; in elfedit_next_optarg()752 item->oai_name = oa->oa_name; in elfedit_next_optarg()754 item->oai_vname = oa[1].oa_name; in elfedit_next_optarg()919 while (tmp_optarg->oa_name != NULL) { in usage_optarg()947 while (optarg->oa_name != NULL) { in usage_optarg()1010 while (tmp_optarg->oa_name != NULL) { in usage_optarg()1090 while (optarg->oa_name != NULL) { in elfedit_format_command_usage()1095 while (optarg->oa_name != NULL) { in elfedit_format_command_usage()1564 for (; optarg->oa_name != NULL; optarg++) { in validate_optarg()1573 if ((((uintptr_t)optarg->oa_name) > in validate_optarg()[all …]
548 for (optarg = state->go_optarg; optarg->oa_name != NULL; ) { in elfedit_getopt()551 (optarg->oa_name == ELFEDIT_STDOA_OPT_O); in elfedit_getopt()657 for (optarg = state->go_optarg; optarg->oa_name != NULL; ) { in elfedit_getopt()
212 for (cnt = 0; optarg->oa_name != NULL; cnt++) { in write_optarg()
171 oa_name: %s : %s:%s %s\n"
454 const char *oa_name; /* Name of option */ member