OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXHOSTNAMELEN
(Results
1 - 25
of
206
) sorted by relevancy
1
2
3
4
5
6
7
8
9
/src/external/bsd/libbind/dist/port/mpe/include/sys/
param.h
5
#define
MAXHOSTNAMELEN
64
/src/external/ibm-public/postfix/dist/src/util/
get_hostname.c
39
#if (
MAXHOSTNAMELEN
< 256)
40
#undef
MAXHOSTNAMELEN
41
#define
MAXHOSTNAMELEN
256
59
char namebuf[
MAXHOSTNAMELEN
+ 1];
78
namebuf[
MAXHOSTNAMELEN
] = 0;
/src/external/bsd/am-utils/dist/conf/hn_dref/
hn_dref_isc3.h
4
#define NFS_HN_DREF(dst, src) xstrlcpy((dst), (src),
MAXHOSTNAMELEN
)
hn_dref_linux.h
4
#define NFS_HN_DREF(dst, src) xstrlcpy((dst), (src),
MAXHOSTNAMELEN
)
/src/external/bsd/ipf/dist/lib/
initparse.c
13
char thishost[
MAXHOSTNAMELEN
];
hostname.c
16
static char hostbuf[
MAXHOSTNAMELEN
+1];
54
hostbuf[
MAXHOSTNAMELEN
] = '\0';
/src/sys/sys/
kernel.h
48
extern char hostname[
MAXHOSTNAMELEN
];
50
extern char domainname[
MAXHOSTNAMELEN
];
/src/usr.sbin/lpr/common_source/
common_vars.c
47
char host[
MAXHOSTNAMELEN
+1]; /* host machine name */
lp.h
85
extern char host[
MAXHOSTNAMELEN
+ 1];
/src/sys/fs/nfs/common/
nfsdiskless.h
70
char my_hostnam[
MAXHOSTNAMELEN
]; /* Client host name */
104
char my_hostnam[
MAXHOSTNAMELEN
]; /* Client host name */
/src/tests/lib/libc/gen/
t_setdomainname.c
41
static char domain[
MAXHOSTNAMELEN
];
43
static const char domains[][
MAXHOSTNAMELEN
] = {
59
char name[
MAXHOSTNAMELEN
];
88
char name[
MAXHOSTNAMELEN
+ 1];
t_sethostname.c
41
static char host[
MAXHOSTNAMELEN
];
43
static const char hosts[][
MAXHOSTNAMELEN
] = {
59
char name[
MAXHOSTNAMELEN
];
88
char name[
MAXHOSTNAMELEN
+ 1];
/src/usr.sbin/rbootd/
defs.h
56
#ifndef
MAXHOSTNAMELEN
57
#define
MAXHOSTNAMELEN
64
127
extern char MyHost[
MAXHOSTNAMELEN
+1]; /* this hosts' name */
conf.c
71
char MyHost[
MAXHOSTNAMELEN
+1]; /* host name */
/src/usr.sbin/mtree/
extern.h
48
/* For
MAXHOSTNAMELEN
on some platforms. */
58
#ifndef
MAXHOSTNAMELEN
59
#define
MAXHOSTNAMELEN
256
/src/external/bsd/cron/dist/
macros.h
70
#ifndef
MAXHOSTNAMELEN
71
#define
MAXHOSTNAMELEN
64
/src/bin/domainname/
domainname.c
60
char domainname[
MAXHOSTNAMELEN
];
/src/bin/hostname/
hostname.c
60
char *p, hostname[
MAXHOSTNAMELEN
+ 1];
/src/lib/libc/rpc/
clnt_simple.c
70
#ifndef
MAXHOSTNAMELEN
71
#define
MAXHOSTNAMELEN
64
84
char host[
MAXHOSTNAMELEN
]; /* Servers host */
199
if ((strlen(host) < (size_t)
MAXHOSTNAMELEN
) &&
/src/usr.sbin/ypserv/common/
localhostname.c
52
char hostname[
MAXHOSTNAMELEN
+ 1];
/src/sbin/mount_portal/
pt_tcp.c
68
char host[
MAXHOSTNAMELEN
];
69
char port[
MAXHOSTNAMELEN
];
/src/external/gpl2/gettext/dist/gettext-tools/src/
hostname.c
49
/* Get
MAXHOSTNAMELEN
. */
51
#ifndef
MAXHOSTNAMELEN
52
# define
MAXHOSTNAMELEN
64
255
char hostname[
MAXHOSTNAMELEN
+1];
257
if (gethostname (hostname,
MAXHOSTNAMELEN
) < 0)
259
hostname[
MAXHOSTNAMELEN
] = '\0';
/src/libexec/talkd/
talkd.c
78
char hostname[
MAXHOSTNAMELEN
+ 1];
111
hostname[
MAXHOSTNAMELEN
] = '\0'; /* ensure null termination */
/src/lib/libpam/modules/pam_login_access/
pam_login_access.c
65
char hostname[
MAXHOSTNAMELEN
];
/src/usr.sbin/ypserv/stdethers/
stdethers.c
60
char hostname[
MAXHOSTNAMELEN
+ 1];
Completed in 25 milliseconds
1
2
3
4
5
6
7
8
9
Indexes created Fri Apr 24 00:22:58 UTC 2026