Searched refs:putint (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c51 static void putint(tkimg_MFile *handle, int i);
690 putint(handle, 54 + (ncolors*4) + bperline * blockPtr->height);
691 putint(handle, 0);
692 putint(handle, 54 + (ncolors*4));
693 putint(handle, 40);
694 putint(handle, blockPtr->width);
695 putint(handle, blockPtr->height);
696 putint(handle, 1 + (nbytes<<19));
697 putint(handle, 0);
698 putint(handl
741 putint(handle, i) function
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_mount.c99 putint(uint8_t *outbuf, int val) function
354 outbuf = putint(outbuf, tmp->mounta.flags);
355 outbuf = putint(outbuf, tmp->mounta.mntflags);

Completed in 194 milliseconds