Home
last modified time | relevance | path

Searched defs:xstrdup (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/popt/
H A Dsystem.h68 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
70 #define xstrdup(_str) strdup(_str) macro
/dports/devel/distcc/distcc-3.3.5/popt/
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
72 #define xstrdup(_str) strdup(_str) macro
/dports/java/sablevm/sablevm-1.13/src/libpopt/
H A Dsystem.h70 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
72 #define xstrdup(_str) strdup(_str) macro
/dports/net/rsync/rsync-3.2.3/popt/
H A Dsystem.h106 xstrdup(const char *s) in xstrdup() function
118 #define xstrdup(_str) strdup(_str) macro
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dxalloc.h50 #define xstrdup(str) xstrdup_real(str,__FILE__,__LINE__) macro
61 #define xstrdup(str) strdup(str) macro
/dports/games/heroes/heroes-0.21/lib/
H A Dxstrdup.c35 xstrdup (const char *string) in xstrdup() function
/dports/news/yencode/yencode-0.46/lib/
H A Dxstrdup.c38 xstrdup (string) in xstrdup() function
/dports/devel/hp48cc/hp48cc-1.3/lib/
H A Dxstrdup.c8 char *xstrdup(const char *s) in xstrdup() function
/dports/lang/slisp/slisp-1.2/lib/
H A Dxstrdup.c9 xstrdup(const char *s) in xstrdup() function
/dports/devel/elfutils/elfutils-0.179/lib/
H A Dxstrdup.c39 xstrdup (const char *string) in xstrdup() function
/dports/print/rlpr/rlpr-2.06/lib/
H A Dxstrdup.c38 xstrdup (string) in xstrdup() function
/dports/converters/tnef/tnef-1.4.12/src/
H A Dxstrdup.c31 xstrdup (const char *str) in xstrdup() function
/dports/devel/libxalloc/xalloc-1.0.4/
H A Dxstrdup.c37 xstrdup(const char *s) in xstrdup() function
/dports/security/integrit/integrit-4.1/
H A Dxstrdup.c33 char *xstrdup(const char *str) in xstrdup() function
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dxstrdup.c25 xstrdup (const_string s) in xstrdup() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dadaint.h151 #define xstrdup(S) strcpy ((char *) malloc (strlen (S) + 1), S) macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dadaint.h151 #define xstrdup(S) strcpy ((char *) malloc (strlen (S) + 1), S) macro
/dports/devel/publib/publib-0.40/alloc/
H A Dxstrdup.c42 char *xstrdup(const char *s) { in xstrdup() function
/dports/lang/sdcc/sdcc-4.0.0/support/util/
H A Dsystem.h35 #define xstrdup(_str) strdup(_str) macro
/dports/ftp/tftp-hpa/tftp-hpa-5.2/lib/
H A Dxstrdup.c10 char *xstrdup(const char *s) in xstrdup() function
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dxstrdup.c25 xstrdup (const_string s) in xstrdup() function
/dports/graphics/plotutils/plotutils-2.6/lib/
H A Dxstrdup.c22 xstrdup (const char *s) in xstrdup() function
/dports/net/samba412/samba-4.12.15/third_party/popt/
H A Dsystem.h86 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
91 #define xstrdup(_str) strdup(_str) macro
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_xmalloc.h81 #define xstrdup(p) _xstrdup(__FILE__,__LINE__,(p)) macro
92 #define xstrdup strdup macro
/dports/databases/ldb15/ldb-1.5.6/third_party/popt/
H A Dsystem.h86 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
91 #define xstrdup(_str) strdup(_str) macro

12345678910>>...41