Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/src/
A Dtemp.c9 #define TEMP_PATH_MAX 64 macro
30 strncpy(s, temp_name_prefix, TEMP_PATH_MAX); in tmpnam()
32 strncat(s, temp_name_series_buf, TEMP_PATH_MAX - strlen(s) - 1); in tmpnam()
43 char path[TEMP_PATH_MAX] = {0}; in tmpfile()

Completed in 2 milliseconds