execPath 54 lib/popt/popt.c con->execPath = (const char *)_free(con->execPath); execPath 55 lib/popt/popt.c con->execPath = xstrdup(path); execPath 385 lib/popt/popt.c if (!strchr(item->argv[0], '/') && con->execPath) { execPath 387 lib/popt/popt.c strlen(con->execPath) + strlen(item->argv[0]) + sizeof("/")); execPath 388 lib/popt/popt.c sprintf(s, "%s/%s", con->execPath, item->argv[0]); execPath 1086 lib/popt/popt.c con->execPath = (const char *)_free(con->execPath); execPath 88 lib/popt/poptint.h const char * execPath;