Searched refs:string_ptr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dplatform.c129 * int FindStringInSeg( unsigned int segment_address, char *string_ptr )
132 * string_ptr is located in the segment passed in segment_address.
138 FindStringInSeg(unsigned int segment_address, char *string_ptr) argument
140 int string_length = Strlen(string_ptr);
150 /* Now search for the first character of the string_ptr */
152 if (*(psegment_buf + i) == *string_ptr) {
158 if (!Strncmp(string_ptr, (psegment_buf + i), string_length)) {
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dplatform.c284 * int FindStringInSeg( unsigned int segment_address, char *string_ptr )
286 * string_ptr is located in the segment passed in segment_address.
292 FindStringInSeg(unsigned int segment_address, char *string_ptr) argument
294 int string_length = Strlen(string_ptr);
325 /* Now search for the first character of the string_ptr */
327 if (*(psegment_buf + i) == *string_ptr) {
333 if (!Strncmp(string_ptr, (psegment_buf + i), string_length)) {
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcCT.c1126 char *string_ptr; local in function:cstostr
1138 string_ptr = *((char **) to);
1152 *((unsigned char *) string_ptr++) = ch;
1159 *to_left -= string_ptr - *((char **) to);
1160 *to = (XPointer) string_ptr;

Completed in 11 milliseconds