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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dmemory.h204 #define XSTRDUP(mtype, str) zstrdup ((mtype), (str))
212 char *zstrdup (int type, char *str);
H A Dmemory.c118 zstrdup (int type, char *str)
215 memory = zstrdup (type, str);
115 zstrdup (int type, char *str) function

Completed in 175 milliseconds