HomeSort by relevance Sort by last modified time
    Searched full:match_file_len (Results 1 - 1 of 1) sorted by null

  /external/elfutils/libdw/
dwarf_getscopevar.c 93 size_t match_file_len = match_file == NULL ? 0 : strlen (match_file); local
105 lastfile_matches = (len >= match_file_len
106 && !memcmp (match_file, file, match_file_len)
107 && (len == match_file_len
108 || file[len - match_file_len - 1] == '/'));

Completed in 203 milliseconds