Home
last modified time | relevance | path

Searched defs:safestrcat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/sysfsutils/sysfsutils-2.1.0/lib/
H A Dsysfs.h37 #define safestrcat(to, from) strncat(to, from, sizeof(to) - strlen(to)-1) macro
/dports/net/subnetcalc/subnetcalc-2.4.18/src/
H A Dtools.cc69 int safestrcat(char* dest, const char* src, const size_t size) in safestrcat() function
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dwrite.c85 safestrcat(char* s1, char* s2) in safestrcat() function
/dports/devel/sysfsutils/sysfsutils-2.1.0/cmd/
H A Dsystool.c36 #define safestrcat(to, from) strncat(to, from, sizeof(to) - strlen(to)-1) macro