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

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_template.c 873 char *szt = NULL; local
898 n = asprintf(&szt, "struct %s_%s", basetype, name);
900 n = asprintf(&szt, "struct %s", basetype);
902 n = asprintf(&szt, "%s", basetype);
903 if (n < 0 || szt == NULL)
913 have_ellipsis ? "|A1_HF_ELLIPSIS" : "", szt, tlist_count(tl));
915 free(szt);
  /src/usr.bin/xlint/lint1/
tree.c 1655 tspec_t szt = elsz->tn_type->t_tspec; local
1656 if (rt != szt && rt != unsigned_type(szt))

Completed in 26 milliseconds