Lines Matching refs:dmpath
246 char* dmpath = NULL; /* data model specific LD_LIBRARY_PATH,
395 dmpath = getenv("LD_LIBRARY_PATH_32");
399 dmpath = getenv("LD_LIBRARY_PATH_64");
405 dmpath = getenv("LD_LIBRARY_PATH_32");
409 dmpath = getenv("LD_LIBRARY_PATH_64");
419 * If dmpath is NULL, the relevant data model specific variable is
422 if( dmpath == NULL) {
426 runpath = dmpath;
515 && (dmpath == NULL) /* data model specific variables not set */
547 * If dmpath is not NULL, remove the data model specific string
551 if( dmpath != NULL)