Home
last modified time | relevance | path

Searched defs:safestrdup (Results 1 – 6 of 6) sorted by relevance

/dports/www/tinyproxy/tinyproxy-1.11.0/src/
H A Dheap.h42 # define safestrdup(x) debugging_strdup(x, __FILE__, __LINE__) macro
51 # define safestrdup(x) strdup(x) macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A Dsafemalloc.c103 char *safestrdup(const char *src) in safestrdup() function
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dmemory.h55 #define safestrdup(s) _safestrdup(s, __FILE__, __LINE__) macro
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/gui/
H A Dfrmobjectui.c44 static char *safestrdup(char *src) in safestrdup() function
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/librmff/
H A Drmff.c287 #define safestrdup(s) _safestrdup(s, __FILE__, __LINE__) macro
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlinelist.c125 char *safestrdup (const char *p, const char *file, int line) in safestrdup() function