HomeSort by relevance Sort by last modified time
    Searched refs:cur_entry (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
cmdline.c 186 char *cur_entry = script; local
213 /* Copy the first string in CUR_ENTRY to HEAP. */
214 old_entry = cur_entry;
215 while (*cur_entry++)
218 grub_memmove (heap, old_entry, (int) cur_entry - (int) old_entry);
stage2.c 243 char *cur_entry = 0; local
351 cur_entry = NULL;
518 cur_entry = get_entry (menu_entries,
524 grub_memmove (cur_entry + 2, cur_entry,
525 ((int) heap) - ((int) cur_entry));
527 cur_entry[0] = ' ';
528 cur_entry[1] = 0;
540 grub_memmove (cur_entry, ptr,
542 heap -= (((int) ptr) - ((int) cur_entry));
    [all...]
  /external/chromium/base/
file_util_posix.cc 578 DirectoryEntryInfo* cur_entry = &directory_entries_[current_directory_entry_];
579 memcpy(&(info->stat), &(cur_entry->stat), sizeof(info->stat));
580 info->filename.assign(cur_entry->filename.value());

Completed in 726 milliseconds