/src/games/larn/ |
bill.c | 53 static const char *mail[] = { variable in typeref:typename:const char * [] 118 * function to mail the letters to the player if a winner 133 cp = mail; 157 "mail -I %s < %s > /dev/null", loginname, fname);
|
/src/usr.bin/mail/ |
extern.h | 265 # define mail(a,b,c,d,e,f) legacy_mail(a,b,c,d,e) macro 268 int mail(struct name *, struct name *, struct name *, struct name *, char *, struct attachment *);
|
send.c | 51 * Mail -- a mail program 53 * Mail to others. 210 * This happens in uucp style mail where 488 "%s/mail.RsXXXXXXXXXX", tmpdir); 535 * Save the outgoing mail on the passed file. 595 * Mail a message that is already prepared in a file. 615 * Fork, set up the temporary mail file as standard 616 * input for "mail", and exec with the user list we generated 676 * Mail a message on standard input to the people indicate 774 mail(struct name *to, struct name *cc, struct name *bcc, function in typeref:typename:PUBLIC int [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/ |
amdgpu_dmub_srv.c | 213 struct dmub_region *mail = &out->regions[DMUB_WINDOW_4_MAILBOX]; local in function:dmub_srv_calc_region_info 244 mail->base = dmub_align(bios->top, 256); 245 mail->top = mail->base + DMUB_MAILBOX_SIZE; 255 trace_buff->base = dmub_align(mail->top, 256);
|