Searched refs:dtype (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/postfix-255/postfix/src/global/
H A Ddsn.c14 /* const char *dtype; /* null or diagnostic type */
21 /* DSN *create(status, action, reason, dtype, dtext, mtype, mname)
25 /* const char *dtype;
36 /* DSN *DSN_ASSIGN(dsn, status, action, reason, dtype, dtext,
42 /* const char *dtype;
85 /* .IP dtype
126 const char *dtype, const char *dtext,
160 if (NULL_OR_EMPTY(dtype) || NULL_OR_EMPTY(dtext)) {
161 dsn->dtype = mystrdup("");
164 dsn->dtype
125 dsn_create(const char *status, const char *action, const char *reason, const char *dtype, const char *dtext, const char *mtype, const char *mname) argument
[all...]
H A Ddsn.h21 const char *dtype; /* Null / RFC 3464 diagnostic type */ member in struct:__anon11739
35 ((dsn)->dtype = (_dtype)), \
45 ((dsn)->dtype = DSN_NO_DTYPE), \
70 (dsn)->dtype, (dsn)->dtext, \
H A Ddsn_buf.c18 /* VSTRING *dtype; /* smtp, x-unix */
27 /* DSN_BUF *dsb_update(dsb, status, action, mtype, mname, dtype,
34 /* const char *dtype;
48 /* DSN_BUF *dsb_formal(dsb, status, action, mtype, mname, dtype,
55 /* const char *dtype;
121 /* .IP dtype
127 /* The reply text. The reply text is reset when dtype is
181 dsb->dtype = vstring_alloc(10);
196 vstring_free(dsb->dtype);
229 DSB_TRUNCATE((dsb)->dtype); \
239 dsb_update(DSN_BUF *dsb, const char *status, const char *action, const char *mtype, const char *mname, const char *dtype, const char *dtext, const char *format,...) argument
307 dsb_formal(DSN_BUF *dsb, const char *status, const char *action, const char *mtype, const char *mname, const char *dtype, const char *dtext) argument
[all...]
H A Ddsb_scan.c60 ATTR_TYPE_STR, MAIL_ATTR_DSN_DTYPE, dsb->dtype,
H A Ddsn_print.c60 ATTR_TYPE_STR, MAIL_ATTR_DSN_DTYPE, dsn->dtype,
H A Ddsn_buf.h34 VSTRING *dtype; /* null, smtp, x-unix */ member in struct:__anon11740
73 vstring_str((dsb)->dtype), \
/macosx-10.10/zsh-61/zsh/Src/
H A Dmakepro.awk83 dtype = substr(line, 1, RLENGTH)
84 sub(/ *$/, "", dtype)
85 if(" " dtype " " ~ / static /)
89 exported = " " dtype " " ~ / mod_export /
102 gsub(/mod_export/, "mod_import_function", dtype)
107 dtype = "extern " dtype
116 printf "%s%s %s\n", locality, dtype, line
145 dcl = dtype " " dcltor ";"
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.c1786 } dtype; member in union:YYSTYPE
4834 if (((yyvsp[(4) - (5)].dtype).type != T_ERROR) && ((yyvsp[(4) - (5)].dtype).type != T_SYMBOL)) {
4835 SwigType *type = NewSwigType((yyvsp[(4) - (5)].dtype).type);
4839 Setattr((yyval.node),"value",(yyvsp[(4) - (5)].dtype).val);
4840 if ((yyvsp[(4) - (5)].dtype).rawval) Setattr((yyval.node),"rawval", (yyvsp[(4) - (5)].dtype).rawval);
4846 if ((yyvsp[(4) - (5)].dtype).type == T_ERROR) {
4858 if (((yyvsp[(4) - (5)].dtype).type != T_ERROR) && ((yyvsp[(4) - (5)].dtype)
[all...]
H A Dcscanner.c529 yylval.dtype.type = T_INT;
531 yylval.dtype.type = T_DOUBLE;
533 yylval.dtype.type = T_ULONG;
535 yylval.dtype.type = T_LONG;
537 yylval.dtype.type = T_UINT;
539 yylval.dtype.type = T_LONGLONG;
541 yylval.dtype.type = T_ULONGLONG;
542 yylval.dtype.val = NewString(Scanner_text(scan));
543 yylval.dtype.bitfield = 0;
544 yylval.dtype
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_sign.c158 int RSA_verify(int dtype, unsigned char *m, unsigned int m_len, argument
172 return rsa->meth->rsa_verify(dtype, m, m_len, sigbuf, siglen, rsa);
180 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
189 if(dtype == NID_md5_sha1) {
204 OBJ_nid2ln(dtype));
206 if (sigtype != dtype)
208 if (((dtype == NID_md5) &&
210 ((dtype == NID_md2) &&
H A Drsa_saos.c121 int RSA_verify_ASN1_OCTET_STRING(int dtype, unsigned char *m, argument
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Draw2tiff.c89 TIFFDataType dtype = TIFF_BYTE; local
130 dtype = TIFF_BYTE;
132 dtype = TIFF_SHORT;
134 dtype = TIFF_LONG;
136 dtype = TIFF_SBYTE;
138 dtype = TIFF_SSHORT;
140 dtype = TIFF_SLONG;
142 dtype = TIFF_FLOAT;
144 dtype = TIFF_DOUBLE;
146 dtype
331 swapBytesInScanline(void *buf, uint32 width, TIFFDataType dtype) argument
355 guessSize(int fd, TIFFDataType dtype, off_t hdr_size, uint32 nbands, int swab, uint32 *width, uint32 *length) argument
440 correlation(void *buf1, void *buf2, uint32 n_elem, TIFFDataType dtype) argument
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dsecurityd_data_saver.cpp36 uint32_t dtype = CONTEXT; local
37 writeAll(&dtype, sizeof(dtype));
60 uint32_t dtype = ACL_ENTRY_INFO; local
61 writeAll(&dtype, sizeof(dtype));
76 uint32_t dtype = ACL_ENTRY_INPUT; local
77 writeAll(&dtype, sizeof(dtype));
H A Dsecurityd_data_saver.h168 uint32_t dtype = QUERY; local
169 writeAll(&dtype, sizeof(dtype));
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_sign.c158 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, argument
173 return rsa->meth->rsa_verify(dtype, m, m_len,
183 if(dtype == NID_md5_sha1)
207 if(dtype == NID_md5_sha1) {
239 OBJ_nid2ln(dtype));
241 if (sigtype != dtype)
243 if (((dtype == NID_md5) &&
245 ((dtype == NID_md2) &&
H A Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-dsfromkey.c213 emit(unsigned int dtype, isc_boolean_t showall, char *lookaside, argument
239 result = dns_ds_buildrdata(name, rdata, dtype, buf, &ds);
320 unsigned int dtype = DNS_DSDIGEST_SHA1; local
347 dtype = DNS_DSDIGEST_SHA1;
351 dtype = DNS_DSDIGEST_SHA256;
410 dtype = DNS_DSDIGEST_SHA1;
413 dtype = DNS_DSDIGEST_SHA256;
416 dtype = DNS_DSDIGEST_GOST;
487 emit(dtype, showall, lookaside, &rdata);
499 emit(dtype, showal
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c687 debug_type dtype; local
795 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
797 if (dtype == DEBUG_TYPE_NULL)
804 if (! debug_record_typed_const (dhandle, name, dtype, atoi (p)))
816 dtype = parse_stab_type (dhandle, info, (const char *) NULL,
818 if (dtype == DEBUG_TYPE_NULL)
820 if (! debug_record_label (dhandle, name, dtype, value))
827 dtype = parse_stab_type (dhandle, info, (const char *) NULL, &p,
829 if (dtype == DEBUG_TYPE_NULL)
831 if (! debug_record_function (dhandle, name, dtype, typ
1134 debug_type dtype; local
3525 debug_type dtype; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Ddns.c309 u_int8_t dtype; local
314 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) {
315 rdata_digest_type = dtype;
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_append_service.c141 if (NOT_NULL_EMPTY(dsn->dtype) && NOT_NULL_EMPTY(dsn->dtext)) {
142 vstream_fprintf(log, "%s=%s\n", MAIL_ATTR_DSN_DTYPE, dsn->dtype);
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_io.c81 smbfs_fill_direntry(void *de, const char *name, size_t nmlen, uint8_t dtype, argument
94 de64->d_type = dtype;
107 de32->d_type = dtype;
180 uint8_t dtype; local
284 dtype = (ctx->f_attr.fa_attr & SMB_EFA_DIRECTORY) ? DT_DIR : DT_REG;
286 dtype, ctx->f_attr.fa_ino, flags);
/macosx-10.10/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsa_sign.c297 static int fips_rsa_verify(int dtype, argument
320 return rsa->meth->rsa_verify(dtype, dig, diglen,
372 der = fips_digestinfo_encoding(dtype, &dlen);
386 der = fips_digestinfo_nn_encoding(dtype, &dlen);
/macosx-10.10/cups-408/cups/scheduler/
H A Djob.h44 cups_ptype_t dtype; /* Destination type */ member in struct:cupsd_job_s
H A Dipp.c770 cups_ptype_t dtype; /* Destination type (printer/class) */ local
781 if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
812 if (dtype & CUPS_PRINTER_CLASS)
853 cups_ptype_t dtype; /* Destination type */ local
1041 if (!cupsdValidateDest(attr->values[i].string.text, &dtype, &member))
1051 else if (dtype & CUPS_PRINTER_CLASS)
1542 job->dtype = printer->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE);
3100 cups_ptype_t dtype; /* Destination type */ local
3190 if (!cupsdValidateDest(uri->values[0].string.text, &dtype, &printer))
3345 cups_ptype_t dtype; /* Destinatio local
5264 cups_ptype_t dtype; /* Destination type (printer/class) */ local
5628 cups_ptype_t dtype; /* Destination type (printer/class) */ local
6144 cups_ptype_t dtype; /* Destination type (printer/class) */ local
6690 cups_ptype_t dtype; /* Destination type */ local
7006 cups_ptype_t dtype; /* Destination type (printer/class) */ local
7063 cups_ptype_t dtype; /* Destination type (printer/class) */ local
7340 cups_ptype_t dtype; /* Destination type (printer/class) */ local
7643 cups_ptype_t dtype; /* Destination type (printer/class) */ local
7714 dtype; /* Destination type (printer/class) */ local
8481 cups_ptype_t dtype; /* Destination type (printer/class) */ local
8564 cups_ptype_t dtype; /* Destination type (printer/class) */ local
9728 cups_ptype_t dtype; /* Destination type (printer/class) */ local
10179 cups_ptype_t dtype; /* Destination type (printer/class) */ local
10512 cups_ptype_t dtype; /* Destination type (printer/class) */ local
10593 cups_ptype_t dtype; /* Destination type (printer/class) */ local
10832 cups_ptype_t dtype; /* Destination type (printer/class) */ local
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-rsa.c1149 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
1163 * return rsa->meth->rsa_verify(dtype, m, m_len,
1173 if (dtype == NID_md5_sha1) {
1187 if (dtype == NID_md5_sha1) {
1221 OBJ_nid2ln(dtype));
1223 if (sigtype != dtype) {
1224 if (((dtype == NID_md5) &&
1226 ((dtype == NID_md2) &&

Completed in 208 milliseconds

123