Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dconfig.h11 #define STR_LEN 200 macro
123 char run[STR_LEN];
143 char mos_log[STR_LEN];
144 char stat_print[STR_LEN];
145 char port[STR_LEN];
/mOS-networking-stack/core/src/
H A Dconfig.c169 char value[STR_LEN + 1] = {0}; in FeedAppConfLine()
171 if (ReadItemValue(line, len, item, WORD_LEN, value, STR_LEN) < 0) in FeedAppConfLine()
193 char value[STR_LEN + 1] = {0}; in FeedMosConfLine()
195 if (ReadItemValue(line, len, item, WORD_LEN, value, STR_LEN) < 0) in FeedMosConfLine()