Searched refs:srclength (Results 1 – 3 of 3) sorted by relevance
| /titanic_54/usr/src/lib/libresolv2/common/isc/ |
| H A D | base64.c | 146 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() argument 152 while (2U < srclength) { in b64_ntop() 156 srclength -= 3; in b64_ntop() 176 if (0U != srclength) { in b64_ntop() 179 for (i = 0; i < srclength; i++) in b64_ntop() 193 if (srclength == 1U) in b64_ntop()
|
| /titanic_54/usr/src/lib/libdwarf/common/ |
| H A D | pro_incl.h | 56 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument 59 ((char *)source) +srclength-len_out, \ 66 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument
|
| H A D | dwarf_elf_access.c | 76 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument 79 ((char *)source) +srclength-len_out, \ 86 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument
|