Lines Matching defs:numbuf

299 	char numbuf[32];
313 (void) sprintf(numbuf, "%u", attr->value.ui);
315 (xmlChar *)ENTITYPROTOCOL, (xmlChar *)numbuf);
345 (void) sprintf(numbuf, "%u", attr->value.ui);
347 (xmlChar *)ENTITYREGTIMESTAMP, (xmlChar *)numbuf);
361 (void) sprintf(numbuf, "%u",
364 (xmlChar *)PROTOCOLMAXVERSION, (xmlChar *)numbuf);
368 (void) sprintf(numbuf, "%u", attr->value.ui & ISNS_VERSION);
370 (xmlChar *)PROTOCOLMINVERSION, (xmlChar *)numbuf);
378 (void) sprintf(numbuf, "%u", attr->value.ui);
380 (xmlChar *)REGISTRATIONPERIOD, (xmlChar *)numbuf);
454 char numbuf[32];
496 (void) sprintf(numbuf, "%u", PORT_NUMBER(attr->value.ui));
498 (xmlChar *)PORTNUMBER, (xmlChar *)numbuf);
505 (void) sprintf(numbuf, "%u", tag);
507 (xmlChar *)numbuf);
521 (void) sprintf(numbuf, "%u", attr->value.ui);
523 (xmlChar *)ESIINTERVAL, (xmlChar *)numbuf);
539 (void) sprintf(numbuf, "%u", PORT_NUMBER(attr->value.ui));
541 (xmlChar *)PORTNUMBER, (xmlChar *)numbuf);
557 (void) sprintf(numbuf, "%u", PORT_NUMBER(attr->value.ui));
562 (xmlChar *)PORTNUMBER, (xmlChar *)numbuf);
599 char numbuf[32];
636 (void) sprintf(numbuf, "%u", attr->value.ui);
638 (xmlChar *)numbuf);
682 char numbuf[32];
721 (void) sprintf(numbuf, "%u", attr->value.ui);
723 (xmlChar *)numbuf);
866 char numbuf[32];
911 (void) sprintf(numbuf, "%u", attr->value.ui);
913 (xmlChar *)numbuf);
940 (void) sprintf(numbuf, "%u", attr->value.ui);
942 (xmlChar *)numbuf);
1297 char numbuf[32];
1307 (void) sprintf(numbuf, "%d", (ret != 0) ? PARTIAL_SUCCESS : 0);
1309 (xmlChar *)numbuf);
1324 (void) sprintf(numbuf, "%d", ret);
1326 (xmlChar *)numbuf);
1361 char numbuf[32];
1373 (void) sprintf(numbuf, "%d",
1376 (xmlChar *)numbuf);
1391 (void) sprintf(numbuf, "%d", (ret != 0) ? ret : 0);
1393 (xmlChar *)numbuf);
1432 char numbuf[32];
1455 (void) sprintf(numbuf, "%llu", esi_threshold);
1457 (xmlChar *)numbuf) == NULL) {