Lines Matching refs:strcpy
235 strcpy(result, source);
327 strcpy(description, "The GLFW library is not initialized");
329 strcpy(description, "There is no current context");
331 strcpy(description, "Invalid argument for enum parameter");
333 strcpy(description, "Invalid value for parameter");
335 strcpy(description, "Out of memory");
337 strcpy(description, "The requested API is unavailable");
339 strcpy(description, "The requested API version is unavailable");
341 strcpy(description, "A platform-specific error occurred");
343 strcpy(description, "The requested format is unavailable");
345 strcpy(description, "The specified window has no context");
347 strcpy(description, "The specified cursor shape is unavailable");
349 strcpy(description, "The requested feature cannot be implemented for this platform");
351 strcpy(description, "The requested feature has not yet been implemented for this platform");
353 strcpy(description, "The requested platform is unavailable");
355 strcpy(description, "ERROR: UNKNOWN GLFW ERROR");
375 strcpy(error->description, description);