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

  /external/ltp/lib/
tst_path_has_mnt_flags.c 32 size_t prefix_max = 0, prefix_len; local
63 && prefix_len > prefix_max) {
64 prefix_max = prefix_len;
  /external/ltp/testcases/open_posix_testsuite/include/
noatime.h 49 int prefix_max = 0, prefix; local
67 if (prefix > prefix_max) {
68 prefix_max = prefix;
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 75 size_t prefix_len, prefix_max = 0; local
95 if (prefix_len > prefix_max &&
97 prefix_max = prefix_len;
105 if (!prefix_max) {

Completed in 99 milliseconds