Home | History | Annotate | Download | only in apriori

Lines Matching refs:lib_len

1542                 size_t lib_len = strlen(*lib_lookup_dirs);
1545 name = (char *)MALLOC(lib_len + strlen(libname) + 2);
1547 name[lib_len] = '/';
1548 strcpy(name + lib_len + 1, libname);