Home
last modified time | relevance | path

Searched refs:PROTOBUFSIZE (Results 1 – 2 of 2) sorted by relevance

/dports/x11/xtrans/xtrans-1.4.0/
H A DXtrans.c150 #define PROTOBUFSIZE 20 macro
157 char protobuf[PROTOBUFSIZE]; in TRANS()
169 strncpy (protobuf, protocol, PROTOBUFSIZE - 1); in TRANS()
170 protobuf[PROTOBUFSIZE-1] = '\0'; in TRANS()
172 for (i = 0; i < PROTOBUFSIZE && protobuf[i] != '\0'; i++) in TRANS()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtrans.c163 #define PROTOBUFSIZE 20 macro
171 char protobuf[PROTOBUFSIZE];
181 strncpy (protobuf, protocol, PROTOBUFSIZE);
183 for (i = 0; i < PROTOBUFSIZE && protobuf[i] != '\0'; i++)