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

  /build/tools/lsd/
lsd.c 629 size_t lib_len = strlen(*lib_lookup_dirs); local
632 name = (char *)MALLOC(lib_len + strlen(libname) + 2);
634 name[lib_len] = '/';
635 strcpy(name + lib_len + 1, libname);
  /build/tools/apriori/
apriori.c 1542 size_t lib_len = strlen(*lib_lookup_dirs); local
    [all...]

Completed in 21 milliseconds