Lines Matching refs:name
131 const char* name;
170 if (length >= sizeof(mapping->name) || c[length] != ',')
176 memcpy(mapping->name, c, length);
187 length = strlen(fields[i].name);
188 if (strncmp(c, fields[i].name, length) != 0 || c[length] != ':')
242 const char* name = _glfw.platform.getMappingName();
243 length = strlen(name);
244 if (strncmp(c, name, length) != 0)
501 // Returns an available joystick object with arrays and name allocated
503 _GLFWjoystick* _glfwAllocJoystick(const char* name,
530 strncpy(js->name, name, sizeof(js->name) - 1);
537 // Frees arrays and name and flags the joystick object as unused
1198 return js->name;
1388 return js->mapping->name;