Symbol: attachment
sys/arch/arc/arc/autoconf.c
160
const char *attachment;
sys/arch/arc/arc/autoconf.c
183
while (dp->attachment) {
sys/arch/arc/arc/autoconf.c
184
if (strncmp(cp, dp->attachment, strlen(dp->attachment)) == 0)
sys/arch/arc/arc/autoconf.c
188
if (!dp->attachment) {
sys/arch/arc/arc/autoconf.c
196
if (ok && strcmp(dp->attachment, "multi") == 0 &&
usr.bin/config/gram.y
214
%type <str> attachment
usr.bin/config/gram.y
820
no device_instance AT attachment
usr.bin/config/gram.y
825
no DEVICE AT attachment { deldeva($4, $1); }
usr.bin/config/gram.y
833
device_instance AT attachment locators device_flags
usr.bin/config/gram.y
973
attachment:
usr.bin/config/mkioconf.c
451
const char *state, *basename, *attachment;
usr.bin/config/mkioconf.c
504
attachment = i->i_atdeva->d_name;
usr.bin/config/mkioconf.c
521
attachment, strlen(attachment) < 5 ? "\t\t"
usr.bin/mail/cmd3.c
431
struct attachment attach;
usr.bin/mail/def.h
304
struct attachment *a_flink; /* Forward link in list. */
usr.bin/mail/def.h
305
struct attachment *a_blink; /* Backward list link */
usr.bin/mail/def.h
345
struct attachment *h_attach; /* MIME attachments */
usr.bin/mail/extern.h
268
int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
usr.bin/mail/mime_attach.c
1002
struct attachment *attach;
usr.bin/mail/mime_attach.c
1003
struct attachment *ap;
usr.bin/mail/mime_attach.c
102
show_attach(const char *prefix, struct attachment *ap)
usr.bin/mail/mime_attach.c
1030
struct attachment *ap2;
usr.bin/mail/mime_attach.c
309
content_encoding(struct attachment *ap, const char *ctype)
usr.bin/mail/mime_attach.c
417
content_type(struct attachment *ap)
usr.bin/mail/mime_attach.c
446
content_disposition(struct attachment *ap)
usr.bin/mail/mime_attach.c
471
content_id(struct attachment *ap __unused)
usr.bin/mail/mime_attach.c
479
content_description(struct attachment *attach, int attach_num)
usr.bin/mail/mime_attach.c
494
get_mime_content(struct attachment *ap, int i)
usr.bin/mail/mime_attach.c
538
fput_attachment(FILE *fo, struct attachment *ap)
usr.bin/mail/mime_attach.c
641
struct attachment map; /* fake structure for the message body */
usr.bin/mail/mime_attach.c
642
struct attachment *attach;
usr.bin/mail/mime_attach.c
643
struct attachment *ap;
usr.bin/mail/mime_attach.c
70
show_alist(struct attachment *alist, struct attachment *ap)
usr.bin/mail/mime_attach.c
751
static struct attachment *
usr.bin/mail/mime_attach.c
752
attach_one_file(struct attachment *ap, char *filename, int attach_num)
usr.bin/mail/mime_attach.c
755
struct attachment *nap;
usr.bin/mail/mime_attach.c
861
static struct attachment *
usr.bin/mail/mime_attach.c
862
edit_attachlist(struct attachment *alist)
usr.bin/mail/mime_attach.c
864
struct attachment *ap;
usr.bin/mail/mime_attach.c
885
struct attachment *next_ap;
usr.bin/mail/mime_attach.c
931
struct attachment *nap;
usr.bin/mail/mime_attach.c
962
PUBLIC struct attachment*
usr.bin/mail/mime_attach.c
963
mime_attach_files(struct attachment * volatile attach, char *linebuf)
usr.bin/mail/mime_attach.c
965
struct attachment *ap;
usr.bin/mail/mime_attach.c
978
struct attachment *ap2;
usr.bin/mail/mime_attach.c
999
PUBLIC struct attachment *
usr.bin/mail/mime_attach.h
42
struct attachment *mime_attach_optargs(struct name *);
usr.bin/mail/mime_attach.h
43
struct attachment *mime_attach_files(struct attachment *, char *);
usr.bin/mail/mime_attach.h
46
struct Content get_mime_content(struct attachment *, int);
usr.bin/mail/mime_attach.h
51
void show_attach(const char *, struct attachment *); /* for debugging only */
usr.bin/mail/send.c
775
struct name *smopts, char *subject, struct attachment *attach)
usr.bin/mail/tty.c
347
struct attachment *ap;