Searched refs:bytep (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c429 Perl_save_I8(pTHX_ I8 *bytep) argument
432 SSPUSHINT(*bytep);
433 SSPUSHPTR(bytep);
H A Dproto.h642 PERL_CALLCONV void Perl_save_I8(pTHX_ I8* bytep);
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c1454 * Get the byte `offset' bytes into open file `fd', and store in `bytep'.
1458 getabyte(int fd, off_t offset, uchar_t *bytep) argument
1460 switch (pread(fd, bytep, 1, offset)) {

Completed in 22 milliseconds