Home | History | Annotate | Download | only in libpopt

Lines Matching refs:execPath

56     con->execPath = _free(con->execPath);
57 con->execPath = xstrdup(path);
59 /*@-nullstate@*/ /* LCL: con->execPath not NULL */
399 if (!strchr(item->argv[0], '/') && con->execPath != NULL) {
400 char *s = alloca(strlen(con->execPath) + strlen(item->argv[0]) + sizeof("/"));
401 sprintf(s, "%s/%s", con->execPath, item->argv[0]);
1099 con->execPath = _free(con->execPath);