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

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_uu.c45 unsigned char *in_buff; member in struct:uudecode
345 void *in_buff; local
355 in_buff = malloc(IN_BUFF_SIZE);
356 if (uudecode == NULL || out_buff == NULL || in_buff == NULL) {
361 free(in_buff);
366 uudecode->in_buff = in_buff;
395 memmove(ptr, uudecode->in_buff,
397 free(uudecode->in_buff);
398 uudecode->in_buff
[all...]
/macosx-10.10.1/libresolv-57/
H A Ddst_api.c852 u_char in_buff[RAW_KEY_SIZE], *p; local
876 if ((cnt = fread(in_buff, 1, sizeof(in_buff), fp)) < 5) {
884 if (memcmp(in_buff, "Private-key-format: v", 20) != 0)
887 p = in_buff;
922 ret = pk_key->dk_func->from_file_fmt(pk_key, (char *)p, &in_buff[len] - p);
937 memset(in_buff, 0, cnt);
941 memset(in_buff, 0, cnt);

Completed in 122 milliseconds