Searched refs:tmp (Results 1 - 2 of 2) sorted by relevance

/k10sensor/
H A DMakefile1 # Usage: dmake -f Makefile [BT=] [ROOT=/tmp] [PREFIX=/local/usr] $TARGET
35 if [[ -e $${TMPDIR:-/tmp}/k10sensor ]]; then \
36 $(ECHO) "$${TMPDIR:-/tmp}/k10sensor exists. Remove it first." ; false ; \
38 svn export . $${TMPDIR:-/tmp}/k10sensor
39 (cd $${TMPDIR:-/tmp} ; tar cplf - k10sensor | gzip -c9 >k10sensor.tar.gz )
40 rm -rf $${TMPDIR:-/tmp}/k10sensor
41 @echo "\nSource archive ready: $${TMPDIR:-/tmp}/k10sensor.tar.gz\n"
/k10sensor/src/
H A Dpciinspect.c236 pci_device_t *tmp = realloc(devices, sizeof(pci_device_t) * (count+1)); local
237 if (*tmp != NULL) {
238 devices = tmp;

Completed in 8 milliseconds