Home
last modified time | relevance | path

Searched refs:errorStringRet (Results 1 – 8 of 8) sorted by relevance

/dports/x11/libICE/libICE-1.0.10/src/
H A Dconnect.c47 char *errorStringRet in IceOpenConnection() argument
64 if (errorStringRet && errorLength > 0) in IceOpenConnection()
65 *errorStringRet = '\0'; in IceOpenConnection()
69 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
70 strncpy (errorStringRet, in IceOpenConnection()
150 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
166 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
207 if (errorStringRet && errorLength > 0) { in IceOpenConnection()
300 strncpy (errorStringRet, in IceOpenConnection()
403 strncpy (errorStringRet, in IceOpenConnection()
[all …]
H A Dlistenwk.c45 char *errorStringRet in IceListenForWellKnownConnections() argument
61 if (errorStringRet && errorLength > 0) { in IceListenForWellKnownConnections()
62 strncpy (errorStringRet, in IceListenForWellKnownConnections()
64 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
98 if (errorStringRet && errorLength > 0) { in IceListenForWellKnownConnections()
99 strncpy (errorStringRet, in IceListenForWellKnownConnections()
101 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
114 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
129 errorStringRet[errorLength - 1] = '\0'; in IceListenForWellKnownConnections()
151 if (errorStringRet && errorLength > 0) in IceListenForWellKnownConnections()
[all …]
H A Dlisten.c43 char *errorStringRet in IceListenForConnections() argument
59 if (errorStringRet && errorLength > 0) { in IceListenForConnections()
60 strncpy (errorStringRet, in IceListenForConnections()
62 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
97 if (errorStringRet && errorLength > 0) { in IceListenForConnections()
98 strncpy (errorStringRet, in IceListenForConnections()
100 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
113 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
128 errorStringRet[errorLength - 1] = '\0'; in IceListenForConnections()
150 if (errorStringRet && errorLength > 0) in IceListenForConnections()
[all …]
H A Dprotosetup.c47 char *errorStringRet in IceProtocolSetup() argument
64 if (errorStringRet && errorLength > 0) in IceProtocolSetup()
65 *errorStringRet = '\0'; in IceProtocolSetup()
74 if (errorStringRet && errorLength > 0) { in IceProtocolSetup()
76 errorStringRet[errorLength - 1] = '\0'; in IceProtocolSetup()
85 if (errorStringRet && errorLength > 0) { in IceProtocolSetup()
86 strncpy (errorStringRet, in IceProtocolSetup()
208 strncpy (errorStringRet, in IceProtocolSetup()
211 errorStringRet[errorLength - 1] = '\0'; in IceProtocolSetup()
223 strncpy (errorStringRet, in IceProtocolSetup()
[all …]
H A Diceauth.c136 char **errorStringRet in _IcePoMagicCookie1Proc() argument
148 *errorStringRet = NULL; in _IcePoMagicCookie1Proc()
169 *errorStringRet = strdup(tempstr); in _IcePoMagicCookie1Proc()
193 *errorStringRet = strdup(tempstr); in _IcePoMagicCookie1Proc()
211 char **errorStringRet in _IcePaMagicCookie1Proc() argument
214 *errorStringRet = NULL; in _IcePaMagicCookie1Proc()
256 *errorStringRet = strdup(tempstr); in _IcePaMagicCookie1Proc()
275 *errorStringRet = strdup(tempstr); in _IcePaMagicCookie1Proc()
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_client.c56 int errorLength, char *errorStringRet) in SmcOpenConnection() argument
85 if (errorStringRet && errorLength > 0) in SmcOpenConnection()
86 *errorStringRet = '\0'; in SmcOpenConnection()
102 strncpy (errorStringRet, in SmcOpenConnection()
105 errorStringRet[errorLength - 1] = '\0'; in SmcOpenConnection()
117 strncpy (errorStringRet, in SmcOpenConnection()
120 errorStringRet[errorLength - 1] = '\0'; in SmcOpenConnection()
138 if (errorStringRet && errorLength > 0) { in SmcOpenConnection()
140 errorStringRet[errorLength - 1] = '\0'; in SmcOpenConnection()
168 if (errorStringRet && errorLength > 0) { in SmcOpenConnection()
[all …]
H A Dsm_manager.c116 int errorLength, char *errorStringRet) in SmsInitialize() argument
127 if (errorStringRet && errorLength > 0) in SmsInitialize()
128 *errorStringRet = '\0'; in SmsInitialize()
132 if (errorStringRet && errorLength > 0) { in SmsInitialize()
133 strncpy (errorStringRet, in SmsInitialize()
136 errorStringRet[errorLength - 1] = '\0'; in SmsInitialize()
156 if (errorStringRet && errorLength > 0) { in SmsInitialize()
157 strncpy (errorStringRet, in SmsInitialize()
160 errorStringRet[errorLength - 1] = '\0'; in SmsInitialize()
/dports/x11/libSM/libSM-1.2.3/
H A DChangeLog1232 in errorStringRet, but were just calling strncpy and not making sure