Searched refs:MAXHOSTNAMELEN (Results 26 - 50 of 103) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dparam.h21 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dparam.h31 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dparam.h21 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/system/
H A Dnetwork.h98 * Some older systems seem not to have MAXHOSTNAMELEN
101 #ifndef MAXHOSTNAMELEN
102 #define MAXHOSTNAMELEN 254 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/replace/system/
H A Dnetwork.h98 * Some older systems seem not to have MAXHOSTNAMELEN
101 #ifndef MAXHOSTNAMELEN
102 #define MAXHOSTNAMELEN 254 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/replace/system/
H A Dnetwork.h98 * Some older systems seem not to have MAXHOSTNAMELEN
101 #ifndef MAXHOSTNAMELEN
102 #define MAXHOSTNAMELEN 254 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/rpc/
H A Dtypes.h93 #ifndef MAXHOSTNAMELEN
94 #define MAXHOSTNAMELEN 64 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/rpc/
H A Dtypes.h93 #ifndef MAXHOSTNAMELEN
94 #define MAXHOSTNAMELEN 64 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/rpc/
H A Dtypes.h93 #ifndef MAXHOSTNAMELEN
94 #define MAXHOSTNAMELEN 64 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dconnecthostport.c20 #define MAXHOSTNAMELEN 64 macro
55 #ifndef MAXHOSTNAMELEN
56 #define MAXHOSTNAMELEN 64 macro
70 char tmp_host[MAXHOSTNAMELEN+1];
160 for(i = 0, j = 1; host[j] && (host[j] != ']') && i < MAXHOSTNAMELEN; i++, j++)
170 strncpy(tmp_host, host, MAXHOSTNAMELEN);
172 tmp_host[MAXHOSTNAMELEN] = '\0';
H A Dminiwget.c17 #define MAXHOSTNAMELEN 64 macro
45 #define MAXHOSTNAMELEN 64 macro
59 #ifndef MAXHOSTNAMELEN
60 #define MAXHOSTNAMELEN 64 macro
461 * hostname : hostname destination string (size of MAXHOSTNAMELEN+1)
483 memset(hostname, 0, MAXHOSTNAMELEN + 1);
528 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
554 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p3-p1)));
559 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
579 char hostname[MAXHOSTNAMELEN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dconnecthostport.c20 #define MAXHOSTNAMELEN 64 macro
55 #ifndef MAXHOSTNAMELEN
56 #define MAXHOSTNAMELEN 64 macro
70 char tmp_host[MAXHOSTNAMELEN+1];
160 for(i = 0, j = 1; host[j] && (host[j] != ']') && i < MAXHOSTNAMELEN; i++, j++)
170 strncpy(tmp_host, host, MAXHOSTNAMELEN);
172 tmp_host[MAXHOSTNAMELEN] = '\0';
H A Dminiwget.c17 #define MAXHOSTNAMELEN 64 macro
45 #define MAXHOSTNAMELEN 64 macro
59 #ifndef MAXHOSTNAMELEN
60 #define MAXHOSTNAMELEN 64 macro
461 * hostname : hostname destination string (size of MAXHOSTNAMELEN+1)
483 memset(hostname, 0, MAXHOSTNAMELEN + 1);
528 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
554 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p3-p1)));
559 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
579 char hostname[MAXHOSTNAMELEN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dconnecthostport.c20 #define MAXHOSTNAMELEN 64 macro
55 #ifndef MAXHOSTNAMELEN
56 #define MAXHOSTNAMELEN 64 macro
70 char tmp_host[MAXHOSTNAMELEN+1];
160 for(i = 0, j = 1; host[j] && (host[j] != ']') && i < MAXHOSTNAMELEN; i++, j++)
170 strncpy(tmp_host, host, MAXHOSTNAMELEN);
172 tmp_host[MAXHOSTNAMELEN] = '\0';
H A Dminiwget.c17 #define MAXHOSTNAMELEN 64 macro
45 #define MAXHOSTNAMELEN 64 macro
59 #ifndef MAXHOSTNAMELEN
60 #define MAXHOSTNAMELEN 64 macro
461 * hostname : hostname destination string (size of MAXHOSTNAMELEN+1)
483 memset(hostname, 0, MAXHOSTNAMELEN + 1);
528 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
554 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p3-p1)));
559 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
579 char hostname[MAXHOSTNAMELEN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/protocols/
H A Dtimed.h55 char tsp_name[MAXHOSTNAMELEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/protocols/
H A Dtimed.h55 char tsp_name[MAXHOSTNAMELEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/protocols/
H A Dtimed.h55 char tsp_name[MAXHOSTNAMELEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/system/
H A Dnetwork.h297 #ifndef MAXHOSTNAMELEN
298 #define MAXHOSTNAMELEN HOST_NAME_MAX macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dget_host_realm.c96 char dom[MAXHOSTNAMELEN];
224 char hostname[MAXHOSTNAMELEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/system/
H A Dnetwork.h297 #ifndef MAXHOSTNAMELEN
298 #define MAXHOSTNAMELEN HOST_NAME_MAX macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dget_host_realm.c96 char dom[MAXHOSTNAMELEN];
224 char hostname[MAXHOSTNAMELEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/system/
H A Dnetwork.h297 #ifndef MAXHOSTNAMELEN
298 #define MAXHOSTNAMELEN HOST_NAME_MAX macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dget_host_realm.c96 char dom[MAXHOSTNAMELEN];
224 char hostname[MAXHOSTNAMELEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Drepmgr.h78 #ifndef MAXHOSTNAMELEN
79 #define MAXHOSTNAMELEN 256 macro
83 #define MAX_SITE_LOC_STRING (MAXHOSTNAMELEN+20)

Completed in 347 milliseconds

12345