xstrdup            70 lib/popt/system.h #define xstrdup(_str)   (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
xstrdup            72 lib/popt/system.h #define	xstrdup(_str)	strdup(_str)