Searched refs:LOG_LIST_SUFFIX (Results 1 – 2 of 2) sorted by relevance
74 if(NULL!=buf && (len>=strlen(LOG_LIST_PREFIX)+strlen(LOG_LIST_SUFFIX)+1) ) { in aos_get_ulog_list()82 …snprintf(buf, len-strlen(LOG_LIST_SUFFIX)-1, LOG_LIST_PREFIX, ulog_format_time(time_buf, sizeof(ti… in aos_get_ulog_list()87 const int empty_room = len-strlen(LOG_LIST_SUFFIX)-1-off; in aos_get_ulog_list()102 snprintf(&buf[off], len-strlen(LOG_LIST_SUFFIX)-1-off, LOG_LIST_SUFFIX); in aos_get_ulog_list()
34 #define LOG_LIST_SUFFIX "]}" macro
Completed in 3 milliseconds