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

/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c770 getstring(char **strp, uint8_t **inbufp, mach_msg_type_number_t *bytes_leftp) argument
778 memcpy(&stringlen, *inbufp, sizeof (uint32_t));
779 *inbufp += sizeof (uint32_t);
794 memcpy(*strp, *inbufp, stringlen);
796 *inbufp += stringlen;
803 getint(int *intp, uint8_t **inbufp, mach_msg_type_number_t *bytes_leftp) argument
809 memcpy(intp, *inbufp, sizeof (int));
810 *inbufp += sizeof (int);
816 getuint32(uint32_t *uintp, uint8_t **inbufp, mach_msg_type_number_t *bytes_leftp) argument
822 memcpy(uintp, *inbufp, sizeo
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dmark.c471 MarkProcess(inbufp,inlenp)
472 char **inbufp;
490 if (inbufp == 0)
497 inbuf= *inbufp;
950 *inbufp = pt;

Completed in 199 milliseconds