Searched refs:cnp_str (Results 1 – 1 of 1) sorted by relevance
272 char cnp_str[PATH_MAX+1]; in add_to_dependencies() local302 && realpath(path, cnp_str) ) ) { in add_to_dependencies()307 && _fullpath(cnp_str, path, sizeof(cnp_str)) ) ) { in add_to_dependencies()313 ptrunc = strrchr(cnp_str, cpathsep); in add_to_dependencies()318 if ( !strcmp(cnp_str, cnp_class_file) ) { in add_to_dependencies()
Completed in 11 milliseconds