Lines Matching refs:printf
33 printf("%-10s Counting containers\n", type);
35 printf("%-10s Counted %d containers\n", type, n);
36 printf("%-10s Get container struct only\n", type);
39 printf("Warning: first call returned %d, second %d\n", n, n2);
42 printf("%-10s Got container struct %s\n", type, c->name);
50 printf("%-10s Get names only\n", type);
53 printf("Warning: first call returned %d, second %d\n", n, n2);
55 printf("%-10s Got container name %s\n", type, names[i]);
63 printf("%-10s Get names and containers\n", type);
66 printf("Warning: first call returned %d, second %d\n", n, n2);
69 printf("%-10s Got container struct %s, name %s\n", type, c->name, names[i]);