Home
last modified time | relevance | path

Searched refs:ret_i (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/lib/
H A Dtst_net.c79 static int tst_safe_atoi(const char *s, int *ret_i) in tst_safe_atoi() argument
93 *ret_i = (int)l; in tst_safe_atoi()
/third_party/eudev/src/shared/
H A Dutil.h97 int safe_atoi(const char *s, int *ret_i);
100 int safe_atolli(const char *s, long long int *ret_i);
H A Dutil.c304 int safe_atoi(const char *s, int *ret_i) { in safe_atoi() argument
309 assert(ret_i); in safe_atoi()
320 *ret_i = (int) l; in safe_atoi()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.h153 int pa_atoi(const char *s, int32_t *ret_i);
H A Dcore-util.c2265 /* Convert the string s to a signed integer in *ret_i */
2266 int pa_atoi(const char *s, int32_t *ret_i) { in pa_atoi() argument
2270 pa_assert(ret_i); in pa_atoi()
2280 *ret_i = (int32_t) l; in pa_atoi()

Completed in 8 milliseconds