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

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c137 ATF_TC(unnamed); variable
138 ATF_TC_HEAD(unnamed, tc)
140 atf_tc_set_md_var(tc, "descr", "Checks unnamed semaphores");
156 ATF_TC_BODY(unnamed, tc)
302 ATF_TP_ADD_TC(tp, unnamed);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c181 if (m->s_field && m->s_name == unnamed)
205 } while (m->s_field && m->s_name == unnamed);
320 if (m->s_field && m->s_name == unnamed)
H A Dexterns1.h133 extern const char *unnamed;
H A Dfunc.c266 if (arg->s_name != unnamed)
271 if (arg->s_name == unnamed)
H A Demit1.c194 if (tag->s_name != unnamed) {
H A Ddecl.c48 const char *unnamed = "<unnamed>"; variable
430 * If the tag is unnamed, the typdef name is used for identification
433 * if the tag is unnamed.
927 if (sym->s_name == unnamed)
1031 } else if (len == 0 && dsym->s_name != unnamed) {
1122 dsym->s_name = unnamed;
1542 tag->s_name = unnamed;
1673 if (mem->s_name != unnamed)
2630 sym->s_name = unnamed;
[all...]
H A Dtree.c411 msym->s_styp->stag->s_name = unnamed;
/freebsd-11-stable/contrib/gcc/
H A Doutput.h415 /* This SECTION_STYLE is used for unnamed sections that we can switch
483 /* A callback that writes the assembly code for switching to an unnamed
496 /* The next entry in the chain of unnamed sections. */
521 /* Information about a section, which may be named or unnamed. */
526 struct unnamed_section GTY ((tag ("SECTION_UNNAMED"))) unnamed;
H A Dvarasm.c181 /* A linked list of all the unnamed sections. */
249 /* Return a new unnamed section with the given fields. */
258 sect->unnamed.common.flags = flags | SECTION_UNNAMED;
259 sect->unnamed.callback = callback;
260 sect->unnamed.data = data;
261 sect->unnamed.next = unnamed_sections;
6044 new_section->unnamed.callback (new_section->unnamed.data);
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp840 char_list unnamed("---");
843 char_list *p = table[i] ? table[i] : &unnamed;

Completed in 271 milliseconds