Searched refs:cstr (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutDstr.cpp58 char *cstr = strpbrk(word, "=><!~"); local in function:__glutConvertDisplayModeFromString
59 if(cstr)
60 *cstr = '\0';
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets_shared.h147 char cstr[256]; local in function:Deserialize
150 fread(cstr, length, 1, f);
151 cstr[length] = 0;
152 string.assign(cstr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets_shared.h147 char cstr[256]; local in function:Deserialize
150 fread(cstr, length, 1, f);
151 cstr[length] = 0;
152 string.assign(cstr);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_gamemode.c387 char *cstr, *vstr, *response; local in function:parseCriteria
390 cstr = strpbrk(word, "=><!~");
391 if (cstr) {
392 switch (cstr[0]) {
395 vstr = &cstr[1];
399 vstr = &cstr[1];
402 if (cstr[1] == '=') {
404 vstr = &cstr[2];
407 vstr = &cstr[1];
411 if (cstr[
[all...]
H A Dglut_dstr.c763 char *cstr, *vstr, *response; local in function:parseCriteria
767 cstr = strpbrk(word, "=><!~");
768 if (cstr) {
769 switch (cstr[0]) {
772 vstr = &cstr[1];
776 vstr = &cstr[1];
779 if (cstr[1] == '=') {
781 vstr = &cstr[2];
784 vstr = &cstr[1];
788 if (cstr[
[all...]
/xsrc/external/mit/xedit/dist/lisp/re/
H A Dreo.c111 int ret, count = 0, str = 1, cstr = 1, lits = 0, clits = 0; local in function:orec_alt
116 while (ptr && (str || cstr)) {
118 cstr = str = 0;
123 cstr = str = 0;
137 cstr = 0;
142 str = cstr = 0;
148 str = cstr = 0;
151 str = cstr = 0;
155 str = cstr = 0;
159 if (str || cstr) {
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c1058 const char *cstr; local in function:xf86addComment
1073 cstr = add;
1075 while (*cstr) {
1076 if (*cstr != ' ' && *cstr != '\t')
1078 ++cstr;
1080 iscomment = (*cstr == '#');

Completed in 10 milliseconds