Searched refs:tmp_free (Results 1 – 3 of 3) sorted by relevance
338 int data_entry, ret, slash, tmp_create, tmp_free; local344 tmp_create = tmp_free = 0;461 tmp_free = 1;481 if (tmp_free)494 if (tmp_free) {496 tmp_free = 0;
241 tmp_free=`df -b /tmp | tail -1 | awk '{ print $2 }'`242 (( tmp_free = tmp_free / 3 ))244 if [ $total_size -gt $tmp_free ] ; then
2148 char *tmp, *tmp_free; in get_pam_conf_entry() local2301 tmp_free = tmp; in get_pam_conf_entry()2304 free(tmp_free); in get_pam_conf_entry()