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

  /src/tests/usr.bin/xlint/lint1/
d_packed_structs.c 44 typedef int sizeof_x[-(int)sizeof(struct x)]; typedef
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
common.c 77 int32_t sizeof_x; local
83 sizeof_x = ticket_len;
84 memcpy(t, &sizeof_x, sizeof(sizeof_x));
85 t += sizeof(sizeof_x);
86 memcpy(t, ticket, sizeof_x);
87 t += sizeof_x;
91 sizeof_x = sizeof(*ct);
92 memcpy(t, &sizeof_x, sizeof(sizeof_x));
    [all...]

Completed in 23 milliseconds