Searched refs:tmp_free (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh517 tmp_free=`df -b /tmp | tail -1 | awk '{ printf ($2) }'`
518 (( tmp_free = tmp_free / 3 ))
520 (( tmp_free = tmp_free / 2 ))
523 if [ $total_size -gt $tmp_free ] ; then
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_appinit.c338 int data_entry, ret, slash, tmp_create, tmp_free; local
344 tmp_create = tmp_free = 0;
461 tmp_free = 1;
481 if (tmp_free)
494 if (tmp_free) {
496 tmp_free = 0;
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c2140 char *tmp, *tmp_free; local
2293 tmp_free = tmp;
2296 free(tmp_free);

Completed in 66 milliseconds