Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mci_new
usr/src/cmd/sendmail/src/deliver.c
1938
mci = mci_new(e->e_rpool);
usr/src/cmd/sendmail/src/deliver.c
2763
mci = mci_new(NULL);
usr/src/cmd/sendmail/src/deliver.c
2772
mci = mci_new(e->e_rpool);
usr/src/cmd/sendmail/src/sendmail.h
2577
extern MCI *mci_new __P((SM_RPOOL_T *));