Searched refs:std_longopts (Results 1 – 4 of 4) sorted by relevance
435 static const struct option std_longopts[] = in parse_args() local499 longopts = xmalloc (sizeof (std_longopts) + md_longopts_size + sizeof (struct option)); in parse_args()500 memcpy (longopts, std_longopts, sizeof (std_longopts)); in parse_args()501 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size); in parse_args()502 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size, in parse_args()
789 (std_longopts): Add 'f'. Doing this prevents -f<foo> being3086 * as.c (std_longopts): Duplicate --keep-locals entry in order to
4528 * as.c (parse_args) <std_longopts>: Add comment about the need to
1873 std_longopts. Set flag_mri if -M is seen.