xstrdup            21 lib/popt/findme.c 	return xstrdup(argv0);
xstrdup            55 lib/popt/popt.c     con->execPath = xstrdup(path);
xstrdup           740 lib/popt/popt.c 		    con->os->nextArg = xstrdup(origOptString);
xstrdup           892 lib/popt/popt.c 			? xstrdup(con->os->nextArg) : NULL;
xstrdup           996 lib/popt/popt.c 			xstrdup(con->os->nextArg);
xstrdup          1138 lib/popt/popt.c 	(newItem->option.longName ? xstrdup(newItem->option.longName) : NULL);
xstrdup          1144 lib/popt/popt.c 	(newItem->option.descrip ? xstrdup(newItem->option.descrip) : NULL);
xstrdup          1146 lib/popt/popt.c        (newItem->option.argDescrip ? xstrdup(newItem->option.argDescrip) : NULL);
xstrdup           738 lib/popt/popthelp.c     con->otherHelp = xstrdup(text);
xstrdup            64 lib/popt/system.h /*@mayexit@*/ /*@only@*/ char * xstrdup (const char *str)