Home
last modified time | relevance | path

Searched refs:_POSIX_HOST_NAME_MAX (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/devel/efl/efl-1.25.1/src/lib/efreet/
H A Defreet_uri.c7 #ifndef _POSIX_HOST_NAME_MAX
8 #define _POSIX_HOST_NAME_MAX 255 macro
24 char scheme[64], authority[_POSIX_HOST_NAME_MAX], path[PATH_MAX]; in efreet_uri_decode()
37 memset(authority, 0, _POSIX_HOST_NAME_MAX); in efreet_uri_decode()
55 …(i = 0; *p != '/' && *p != '?' && *p != '#' && *p != '\0' && i < (_POSIX_HOST_NAME_MAX - 1); p++, … in efreet_uri_decode()
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Doutput_udp.c55 #define _POSIX_HOST_NAME_MAX 128 macro
67 #define _POSIX_HOST_NAME_MAX 128 macro
149 char hostname[_POSIX_HOST_NAME_MAX + 1];
221 memcpy(syslog->hostname, adapter_hostname, _POSIX_HOST_NAME_MAX); in data_output_syslog_create()
227 gethostname(syslog->hostname, _POSIX_HOST_NAME_MAX + 1); in data_output_syslog_create()
229 syslog->hostname[_POSIX_HOST_NAME_MAX] = '\0'; in data_output_syslog_create()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomNetworking/
H A DNetworkingCompatibility.h38 #if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX)
46 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomNetworking/
H A DNetworkingCompatibility.h38 #if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX)
46 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomNetworking/
H A DNetworkingCompatibility.h38 #if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX)
46 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomNetworking/
H A DNetworkingCompatibility.h38 #if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX)
46 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomNetworking/
H A DNetworkingCompatibility.h38 #if !defined(HOST_NAME_MAX) && defined(_POSIX_HOST_NAME_MAX)
46 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/compat/
H A Dlimits.h37 #elif defined(_POSIX_HOST_NAME_MAX)
39 #define BABELTRACE_HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-host-list.h28 #ifdef _POSIX_HOST_NAME_MAX
29 #define BSON_HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-host-list.h30 #ifdef _POSIX_HOST_NAME_MAX
31 #define BSON_HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Dtext_book_simple_par.cpp39 char proc_name[_POSIX_HOST_NAME_MAX + 1]; in main()
48 assert(MPI_MAX_PROCESSOR_NAME == _POSIX_HOST_NAME_MAX + 1); in main()
51 gethostname(proc_name, _POSIX_HOST_NAME_MAX); in main()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/osx/
H A Dosd.h58 #ifdef _POSIX_HOST_NAME_MAX
59 #define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/system/
H A De_system.h78 # ifndef _POSIX_HOST_NAME_MAX
79 # define _POSIX_HOST_NAME_MAX 255 macro
/dports/security/snoopy/snoopy-2.4.14/src/datasource/
H A Ddomain.c47 #define HOST_NAME_BUF_SIZE _POSIX_HOST_NAME_MAX + 2 // +1 for terminal \0 and +1 because we'…
79 retVal = gethostname(hostname, _POSIX_HOST_NAME_MAX); in snoopy_datasource_domain()
/dports/mail/s-nail/s-nail-14.9.23/
H A Dmx-config.h91 # ifdef _POSIX_HOST_NAME_MAX
92 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/security/munge/munge-munge-0.5.14/src/munged/
H A Dnet.c55 #ifdef _POSIX_HOST_NAME_MAX
56 #define _HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De.h99 # ifndef _POSIX_HOST_NAME_MAX
100 # define _POSIX_HOST_NAME_MAX 255 macro
/dports/net/ladvd/ladvd-1.1.2/src/
H A Dcli.c352 hostname = my_malloc(_POSIX_HOST_NAME_MAX); in http_connect()
353 if (gethostname(hostname, _POSIX_HOST_NAME_MAX) == -1) in http_connect()
357 strlcpy(hostname, hp->h_name, _POSIX_HOST_NAME_MAX); in http_connect()
/dports/devel/folly/folly-2021.12.27.00/folly/portability/
H A DStdlib.h27 #define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/dports/mail/nmh/nmh-1.7.1/test/
H A Dgetcanon.c21 char buf[_POSIX_HOST_NAME_MAX + 1]; in main()
/dports/misc/rump/buildrump.sh-b914579/src/include/protocols/
H A Dtimed.h58 char tsp_name[_POSIX_HOST_NAME_MAX+1];
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dposix1_lim.h52 #define _POSIX_HOST_NAME_MAX 255 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dposix1_lim.h52 #define _POSIX_HOST_NAME_MAX 255 macro
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dlimits.h82 #define _POSIX_HOST_NAME_MAX 255 macro
/dports/science/qmcpack/qmcpack-3.11.0/src/Message/
H A DCommunicate.h141 #ifdef _POSIX_HOST_NAME_MAX
142 #define HOST_NAME_MAX _POSIX_HOST_NAME_MAX

1234567