Searched refs:ret_l (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit03.c | 154 int ret_l; in run() local 179 ret_l = getrlimit_long(resource, &rlim_l); in run() 187 if (compare_retval(resource, ret_u64, errno_u64, ret_l, errno_l, in run()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.h | 155 int pa_atol(const char *s, long *ret_l); 157 int pa_atoi64(const char *s, int64_t *ret_l);
|
H A D | core-util.c | 2437 /* Convert the string s to a signed long integer in *ret_l. */ 2438 int pa_atol(const char *s, long *ret_l) { in pa_atol() argument 2444 pa_assert(ret_l); in pa_atol() 2466 *ret_l = l; in pa_atol() 2471 /* Convert the string s to a signed 64 bit integer in *ret_l. */ 2472 int pa_atoi64(const char *s, int64_t *ret_l) { in pa_atoi64() argument 2478 pa_assert(ret_l); in pa_atoi64() 2500 *ret_l = l; in pa_atoi64()
|
Completed in 5 milliseconds