Searched refs:zstrdup (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dmemory.h65 #define XSTRDUP(mtype, str) zstrdup ((mtype), (str))
73 extern char *zstrdup (int type, const char *str);
H A Dmemory.c121 * Free memory allocated by z*alloc or zstrdup.
143 zstrdup (int type, const char *str) function
235 memory = zstrdup (type, str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dmemory.h65 #define XSTRDUP(mtype, str) zstrdup ((mtype), (str))
73 extern char *zstrdup (int type, const char *str);
H A Dmemory.c121 * Free memory allocated by z*alloc or zstrdup.
143 zstrdup (int type, const char *str) function
235 memory = zstrdup (type, str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dmemory.h65 #define XSTRDUP(mtype, str) zstrdup ((mtype), (str))
73 extern char *zstrdup (int type, const char *str);
H A Dmemory.c121 * Free memory allocated by z*alloc or zstrdup.
143 zstrdup (int type, const char *str) function
235 memory = zstrdup (type, str);

Completed in 122 milliseconds