Home
last modified time | relevance | path

Searched refs:res_str (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c19 char *res_str; member
52 tc->res_str); in verify_getrlimit()
/third_party/python/Lib/
H A Dfnmatch.py42 res_str = translate(pat_str)
43 res = bytes(res_str, 'ISO-8859-1')
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_core.py107 res_str = bignum_common.zfill_match(self.val_n, "{:x}".format(res))
108 return bignum_common.quote_str(res_str)
301 res_str = '{:x}'.format(res)
305 return bignum_common.quote_str(self.format_arg(res_str).zfill(hex_digits))
H A Dbignum_common.py172 res_str = '{:x}'.format(res)
173 return quote_str(self.format_arg(res_str))

Completed in 4 milliseconds