Lines Matching refs:strdup
112 strdup("Protocol"), xf86_lex_val.str); in xf86parsePointerSection()
118 strdup("Device"), xf86_lex_val.str); in xf86parsePointerSection()
122 strdup("Emulate3Buttons"), in xf86parsePointerSection()
130 strdup("Emulate3Timeout"), in xf86parsePointerSection()
135 strdup("ChordMiddle"), NULL); in xf86parsePointerSection()
142 strdup("Buttons"), s); in xf86parsePointerSection()
149 strdup("BaudRate"), s); in xf86parsePointerSection()
156 strdup("SampleRate"), s); in xf86parsePointerSection()
163 strdup("Resolution"), s); in xf86parsePointerSection()
167 strdup("ClearDTR"), NULL); in xf86parsePointerSection()
171 strdup("ClearRTS"), NULL); in xf86parsePointerSection()
187 s = strdup("x"); in xf86parsePointerSection()
190 s = strdup("y"); in xf86parsePointerSection()
197 strdup("ZAxisMapping"), s); in xf86parsePointerSection()
210 ptr->inp_identifier = strdup(CONF_IMPLICIT_POINTER); in xf86parsePointerSection()
211 ptr->inp_driver = strdup("mouse"); in xf86parsePointerSection()
213 strdup("CorePointer"), NULL); in xf86parsePointerSection()