Searched refs:copystring (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xauth/dist/
H A Dparsedpy.c58 copystring (const char *src, int len) function in typeref:typename:char *
87 copystring (buf, strlen (buf)) : NULL);
130 host = copystring (UNIX_CONNECTION, UNIX_CONNECTION_LENGTH);
134 host = copystring ("0", 1);
144 host = copystring (displayname + 1, len - 2);
146 host = copystring (displayname, len);
239 rest = copystring (ptr, len);
H A Dxauth.h52 extern char *copystring ( const char *src, int len );
H A Dprocess.c551 auth->number = copystring(buf, dpylen);
1687 auth->name = copystring (protoname, auth->name_length);
2011 auth_in->name = copystring(DEFAULT_PROTOCOL, strlen(DEFAULT_PROTOCOL));
2014 auth_in->name = copystring (protoname, strlen(protoname));
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c228 #define copystring(s) ( s != NULL ? strdup(s) : NULL ) macro
1361 auth->protocol_name = copystring (protoname);
1364 auth->network_id = copystring (netid);
1365 auth->auth_name = copystring (authname);

Completed in 10 milliseconds