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

  /src/tests/usr.bin/xlint/lint1/
msg_247.c 95 * the implementation (in this case 'struct counter_impl'), a common
108 struct counter_impl { struct
118 struct counter_impl *impl = allocate();
127 struct counter_impl *impl = allocate();
139 * from 'struct counter' to 'struct counter_impl'.
141 struct counter_impl *impl = (struct counter_impl *)counter;
msg_247.c 95 * the implementation (in this case 'struct counter_impl'), a common
108 struct counter_impl { struct
118 struct counter_impl *impl = allocate();
127 struct counter_impl *impl = allocate();
139 * from 'struct counter' to 'struct counter_impl'.
141 struct counter_impl *impl = (struct counter_impl *)counter;

Completed in 52 milliseconds