OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_empty_entry
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/pending/
diff.c
651
static void
create_empty_entry
(int l , int r, int j)
function
727
create_empty_entry
(l, r, j); //create non empty dirs/files if -N.
748
} else
create_empty_entry
(l, r, 1);
757
} else
create_empty_entry
(l, r, -1);
Completed in 170 milliseconds