Searched refs:cnp_str (Results 1 – 1 of 1) sorted by relevance
275 char cnp_str[PATH_MAX+1]; in add_to_dependencies() local305 && realpath(path, cnp_str) ) ) { in add_to_dependencies()310 && _fullpath(cnp_str, path, sizeof(cnp_str)) ) ) { in add_to_dependencies()316 ptrunc = strrchr(cnp_str, cpathsep); in add_to_dependencies()321 if ( !strcmp(cnp_str, cnp_class_file) ) { in add_to_dependencies()
Completed in 10 milliseconds