Lines Matching refs:printf
377 printf("{status %u}",*p++); in zipmapRepr()
380 printf("{end}"); in zipmapRepr()
386 printf("{key %u}",l); in zipmapRepr()
392 printf("{value %u}",l); in zipmapRepr()
398 printf("["); in zipmapRepr()
399 while(e--) printf("."); in zipmapRepr()
400 printf("]"); in zipmapRepr()
404 printf("\n"); in zipmapRepr()
433 printf("\nLook up large key:\n"); in zipmapTest()
442 printf(" <long key> is associated to the %d bytes value: %.*s\n", in zipmapTest()
447 printf("\nPerform a direct lookup:\n"); in zipmapTest()
453 printf(" foo is associated to the %d bytes value: %.*s\n", in zipmapTest()
457 printf("\nIterate through elements:\n"); in zipmapTest()
464 printf(" %d:%.*s => %d:%.*s\n", klen, klen, key, vlen, vlen, value); in zipmapTest()