HomeSort by relevance Sort by last modified time
    Searched defs:read_random (Results 1 - 3 of 3) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_tg.h 72 int read_random; /* boolean */ member in struct:ffsb_tg
fileops.c 98 int read_random = ft_get_read_random(ft); local
115 if (!read_random) {
parser.c 683 int read_random = tg_get_read_random(tg); local
706 if (read_random && read_skip) {
707 printf("Error: read_random and read_skip are mutually "
838 tg->read_random = get_config_bool(config, "read_random");

Completed in 235 milliseconds