Home
last modified time | relevance | path

Searched refs:usermap (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/mail/
Dextern.h48 struct name *usermap(struct name *);
Dnames.c367 usermap(struct name *names) in usermap() function
Dsend.c350 to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc))); in mail1()