Home
last modified time | relevance | path

Searched refs:sec_end (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/tools/
H A Dembed_mfs.sh75 sec_end=`strings -at d $1 | \
78 sec_end=`echo ${sec_end} | awk '{print $1}'`
81 sec_size=`expr ${sec_end} - ${sec_start}`
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h129 void sec_end (void);
H A Dmain.c210 sec_end(); in lostpeer()
H A Dsecurity.c867 sec_end(void) in sec_end() function
H A Dcmds.c1527 sec_end(); in disconnect()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp55 uptr sec_end = sec_start + sc->size; in NextSectionLoad() local
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c867 sec_end(void) in sec_end() function
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog464 * ftp/security.c (sec_end): only clean app_data if there is any
675 (sec_end): set app_data to NULL
1006 (sec_end): only destroy if it was initialized