pkgstrPrintf
p = pkgstrPrintf("%s/tmp", optarg);
char *pkgstrPrintf(char *a_format, ...);
p = pkgstrPrintf("%s%c%s", *a_old, a_separator, a_new);