Home
last modified time | relevance | path

Searched refs:oa_name (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c744 *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 …]
H A Dutil.c548 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()
H A Dsys.c212 for (cnt = 0; optarg->oa_name != NULL; cnt++) { in write_optarg()
H A Delfedit.msg171 oa_name: %s : %s:%s %s\n"
/titanic_44/usr/src/cmd/sgs/include/
H A Delfedit.h454 const char *oa_name; /* Name of option */ member