Home
last modified time | relevance | path

Searched refs:enddst (Results 1 – 9 of 9) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dpacklibs.c49 …cli_unfsg(const char *source, char *dest, int ssize, int dsize, const char **endsrc, char **enddst) in cli_unfsg() argument
172 if (enddst) *enddst = cdst; in cli_unfsg()
176 int unmew(const char *source, char *dest, int ssize, int dsize, const char **endsrc, char **enddst) in unmew() argument
310 *enddst = cdst; in unmew()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dpacklibs.c49 …cli_unfsg(const char *source, char *dest, int ssize, int dsize, const char **endsrc, char **enddst) in cli_unfsg() argument
172 if (enddst) *enddst = cdst; in cli_unfsg()
176 int unmew(const char *source, char *dest, int ssize, int dsize, const char **endsrc, char **enddst) in unmew() argument
310 *enddst = cdst; in unmew()
/dports/misc/rump/buildrump.sh-b914579/src/sys/crypto/arc4/
H A Darc4.c98 const unsigned char *enddst; in arc4_stream() local
104 for (enddst = dst + len; dst != enddst; dst++) { in arc4_stream()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/lib/
H A Dcopy_user.S71 #define enddst r29 macro
92 add enddst=dst,len // first byte after end of source
463 sub len=enddst,dst1,1 // precompute len
582 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ?
583 sub len=enddst,dst1,1 // precompute len
593 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ?
594 sub len=enddst,dst1,1 // precompute len
606 sub ret0=enddst,dst1
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/lib/
H A Dcopy_user.S71 #define enddst r29 macro
92 add enddst=dst,len // first byte after end of source
463 sub len=enddst,dst1,1 // precompute len
582 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ?
583 sub len=enddst,dst1,1 // precompute len
593 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ?
594 sub len=enddst,dst1,1 // precompute len
606 sub ret0=enddst,dst1
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/lib/
H A Dcopy_user.S71 #define enddst r29 macro
92 add enddst=dst,len // first byte after end of source
463 sub len=enddst,dst1,1 // precompute len
582 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ?
583 sub len=enddst,dst1,1 // precompute len
593 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ?
594 sub len=enddst,dst1,1 // precompute len
606 sub ret0=enddst,dst1
/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dutil.cpp274 char *enddst = dst; in strcat_s() local
276 while (count > 0 && *enddst != '\0') { in strcat_s()
277 ++enddst; in strcat_s()
286 strcpy(enddst, src); in strcat_s()
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dprot_hydra.c719 char *enddst = dst + szdst - 1; in hydra_gethexblock() local
724 while( in <= endsrc && out <= enddst ) in hydra_gethexblock()
742 if( out > enddst ) in hydra_gethexblock()
752 char *enddst = dst + szdst - 1; in hydra_getascblock() local
757 while( (in <= endsrc) && (out <= enddst) ) in hydra_getascblock()
770 if( out > enddst ) in hydra_getascblock()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dutil.cpp241 char *enddst = dst; in strcat_s() local
243 while (count > 0 && *enddst != '\0') { in strcat_s()
244 ++enddst; in strcat_s()
253 strcpy(enddst, src); in strcat_s()