Searched refs:rarg (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 117 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ, variable 853 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX)) in setup() 854 tst_brk(TBROK, "Invalid client max requests '%s'", rarg); in setup() 1017 {"r:", &rarg, "Number of client requests"},
|
/third_party/python/Lib/test/ |
H A D | test_set.py | 128 for rarg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef': 130 s2 = C(rarg)
|
Completed in 5 milliseconds