Lines Matching refs:tempdirpath
260 char *fwplugdirpath, *tempdirpath;
289 tempdirpath = getenv("FWPLUGINDIR");
291 if ((fwflash_debug > 0) && (tempdirpath != NULL)) {
292 (void) strlcpy(fwplugdirpath, tempdirpath,
293 strlen(tempdirpath) + 1);
524 char *fwvrfydirpath, *tempdirpath, *filename;
584 tempdirpath = getenv("FWVERIFYPLUGINDIR");
586 if ((fwflash_debug > 0) && (tempdirpath != NULL)) {
587 (void) strlcpy(fwvrfydirpath, tempdirpath,
588 strlen(tempdirpath) + 1);