Searched refs:srclength (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | base64.c | 142 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() argument 148 while (2U < srclength) { in b64_ntop() 152 srclength -= 3; in b64_ntop() 172 if (0U != srclength) { in b64_ntop() 175 for (i = 0; i < srclength; i++) in b64_ntop() 189 if (srclength == 1U) in b64_ntop()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_incl.h | 57 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument 60 ((const char *)source) +(srclength)-(len_out),\ 64 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \ argument
|
H A D | dwarf_elfread.c | 116 #define WRITE_UNALIGNED_LOCAL(dbg,dest,source, srclength,len_out) \ argument 119 ((char *)source) +srclength-len_out, \ 123 #define READ_UNALIGNED_SAFE(dbg,dest, source, srclength) \ argument 127 source, srclength) ; \ 131 #define WRITE_UNALIGNED_LOCAL(dbg,dest,source, srclength,len_out) \ argument
|
H A D | dwarf_elf_access.c | 81 #define WRITE_UNALIGNED_LOCAL(dbg,dest,source, srclength,len_out) \ argument 84 ((char *)source) +srclength-len_out, \ 88 #define READ_UNALIGNED_SAFE(dbg,dest, source, srclength) \ argument 92 source, srclength) ; \ 96 #define WRITE_UNALIGNED_LOCAL(dbg,dest,source, srclength,len_out) \ argument
|