Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_trnc.c198 char *tmp_path = malloc (strlen(path) + 1); in truncate() local
199 if (tmp_path == NULL) in truncate()
201 strcpy (tmp_path, path); in truncate()
202 unlink(tmp_path); in truncate()
203 free (tmp_path); in truncate()