Searched refs:attachment (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_attach.h42 struct attachment *mime_attach_optargs(struct name *);
43 struct attachment *mime_attach_files(struct attachment *, char *);
46 struct Content get_mime_content(struct attachment *, int);
51 void show_attach(const char *, struct attachment *); /* for debugging only */
H A Dmime_attach.c70 show_alist(struct attachment *alist, struct attachment *ap)
102 show_attach(const char *prefix, struct attachment *ap)
307 content_encoding(struct attachment *ap, const char *ctype)
320 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
415 content_type(struct attachment *ap)
434 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
444 content_disposition(struct attachment *ap)
449 (void)sasprintf(&disp, "attachment; filename=\"%s\"",
462 errx(EXIT_FAILURE, "invalid attachment typ
[all...]
H A Ddef.h291 * Structure of a MIME attachment.
293 struct attachment { struct
294 struct attachment *a_flink; /* Forward link in list. */
295 struct attachment *a_blink; /* Backward list link */
297 attach_t a_type; /* attachment type */
335 struct attachment *h_attach; /* MIME attachments */
H A Dextern.h269 int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
H A Dtty.c347 struct attachment *ap;
H A Dsend.c776 struct name *smopts, char *subject, struct attachment *attach)
H A Dcmd3.c431 struct attachment attach;
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dautoconf.c174 const char *attachment; member in struct:devmap
197 while (dp->attachment) {
198 if (strncmp(cp, dp->attachment, strlen(dp->attachment)) == 0)
202 if (!dp->attachment) {
210 if (ok && strcmp(dp->attachment, "multi") == 0 &&
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmkioconf.c365 const char *state, *basename, *attachment; local
377 " /* driver attachment unit state "
418 attachment = i->i_atdeva->d_name;
435 attachment, strlen(attachment) < 5 ? "\t\t"
H A Dgram.y145 %type <str> attachment
490 NO device_instance AT attachment
492 NO DEVICE AT attachment { deldeva($4); } |
494 device_instance AT attachment locators flags_opt
597 attachment: label
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Ddri2.h48 uint32_t attachment; /**< */ member in struct:xcb_dri2_dri2_buffer_t
68 uint32_t attachment; /**< */ member in struct:xcb_dri2_attach_format_t
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote.c8980 int *remote_errno, char **attachment)
8985 *attachment = NULL;
9005 /* Check for ";attachment". If there is no attachment, the
9009 *attachment = p + 1;
9029 attachment is expected; an error will be reported if there's a
9032 attachment's length. */
9036 int *remote_errno, char **attachment,
9080 /* Make sure we saw an attachment if and only if we expected one. */
9081 if ((attachment_tmp == NULL && attachment !
8962 remote_hostio_parse_result(char *buffer, int *retcode, int *remote_errno, char **attachment) argument
9018 remote_hostio_send_command(int command_bytes, int which_packet, int *remote_errno, char **attachment, int *attachment_len) argument
9147 char *attachment; local
[all...]

Completed in 131 milliseconds