OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HOSTNAME_MAX
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
curl_gethostname.h
26
#define
HOSTNAME_MAX
1024
/external/curl/tests/libtest/
chkhostname.c
26
#define
HOSTNAME_MAX
1024
30
char buff[
HOSTNAME_MAX
];
36
if (Curl_gethostname(buff,
HOSTNAME_MAX
)) {
42
if(strncmp(buff, argv[1],
HOSTNAME_MAX
)) {
Completed in 911 milliseconds