Searched refs:strtoi (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/utils/ |
D | misc.h | 78 extern int strtoi(const char *nptr, char **endptr, int base);
|
D | misc.c | 202 strtoi(const char *nptr, char **endptr, int base) in strtoi() function 302 *value = strtoi(val_str, (char**)NULL, 10); in get_token_value_int()
|
/external/qemu/android/camera/ |
D | camera-service.c | 843 width = strtoi(dim, NULL, 10); in _camera_client_query_start() 844 height = strtoi(w, NULL, 10); in _camera_client_query_start()
|