Home
last modified time | relevance | path

Searched refs:dir_num (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Ddiff.c45 int dir_num, size, is_binary, status, change, len[2];
471 int len = strlen(toys.optargs[TT.dir_num]), ret = 0; in skip()
478 tmp = concat_file_path(toys.optargs[1 - TT.dir_num], ptr); in skip()
491 dir[TT.dir_num].list = xrealloc(dir[TT.dir_num].list, in add_to_list()
495 dir[TT.dir_num].list[TT.size - 1] = full_path; in add_to_list()
892 TT.dir_num++; in diff_main()
/third_party/toybox/generated/
Dglobals.h605 int dir_num, size, is_binary, status, change, len[2]; member