Searched defs:s1resume (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c1115 * next character of s1 via s1resume (where further comparison could
1116 * be resumed). Otherwise return NULL via s1resume. Return the
1122 const char *s1, const char *s2, const char **s1resume)
1127 *s1resume = NULL; /* Comparison has no resumption point yet */
1148 *s1resume = s1;
1178 const char *s1resume; /* Comparison resumption point */ local
1183 result = xf86nameCompareResumable(s1, s2, &s1resume);
1188 * Note that s1resume will not be NULL if result is
1191 result = *s1resume - '\0';
1214 const char *s1resume; /* Compariso local
1121 xf86nameCompareResumable( const char *s1, const char *s2, const char **s1resume) argument
[all...]

Completed in 11 milliseconds