putout             76 libgd/wbmp.c       putout (0x80 | (i & 0x7f << 7 * l) >> 7 * l, out);
putout             78 libgd/wbmp.c     putout (i & 0x7f, out);
putout            254 libgd/wbmp.c     putout (0, out);		/* WBMP Type 0: B/W, Uncompressed bitmap */
putout            255 libgd/wbmp.c     putout (0, out);		/* FixHeaderField */
putout            260 libgd/wbmp.c     putmbi (wbmp->width, putout, out);	/* width */
putout            261 libgd/wbmp.c     putmbi (wbmp->height, putout, out);	/* height */
putout            275 libgd/wbmp.c   	      putout (octet, out);
putout            280 libgd/wbmp.c   	putout (octet, out);
putout            378 libgd/wbmp.c         writewbmp (wbmp, &putout, stdout);