tmp_handle       1343 lib/vfs/direntry.c             int tmp_handle;
tmp_handle       1346 lib/vfs/direntry.c             tmp_handle = vfs_mkstemps (&tmp_vpath, me->name, name);
tmp_handle       1348 lib/vfs/direntry.c             if (tmp_handle == -1)
tmp_handle       1354 lib/vfs/direntry.c             close (tmp_handle);
tmp_handle       1686 src/vfs/shell/shell.c             int tmp_handle;
tmp_handle       1688 src/vfs/shell/shell.c             tmp_handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);
tmp_handle       1689 src/vfs/shell/shell.c             if (tmp_handle == -1)
tmp_handle       1693 src/vfs/shell/shell.c             close (tmp_handle);