Lines Matching defs:name
78 * The file name is deleted from the file system.
93 char* name;
121 name = _glfw_calloc(strlen(path) + sizeof(template), 1);
122 strcpy(name, path);
123 strcat(name, template);
125 fd = createTmpfileCloexec(name);
126 _glfw_free(name);
1909 const char* name)
2707 "Wayland: Failed to retrieve layout for key name");
2720 "Wayland: Failed to retrieve keysym for key name");
2728 "Wayland: Failed to retrieve codepoint for key name");
2736 "Wayland: Failed to encode codepoint for key name");
2766 const char* name = NULL;
2772 name = "default";
2775 name = "text";
2778 name = "crosshair";
2781 name = "pointer";
2784 name = "ew-resize";
2787 name = "ns-resize";
2790 name = "nwse-resize";
2793 name = "nesw-resize";
2796 name = "all-scroll";
2799 name = "not-allowed";
2803 cursor->wl.cursor = wl_cursor_theme_get_cursor(_glfw.wl.cursorTheme, name);
2808 wl_cursor_theme_get_cursor(_glfw.wl.cursorThemeHiDPI, name);
2817 name = "left_ptr";
2820 name = "xterm";
2823 name = "crosshair";
2826 name = "hand2";
2829 name = "sb_h_double_arrow";
2832 name = "sb_v_double_arrow";
2835 name = "fleur";
2843 cursor->wl.cursor = wl_cursor_theme_get_cursor(_glfw.wl.cursorTheme, name);
2848 name);
2857 wl_cursor_theme_get_cursor(_glfw.wl.cursorThemeHiDPI, name);