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

/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestrecurse.c348 xmlChar *ctnt; local
367 ctnt = content;
371 *ctnt++ = *cur++;
374 *ctnt = 0;
379 ctnt = content;
381 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
382 if (*(ctnt) != '\t')
383 *(ctnt) = ' ';
384 ctnt++;
386 *ctnt
[all...]
H A Derror.c178 xmlChar *ctnt; local
197 ctnt = content;
201 *ctnt++ = *cur++;
204 *ctnt = 0;
209 ctnt = content;
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
212 if (*(ctnt) != '\t')
213 *(ctnt) = ' ';
214 ctnt++;
216 *ctnt
[all...]
H A Dtestlimits.c443 xmlChar *ctnt; local
462 ctnt = content;
466 *ctnt++ = *cur++;
469 *ctnt = 0;
474 ctnt = content;
476 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
477 if (*(ctnt) != '\t')
478 *(ctnt) = ' ';
479 ctnt++;
481 *ctnt
[all...]
H A Druntest.c301 xmlChar *ctnt; local
320 ctnt = content;
324 *ctnt++ = *cur++;
327 *ctnt = 0;
332 ctnt = content;
334 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
335 if (*(ctnt) != '\t')
336 *(ctnt) = ' ';
337 ctnt++;
339 *ctnt
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtestrecurse.c352 xmlChar *ctnt; local
371 ctnt = content;
375 *ctnt++ = *cur++;
378 *ctnt = 0;
383 ctnt = content;
385 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
386 if (*(ctnt) != '\t')
387 *(ctnt) = ' ';
388 ctnt++;
390 *ctnt
[all...]
H A Derror.c178 xmlChar *ctnt; local
197 ctnt = content;
201 *ctnt++ = *cur++;
204 *ctnt = 0;
209 ctnt = content;
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
212 if (*(ctnt) != '\t')
213 *(ctnt) = ' ';
214 ctnt++;
216 *ctnt
[all...]
H A Druntest.c305 xmlChar *ctnt; local
324 ctnt = content;
328 *ctnt++ = *cur++;
331 *ctnt = 0;
336 ctnt = content;
338 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
339 if (*(ctnt) != '\t')
340 *(ctnt) = ' ';
341 ctnt++;
343 *ctnt
[all...]

Completed in 140 milliseconds