Searched refs:dirtmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgensupport.c941 struct file_name_list *dirtmp;
943 dirtmp = XNEW (struct file_name_list);
944 dirtmp->next = 0; /* New one goes on the end */
946 first_dir_md_include = dirtmp;
948 last_dir_md_include->next = dirtmp;
949 last_dir_md_include = dirtmp; /* Tail follows the last one */
951 dirtmp->fname = argv[i] + 2;
955 dirtmp->fname = argv[++i];
956 if (strlen (dirtmp->fname) > max_include_len)
957 max_include_len = strlen (dirtmp
937 struct file_name_list *dirtmp; local
[all...]

Completed in 51 milliseconds