OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myhostname
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
maillog_client.c
54
/* internal postlog logging service, usually "$
myhostname
".
63
/* .IP "
myhostname
(default: see 'postconf -d' output)"
224
char *
myhostname
;
local
243
myhostname
= var_myhostname;
244
} else if ((
myhostname
= import_hostname) == 0) {
245
myhostname
= "amnesiac";
248
msg_info("
myhostname
=%s", STRING_OR_NULL(
myhostname
));
263
msg_logger_init(progname,
myhostname
, service_path,
281
if (import_hostname == 0 || strcmp(
myhostname
, import_hostname) != 0)
[
all
...]
/src/usr.sbin/bootp/bootpgw/
bootpgw.c
127
char
myhostname
[MAXHOSTNAMELEN + 1];
205
gethostname(
myhostname
, sizeof(
myhostname
));
206
myhostname
[sizeof(
myhostname
) - 1] = '\0';
207
hep = gethostbyname(
myhostname
);
126
char
myhostname
[MAXHOSTNAMELEN + 1];
variable
/src/external/ibm-public/postfix/dist/mantools/
xpostdef
52
myhostname
/src/external/bsd/libbind/dist/tests/
dig8.c
240
static char
myhostname
[MAXHOSTNAMELEN];
variable
336
gethostname(
myhostname
, (sizeof
myhostname
));
887
myhostname
,
982
printf(";; FROM: %s to SERVER: %s\n",
myhostname
,
/src/usr.sbin/mtrace/
mtrace.c
1338
char
myhostname
[MAXHOSTNAMELEN];
local
1342
error = sysinfo(SI_HOSTNAME,
myhostname
, sizeof(
myhostname
));
1348
hp = gethostbyname(
myhostname
);
/src/external/ibm-public/postfix/dist/conf/
postfix-tls-script
514
# XXX map empty to $
myhostname
656
fqdn=`$postconf -xh
myhostname
` || return 1
1079
# Default <hostname> from $
myhostname
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026