Searched refs:cp2 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/bsd/libuuid_ul/dist/ |
| H A D | copy.c | 40 const unsigned char *cp2; local in function:uuid_copy 43 for (i=0, cp1 = dst, cp2 = src; i < 16; i++) 44 *cp1++ = *cp2++;
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | x11perf.c | 952 char *cp2; local in function:main 959 for (cp2 = cp1; *cp2 != '\0' && *cp2 != ','; cp2++) {}; 960 if (*cp2 == ',') { 961 *cp2++ = '\0'; 962 if (*cp2 == '-') 963 cp2++; 965 cp2 [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ftrandom/ |
| H A D | ftrandom.c | 141 const FT_Vector *cp2, 146 FT_UNUSED( cp2 ); 140 FT_CubicTo(const FT_Vector * cp1,const FT_Vector * cp2,const FT_Vector * to,void * user) argument
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | misc.c | 4860 const char *cp2; local in function:do_dcs 4968 && !strcmp((cp2 = skip_params(cp)), ",}")) { /* DECATC */ 4971 if (ival >= 0 && ival < 16 && *cp2 == ',') { 4975 cp2); 4980 && !strcmp((cp2 = skip_params(cp)), "){")) { /* DECSTGLT */ 4986 && !strcmp((cp2 = skip_params(cp)), ",|")) { /* DECAC */ 4994 cp2);
|
Completed in 14 milliseconds