Searched refs:pathp (Results 1 – 1 of 1) sorted by relevance
131 char *pathp; /* pointer to nutc_path used to build it */ in convert_path_to_nutc() local165 pathp = nutc_path; in convert_path_to_nutc()166 *pathp = '\0'; in convert_path_to_nutc()194 if (_NutPathToNutc(p, pathp, 0) == FALSE) { in convert_path_to_nutc()200 *pathp++ = '/'; in convert_path_to_nutc()201 *pathp++ = p[0]; in convert_path_to_nutc()202 *pathp++ = '='; in convert_path_to_nutc()203 *pathp++ = '/'; in convert_path_to_nutc()204 strcpy(pathp, &p[2]); in convert_path_to_nutc()207 pathp += strlen(pathp); in convert_path_to_nutc()[all …]