Lines Matching refs:dmpath
383 char* dmpath = NULL; /* data model specific LD_LIBRARY_PATH,
564 dmpath = getenv("LD_LIBRARY_PATH_32");
567 dmpath = getenv("LD_LIBRARY_PATH_64");
573 dmpath = getenv("LD_LIBRARY_PATH_32");
577 dmpath = getenv("LD_LIBRARY_PATH_64");
587 * If dmpath is NULL, the relevant data model specific variable is
590 if (dmpath == NULL) {
593 runpath = dmpath;
647 && (dmpath == NULL) /* data model specific variables not set */
679 * If dmpath is not NULL, remove the data model specific string
682 if (dmpath != NULL)