HomeSort by: relevance | last modified time | path
    Searched defs:unnamed (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_245.c 22 } unnamed; variable in typeref:struct:__anon8086
35 /* expect+1: warning: incompatible structure pointers: 'pointer to struct tag_and_typedef_tag' '==' 'pointer to struct <unnamed>' [245] */
36 sink_bool(&both == &unnamed);
  /src/tests/lib/libpthread/
t_sem.c 137 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);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-python.c 62 Use of '(ident)' and use of unnamed argument specifications are exclusive,
95 struct unnamed_arg *unnamed; member in struct:spec
113 xstrdup (_("The string refers to arguments both through argument names and through unnamed argument specifications."))
126 spec.unnamed = NULL;
179 /* Named and unnamed specifications are exclusive. */
189 spec.unnamed = (struct unnamed_arg *) xrealloc (spec.unnamed, spec.allocated * sizeof (struct unnamed_arg));
191 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER;
207 /* Named and unnamed specifications are exclusive. */
217 spec.unnamed = (struct unnamed_arg *) xrealloc (spec.unnamed, spec.allocated * sizeof (struct unnamed_arg))
    [all...]
  /src/usr.bin/xlint/lint1/
decl.c 51 const char unnamed[] = "<unnamed>"; variable
426 if ((*mem)->s_name != unnamed)
953 lint_assert(sym->s_name != unnamed);
1046 } else if (tp->t_bit_field_width == 0 && dsym->s_name != unnamed) {
1115 mem->s_name = unnamed;
1183 dsym->s_name = unnamed;
1697 tag->s_name = unnamed;
1734 if (mem->s_name != unnamed)
2809 sym->s_name = unnamed;
    [all...]

Completed in 21 milliseconds