Lines Matching defs:value
81 * or the decimal value for less common ones.1292 char *comma, *colon, *dash, *value;1315 value = colon;1316 if (value && *value) {1317 colon = strchr(value, ':');1321 dash = strchr(value, '-');1326 if (*value)1327 min = atoi(value);1333 value = colon;