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

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_tg.c 165 tg->read_random = rr;
212 return tg->read_random;
273 printf("\t read_random = %s\n", (tg->read_random) ? "on" : "off");
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 229 milliseconds