Searched refs:sortby (Results 1 – 1 of 1) sorted by relevance
84 } sortby; variable3288 needed = sortby.offset; in compare()3313 sortby.comperror++; in compare()3429 bzero(sortby.section, CFG_MAX_KEY); in cfg_get_srtdsec()3430 bzero(sortby.field, CFG_MAX_KEY); in cfg_get_srtdsec()3432 strcpy(sortby.section, section); in cfg_get_srtdsec()3433 strcpy(sortby.field, field); in cfg_get_srtdsec()3434 sortby.comperror = 0; in cfg_get_srtdsec()3435 sortby.offset = cfg_get_item(&chead[0], section, field); in cfg_get_srtdsec()3439 if (sortby.comperror) { in cfg_get_srtdsec()[all …]