Home
last modified time | relevance | path

Searched refs:temp_ptr (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/tools/thputilities/src/
Dthputilities.c109 char* temp_ptr = temp; in THPUtyConvertToUnixFmt() local
111 strcpy(temp_ptr, fmt); in THPUtyConvertToUnixFmt()
113 if (temp_ptr == NULL) in THPUtyConvertToUnixFmt()
118 while (*temp_ptr != '\0') in THPUtyConvertToUnixFmt()
120 if ((*temp_ptr == '/') && (*(temp_ptr + 1) == '/')) in THPUtyConvertToUnixFmt()
122 *fmt = *(temp_ptr + 2); in THPUtyConvertToUnixFmt()
126 temp_ptr += 3; in THPUtyConvertToUnixFmt()
128 else if ((*temp_ptr == '.') && (*(temp_ptr + 1) == '.') && (*(temp_ptr + 2) == '/')) in THPUtyConvertToUnixFmt()
134 temp_ptr += 3; in THPUtyConvertToUnixFmt()
136 else if (*temp_ptr == '/') in THPUtyConvertToUnixFmt()
[all …]