Searched refs:MAXLEN (Results 1 – 1 of 1) sorted by relevance
392 const int MAXLEN = 1024; in getGlobalStatus() local393 char buf[MAXLEN] = {0}; in getGlobalStatus()394 memset(buf, 0 ,MAXLEN); in getGlobalStatus()395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) { in getGlobalStatus()400 buf[MAXLEN - 1] = '\0'; in getGlobalStatus()