Home
last modified time | relevance | path

Searched defs:ustrncpy (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dunicode-helper.h32 #define ustrncpy(psz1, psz2, len) strncpy((char*)(psz1), (char*)(psz2), (len)) macro
/dports/textproc/sgmls/sgmls/
H A Dtools.h15 #define ustrncpy(s1, s2, n) strncpy((char *)(s1), (char *)(s2), n) macro
22 #define ustrncpy strncpy macro
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dtools.h15 #define ustrncpy(s1, s2, n) strncpy((char *)(s1), (char *)(s2), n) macro
22 #define ustrncpy strncpy macro
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dunicode.h106 #define ustrncpy(dest, src, n) ustrzncpy(dest, INT_MAX, src, n) macro
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/extra/gd/
H A Dgdkanji.c342 #define ustrncpy(A,B, maxsize) (strncpy((char*)(A),(const char*)(B), maxsize)) macro
/dports/graphics/libwmf/libwmf-0.2.12/src/extra/gd/
H A Dgdkanji.c342 #define ustrncpy(A,B, maxsize) (strncpy((char*)(A),(const char*)(B), maxsize)) macro
/dports/russian/gd/libgd-2.3.1/src/
H A Dgdkanji.c330 #define ustrncpy(A,B, maxsize) (strncpy((char*)(A),(const char*)(B), maxsize)) macro
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgdkanji.c330 #define ustrncpy(A,B, maxsize) (strncpy((char*)(A),(const char*)(B), maxsize)) macro
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgdkanji.c330 #define ustrncpy(A,B, maxsize) (strncpy((char*)(A),(const char*)(B), maxsize)) macro
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgdkanji.c330 #define ustrncpy(A,B, maxsize) (strncpy((char*)(A),(const char*)(B), maxsize)) macro
/dports/print/a2ps/a2ps-4.13/lib/
H A Droutines.h52 #define ustrncpy(x,y,z) \ macro
/dports/textproc/halibut/halibut-1.2/
H A Dustring.c251 wchar_t *ustrncpy(wchar_t *dest, wchar_t const *source, int n) { in ustrncpy() function