Searched refs:buf3 (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/lib/libc/resolv/ |
| H A D | res_mkupdate.c | 96 u_char buf3[MAXDNAME]; in res_nmkupdate() local 545 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 549 memcpy(cp, buf3, siglen); in res_nmkupdate() 577 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 581 memcpy(cp, buf3, keylen); in res_nmkupdate() 641 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 645 memcpy(cp, buf3, certlen); in res_nmkupdate()
|
| /dflybsd-src/contrib/ncurses/progs/ |
| H A D | infocmp.c | 831 char buf3[MAX_TERMINFO_LENGTH]; in analyze_string() local 892 && (len < sizeof(buf3)) in analyze_string() 901 _nc_STRNCPY(buf3, sp + csi, len); in analyze_string() 902 buf3[len] = '\0'; in analyze_string() 905 expansion = lookup_params(std_modes, buf2, buf3); in analyze_string() 913 && (len < sizeof(buf3)) in analyze_string() 922 _nc_STRNCPY(buf3, sp + csi + 1, len); in analyze_string() 923 buf3[len] = '\0'; in analyze_string() 926 expansion = lookup_params(private_modes, buf2, buf3); in analyze_string() 933 && (len < sizeof(buf3)) in analyze_string() [all …]
|
| /dflybsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 988 char buf3[32]; in Output() local 1001 humanize_number(buf3, 6, in Output() 1013 snprintf(buf3, sizeof(buf2), "%8ld", in Output() 1020 buf3, in Output()
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | build.c | 3115 char buf3[128]; in childHookRun() local 3176 snprintf(buf3, sizeof(buf3), "%d", BuildIgnoreCount); in childHookRun() 3178 benv[bi].data = buf3; in childHookRun()
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_7zip.c | 3759 const uint8_t *buf0, *buf1, *buf2, *buf3; in Bcj2_Decode() local 3771 buf3 = zip->sub_stream_buff[2] + zip->sub_stream_size[2] - size3; in Bcj2_Decode() 3773 buffer = buf3; in Bcj2_Decode()
|