Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/openbsd-src/usr.sbin/smtpd/
H A Denvelope.c151 envelope_dump_buffer(const struct envelope *ep, char *dest, size_t len) in envelope_dump_buffer()
205 ascii_load_uint8(uint8_t *dest, char *buf) in ascii_load_uint8()
216 ascii_load_uint16(uint16_t *dest, char *buf) in ascii_load_uint16()
227 ascii_load_uint32(uint32_t *dest, char *buf) in ascii_load_uint32()
238 ascii_load_time(time_t *dest, char *buf) in ascii_load_time()
249 ascii_load_type(enum delivery_type *dest, char *buf) in ascii_load_type()
263 ascii_load_string(char *dest, char *buf, size_t len) in ascii_load_string()
305 ascii_load_mailaddr(struct mailaddr *dest, char *buf) in ascii_load_mailaddr()
313 ascii_load_flags(enum envelope_flags *dest, char *buf) in ascii_load_flags()
333 ascii_load_bounce_type(enum bounce_type *dest, char *buf) in ascii_load_bounce_type()
[all …]
H A Dsrs.c84 static char dest[SMTPD_MAXMAILADDRSIZE]; in srs0_encode() local
122 static char dest[SMTPD_MAXMAILADDRSIZE]; in srs1_encode_srs0() local
154 static char dest[SMTPD_MAXMAILADDRSIZE]; in srs1_encode_srs1() local
203 static char dest[SMTPD_MAXMAILADDRSIZE]; in srs0_decode() local
271 static char dest[SMTPD_MAXMAILADDRSIZE]; in srs1_decode() local
/openbsd-src/gnu/lib/libiberty/src/
H A Ddyn-string.c193 dyn_string_copy (dyn_string_t dest, dyn_string_t src) in dyn_string_copy()
213 dyn_string_copy_cstr (dyn_string_t dest, const char *src) in dyn_string_copy_cstr()
232 dyn_string_prepend (dyn_string_t dest, dyn_string_t src) in dyn_string_prepend()
242 dyn_string_prepend_cstr (dyn_string_t dest, const char *src) in dyn_string_prepend_cstr()
253 dyn_string_insert (dyn_string_t dest, int pos, dyn_string_t src) in dyn_string_insert()
278 dyn_string_insert_cstr (dyn_string_t dest, int pos, const char *src) in dyn_string_insert_cstr()
300 dyn_string_insert_char (dyn_string_t dest, int pos, int c) in dyn_string_insert_char()
321 dyn_string_append (dyn_string_t dest, dyn_string_t s) in dyn_string_append()
335 dyn_string_append_cstr (dyn_string_t dest, const char *s) in dyn_string_append_cstr()
352 dyn_string_append_char (dyn_string_t dest, int c) in dyn_string_append_char()
[all …]
/openbsd-src/gnu/gcc/libssp/ssp/
H A Dstring.h56 #define memcpy(dest, src, len) \ argument
68 #define memmove(dest, src, len) \ argument
79 #define mempcpy(dest, src, len) \ argument
91 #define memset(dest, ch, len) \ argument
101 #define bcopy(src, dest, len) ((void) \ argument
105 #define bzero(dest, len) ((void) \ argument
111 #define strcpy(dest, src) \ argument
122 #define stpcpy(dest, src) \ argument
133 #define strncpy(dest, src, len) \ argument
145 #define strcat(dest, src) \ argument
[all …]
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhexagon_circ_brev_intrinsics.h22 #define Q6_circ_load_update_D(dest,ptr,incr,bufsize,K) \ argument
31 #define Q6_circ_load_update_W(dest,ptr,incr,bufsize,K) \ argument
40 #define Q6_circ_load_update_H(dest,ptr,incr,bufsize,K) \ argument
49 #define Q6_circ_load_update_UH(dest,ptr,incr,bufsize,K) \ argument
58 #define Q6_circ_load_update_B(dest,ptr,incr,bufsize,K) \ argument
67 #define Q6_circ_load_update_UB(dest,ptr,incr,bufsize,K) \ argument
124 #define Q6_bitrev_load_update_D(dest,ptr,log2bufsize) \ argument
133 #define Q6_bitrev_load_update_W(dest,ptr,log2bufsize) \ argument
142 #define Q6_bitrev_load_update_H(dest,ptr,log2bufsize) \ argument
151 #define Q6_bitrev_load_update_UH(dest,ptr,log2bufsize) \ argument
[all …]
/openbsd-src/gnu/llvm/lld/ELF/
H A DThunks.cpp50 AArch64ABSLongThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64ABSLongThunk()
58 AArch64ADRPThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64ADRPThunk()
74 ARMThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in ARMThunk()
104 ThumbThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) { in ThumbThunk()
129 ARMV7ABSLongThunk(Symbol &dest, int64_t addend) : ARMThunk(dest, addend) {} in ARMV7ABSLongThunk()
138 ARMV7PILongThunk(Symbol &dest, int64_t addend) : ARMThunk(dest, addend) {} in ARMV7PILongThunk()
147 ThumbV7ABSLongThunk(Symbol &dest, int64_t addend) in ThumbV7ABSLongThunk()
157 ThumbV7PILongThunk(Symbol &dest, int64_t addend) : ThumbThunk(dest, addend) {} in ThumbV7PILongThunk()
167 ThumbV6MABSLongThunk(Symbol &dest, int64_t addend) in ThumbV6MABSLongThunk()
177 ThumbV6MPILongThunk(Symbol &dest, int64_t addend) in ThumbV6MPILongThunk()
[all …]
/openbsd-src/sys/arch/luna88k/include/
H A Dbus.h202 bus_addr_t offset, u_int8_t *dest, size_t count) in bus_space_read_multi_1()
210 bus_addr_t offset, u_int16_t *dest, size_t count) in bus_space_read_multi_2()
218 bus_addr_t offset, u_int32_t *dest, size_t count) in bus_space_read_multi_4()
230 bus_addr_t offset, u_int8_t *dest, size_t size) in bus_space_read_raw_multi_2()
242 bus_addr_t offset, u_int8_t *dest, size_t size) in bus_space_read_raw_multi_4()
264 bus_addr_t offset, u_int8_t *dest, size_t count) in bus_space_read_region_1()
272 bus_addr_t offset, u_int16_t *dest, size_t count) in bus_space_read_region_2()
282 bus_addr_t offset, u_int32_t *dest, size_t count) in bus_space_read_region_4()
335 bus_addr_t offset, u_int8_t *dest, size_t count) in bus_space_write_multi_1()
343 bus_addr_t offset, u_int16_t *dest, size_t count) in bus_space_write_multi_2()
[all …]
/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_subr.c132 in_route0(int type, struct in_addr *dest, struct in_addr *mask, in in_route0() argument
272 in_host_route_add(struct in_addr *dest, struct in_addr *gate, in in_host_route_add() argument
280 in_host_route_delete(struct in_addr *dest, struct in_addr *gate) in in_host_route_delete() argument
287 in_route_add(struct in_addr *dest, struct in_addr *mask, struct in_addr *gate, in in_route_add() argument
295 in_route_delete(struct in_addr *dest, struct in_addr *mask, in in_route_delete() argument
378 struct in_addr dest, mask, loop; in_addr_range_add_route() local
394 struct in_addr dest, mask, loop; in_addr_range_delete_route() local
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov-io.h61 __store_gcov_type (value, dest, bytes) in __store_gcov_type() argument
96 __fetch_gcov_type (dest, source, bytes) in __fetch_gcov_type() argument
119 __fetch_long (dest, source, bytes) in __fetch_long() argument
188 __read_gcov_type (dest, file, bytes) in __read_gcov_type() argument
202 __read_long (dest, file, bytes) in __read_long() argument
H A Dcselib.c1149 cselib_invalidate_rtx (dest) in cselib_invalidate_rtx() argument
1172 cselib_invalidate_rtx_note_stores (dest, ignore, data) in cselib_invalidate_rtx_note_stores() argument
1185 cselib_record_set (dest, src_elt, dest_addr_elt) in cselib_record_set() argument
1224 rtx dest; member
1279 rtx dest = sets[i].dest; local
1308 rtx dest = sets[i].dest; local
/openbsd-src/sys/arch/hppa/spmath/
H A Dhppa.h18 #define Shiftdouble(left,right,amount,dest) \ argument
23 #define Variableshiftdouble(left,right,amount,dest) \ argument
30 #define Variable_shift_double(left,right,amount,dest) \ argument
H A Dcnv_float.h41 #define Sgl_to_dbl_exponent(src_exponent,dest) \ argument
87 #define Dbl_to_sgl_exponent(src_exponent,dest) \ argument
90 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
97 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
279 #define Dint_copytoptr(srcA,srcB,dest) \ argument
/openbsd-src/gnu/gcc/gcc/
H A Dtree-cfgcleanup.c264 basic_block dest; in tree_forwarder_block_p() local
306 basic_block dest; in tree_forwarder_block_p() local
355 phi_alternatives_equal (basic_block dest, edge e1, edge e2) in phi_alternatives_equal()
384 basic_block dest = succ->dest; in remove_forwarder_block() local
635 basic_block dest = succ->dest; in remove_forwarder_block_with_phi() local
771 basic_block dest; in merge_phi_nodes() local
H A Dcselib.c1188 cselib_invalidate_rtx (rtx dest) in cselib_invalidate_rtx()
1211 cselib_invalidate_rtx_note_stores (rtx dest, rtx ignore ATTRIBUTE_UNUSED, in cselib_invalidate_rtx_note_stores()
1222 cselib_record_set (rtx dest, cselib_val *src_elt, cselib_val *dest_addr_elt) in cselib_record_set()
1268 rtx dest; member
1322 rtx dest = sets[i].dest; in cselib_record_sets() local
1358 rtx dest = sets[i].dest; in cselib_record_sets() local
1375 rtx dest = sets[i].dest; in cselib_record_sets() local
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Ddata.c142 void d_fetchb(unsigned char **ptr, char *dest) in d_fetchb()
152 void d_fetchw(unsigned char **ptr, short *dest) in d_fetchw()
162 void d_fetchl(unsigned char **ptr, long *dest) in d_fetchl()
172 void d_fetchs(unsigned char **ptr, char *dest, int size) in d_fetchs()
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dlib1funcs.h72 #define SL(branch, dest, in_slot, in_slot_arg2) \ argument
74 #define SL1(branch, dest, in_slot) \ argument
77 #define SL(branch, dest, in_slot, in_slot_arg2) \ argument
79 #define SL1(branch, dest, in_slot) \ argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmacroexp.c554 append_tokens_without_splicing (struct macro_buffer *dest, in append_tokens_without_splicing()
807 substitute_args (struct macro_buffer *dest, in substitute_args()
900 struct macro_buffer *dest, in expand()
1006 maybe_expand (struct macro_buffer *dest, in maybe_expand()
1055 scan (struct macro_buffer *dest, in scan()
1102 struct macro_buffer src, dest; in macro_expand() local
1134 struct macro_buffer src, dest, tok; in macro_expand_next() local
/openbsd-src/lib/libz/
H A Duncompr.c25 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2()
80 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress()
H A Dcompress.c20 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2()
61 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Duncompr.c28 uncompress2(Bytef * dest,uLongf * destLen,const Bytef * source,uLong * sourceLen) uncompress2() argument
87 uncompress(Bytef * dest,uLongf * destLen,const Bytef * source,uLong sourceLen) uncompress() argument
H A Dcompress.c23 compress2(Bytef * dest,uLongf * destLen,const Bytef * source,uLong sourceLen,int level) compress2() argument
69 compress(Bytef * dest,uLongf * destLen,const Bytef * source,uLong sourceLen) compress() argument
/openbsd-src/sys/lib/libz/
H A Dcompress.c20 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2()
61 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress()
/openbsd-src/sys/arch/m88k/m88k/
H A Dm88110_fp.c182 u_int width, fparg *dest) in m88110_fpu_fetch()
229 fparg arg1, arg2, dest; in m88110_fpu_emulate() local
/openbsd-src/sys/arch/sparc64/include/
H A Dasm.h57 #define PIC_PROLOGUE(dest,tmp) \ argument
63 #define PIC_PROLOGUE(dest,tmp) argument
/openbsd-src/gnu/lib/libreadline/
H A Drlmbutil.h45 # define wcsrtombs(dest, src, len, ps) (wcsrtombs) (dest, src, len, 0) argument
46 # define mbsrtowcs(dest, src, len, ps) (mbsrtowcs) (dest, src, len, 0) argument

12345678910>>...23