Lines Matching defs:tmp
1423 struct fs_tmpfsdir_s *tmp;
1432 tmp = (struct fs_tmpfsdir_s *)malloc(sizeof(struct fs_tmpfsdir_s));
1433 if (!tmp)
1460 free(tmp);
1465 tmp->tf_tdo = tdo;
1466 tmp->tf_index = 0;
1467 dir->u.fs_dir = (fs_dir_s)tmp;
1485 struct fs_tmpfsdir_s *tmp;
1491 tmp = (struct fs_tmpfsdir_s *)dir->u.fs_dir;
1492 if (tmp == NULL)
1496 tdo = tmp->tf_tdo;
1527 free(tmp);
1541 struct fs_tmpfsdir_s *tmp;
1549 tmp = (struct fs_tmpfsdir_s *)dir->u.fs_dir;
1550 if (tmp == NULL)
1555 tdo = tmp->tf_tdo;
1565 index = tmp->tf_index;
1576 tmp->tf_index++;
1636 struct fs_tmpfsdir_s *tmp;
1639 tmp = (struct fs_tmpfsdir_s *)dir->u.fs_dir;
1643 tmp->tf_index = 0;