Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:temp

219 	char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500];
237 sprintf (temp,"cd %s",full_dir_name);type_ext2___cd (temp);return;
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */
285 dispatch (temp); /* (which can call ourself or the general cd) */
295 sprintf (temp,"cd %s",full_dir_name);
296 dispatch (temp);
453 unsigned char temp [80];
461 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len); /* The name is not terminated */
462 temp [dir_entry_ptr->name_len]=0;
464 temp [COLS-55]=0;
466 dir_entry_ptr->inode,dir_entry_ptr->rec_len,dir_entry_ptr->name_len,temp);
595 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80];
647 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len);
648 temp [dir_entry_ptr->name_len]=0;
651 dir_entry_ptr->inode,dir_entry_ptr->rec_len,dir_entry_ptr->name_len,temp);