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

  /src/usr.bin/xlint/lint2/
emit2.c 46 outtype(const type_t *tp) function
56 errx(1, "internal error: outtype(%d)", ts);
85 errx(1, "internal error: outtype");
94 outtype(*ap);
136 outtype(TP(sym->s_type));
  /src/usr.bin/xlint/lint1/
emit1.c 90 outtype(const type_t *tp) function
128 outtype(param->s_type);
223 outtype(sym->s_type);
304 outtype(arg->s_type);
305 outtype(fsym->s_type->t_subt);
307 outtype(fsym->s_type);
380 outtype(call->args[i]->tn_type);
382 outtype(tn->tn_type);
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_pk8.c 74 const char *outtype = isder ? "DER" : "PEM"; local
76 outtype, "PrivateKeyInfo", propq);
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_pk8.c 74 const char *outtype = isder ? "DER" : "PEM"; local
77 outtype, "PrivateKeyInfo", propq);
  /src/crypto/external/apache2/openssl/dist/test/
dtlsv1listentest.c 246 DROP } outtype; member in struct:__anon669
325 if (tp->outtype == VERIFY) {
330 if (!TEST_true((ret == 0 && tp->outtype == DROP)
331 || (ret == 1 && tp->outtype == GOOD)))
  /src/crypto/external/bsd/openssl/dist/test/
dtlsv1listentest.c 245 enum {GOOD, VERIFY, DROP} outtype; member in struct:__anon1703
324 if (tp->outtype == VERIFY) {
329 if (!TEST_true((ret == 0 && tp->outtype == DROP)
330 || (ret == 1 && tp->outtype == GOOD)))
  /src/crypto/external/bsd/openssl.old/dist/test/
dtlsv1listentest.c 245 enum {GOOD, VERIFY, DROP} outtype; member in struct:__anon2234
324 if (tp->outtype == VERIFY) {
329 if (!TEST_true((ret == 0 && tp->outtype == DROP)
330 || (ret == 1 && tp->outtype == GOOD)))
  /src/external/bsd/mdocml/dist/
mandocd.c 130 enum outt outtype; local
133 outtype = OUTT_ASCII;
146 outtype = OUTT_ASCII;
148 outtype = OUTT_UTF8;
150 outtype = OUTT_HTML;
178 switch (outtype) {
214 process(parser, outtype, formatter);
216 if (outtype == OUTT_HTML)
232 switch (outtype) {
247 process(struct mparse *parser, enum outt outtype, void *formatter
    [all...]
main.c 90 enum outt outtype; /* which output to use */ member in struct:outstate
211 outst.outtype = OUTT_LOCALE;
290 outst.outtype = OUTT_ASCII;
292 outst.outtype = OUTT_LINT;
296 outst.outtype = OUTT_TREE;
298 outst.outtype = OUTT_MAN;
300 outst.outtype = OUTT_HTML;
302 outst.outtype = OUTT_MARKDOWN;
304 outst.outtype = OUTT_UTF8;
306 outst.outtype = OUTT_LOCALE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 7013 tree outtype = TREE_TYPE (TREE_VALUE (link));
7014 if (outtype != error_mark_node
7015 && (TREE_ADDRESSABLE (outtype)
7016 || !COMPLETE_TYPE_P (outtype)
7017 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (outtype))))
7010 tree outtype = TREE_TYPE (TREE_VALUE (link)); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 6594 tree outtype = TREE_TYPE (TREE_VALUE (link));
6595 if (outtype != error_mark_node
6596 && (TREE_ADDRESSABLE (outtype)
6597 || !COMPLETE_TYPE_P (outtype)
6598 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (outtype))))
6591 tree outtype = TREE_TYPE (TREE_VALUE (link)); local

Completed in 63 milliseconds