Home
last modified time | relevance | path

Searched refs:user_specs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c779 struct user_specs struct
781 struct user_specs *next; argument
785 static struct user_specs *user_specs_head, *user_specs_tail; argument
3456 struct user_specs *user = (struct user_specs *)
3457 xmalloc (sizeof (struct user_specs));
3461 user->next = (struct user_specs *) 0;
3471 struct user_specs *user = (struct user_specs *)
3472 xmalloc (sizeof (struct user_specs));
3476 user->next = (struct user_specs *) 0;
5947 struct user_specs *uptr;
H A DChangeLog.13519 lang_specific_driver, user_specs, compiler, link_command_spec,
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c866 struct user_specs struct
868 struct user_specs *next; argument
872 static struct user_specs *user_specs_head, *user_specs_tail; argument
3695 struct user_specs *user = XNEW (struct user_specs); in process_command()
3699 user->next = (struct user_specs *) 0; in process_command()
3709 struct user_specs *user = XNEW (struct user_specs); in process_command()
3713 user->next = (struct user_specs *) 0; in process_command()
6088 struct user_specs *uptr; in main()