Lines Matching refs:sep
391 TCHAR *sep;395 sep = _tcschr(path, TEXT('\\'));396 if(!sep)399 store_name_len = sep - path;423 store_path_start = sep + 1;425 sep = _tcschr(store_path_start, TEXT('\\'));426 if(!sep)429 *thumbprint = sep + 1;433 *sep = TEXT('\0');435 *sep = TEXT('\\');