OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descriptor_ptr
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/ext2ed/
dir_com.c
550
struct struct_descriptor *
descriptor_ptr
;
local
567
descriptor_ptr
=first_type;
568
while (
descriptor_ptr
!=NULL && !found) {
569
if (strcmp (
descriptor_ptr
->name,"ext2_inode")==0)
572
descriptor_ptr
=
descriptor_ptr
->next;
577
remember_lifo.type [entry_num]=
descriptor_ptr
;
580
wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",
descriptor_ptr
->name,device_offset,buffer);
file_com.c
402
struct struct_descriptor *
descriptor_ptr
;
local
419
descriptor_ptr
=first_type;
420
while (
descriptor_ptr
!=NULL && !found) {
421
if (strcmp (
descriptor_ptr
->name,"ext2_inode")==0)
424
descriptor_ptr
=
descriptor_ptr
->next;
429
remember_lifo.type [entry_num]=
descriptor_ptr
;
432
wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",
descriptor_ptr
->name,device_offset,buffer);
general_com.c
494
struct struct_descriptor *
descriptor_ptr
;
local
511
descriptor_ptr
=first_type;
512
while (
descriptor_ptr
!=NULL && !found) {
513
if (strcmp (
descriptor_ptr
->name,buffer)==0)
516
descriptor_ptr
=
descriptor_ptr
->next;
520
current_type=
descriptor_ptr
;
Completed in 254 milliseconds