Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/thputilities/src/
Dthputilities.c104 char* temp_ptr = temp; in THPUtyConvertToUnixFmt() local
106 strcpy(temp_ptr, fmt); in THPUtyConvertToUnixFmt()
108 if (temp_ptr == NULL) in THPUtyConvertToUnixFmt()
113 while (*temp_ptr != '\0') in THPUtyConvertToUnixFmt()
115 if ((*temp_ptr == '/') && (*(temp_ptr + 1) == '/')) in THPUtyConvertToUnixFmt()
117 *fmt = *(temp_ptr + 2); in THPUtyConvertToUnixFmt()
121 temp_ptr += 3; in THPUtyConvertToUnixFmt()
123 else if ((*temp_ptr == '.') && (*(temp_ptr + 1) == '.') && (*(temp_ptr + 2) == '/')) in THPUtyConvertToUnixFmt()
129 temp_ptr += 3; in THPUtyConvertToUnixFmt()
131 else if (*temp_ptr == '/') in THPUtyConvertToUnixFmt()
[all …]