Searched refs:myhostname (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sendmail/mail.local/ |
H A D | mail.local.c | 583 char myhostname[1024]; in dolmtp() local 586 memset(myhostname, '\0', sizeof myhostname); in dolmtp() 587 (void) gethostname(myhostname, sizeof myhostname - 1); in dolmtp() 588 if (myhostname[0] == '\0') in dolmtp() 589 sm_strlcpy(myhostname, "localhost", sizeof myhostname); in dolmtp() 591 printf("220 %s LMTP ready\r\n", myhostname); in dolmtp() 654 myhostname); in dolmtp() 658 printf("250-%s\r\n", myhostname); in dolmtp()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_access.c | 164 static char *myhostname(void) in myhostname() function 210 fake_item.from = myhostname(); in user_match()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | login_access.c | 164 static char *myhostname(void) in myhostname() function 210 fake_item.from = myhostname(); in user_match()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | globals.c | 78 char myhostname[MaxHostNameLen]; variable
|
H A D | extern.h | 167 extern char myhostname[];
|
H A D | ruserpass.c | 114 mydomain = guess_domain (myhostname, MaxHostNameLen); in ruserpassword()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | complete.conf.in | 21 crypto digest md5 host myhostname ident wedent pw cryptopass randfile /.rnd
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 745 hp = myhostname(jbuf, sizeof(jbuf)); 3636 hp = myhostname(hostbuf, sizeof(hostbuf));
|
H A D | sendmail.h | 2946 extern struct hostent *myhostname __P((char *, int));
|
H A D | daemon.c | 3431 myhostname(hostbuf, size) in myhostname() function
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 10256 gethostname() (instead of myhostname(), which tries
|