Home
last modified time | relevance | path

Searched refs:atoi_with_bound (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/auxprogs/
Dvalgrind-listener.c175 static int atoi_with_bound ( const char* str, int bound ) in atoi_with_bound() function
194 int n = atoi_with_bound(str, 65536); in atoi_portno()
267 M_CONNECTIONS = atoi_with_bound(strchr(argv[i], '=') + 1, 5000); in main()
Dvalgrind-di-server.c990 static int atoi_with_bound ( const char* str, int bound ) in atoi_with_bound() function
1010 int n = atoi_with_bound(str, 65536); in atoi_portno()
1083 M_CONNECTIONS = atoi_with_bound(strchr(argv[i], '=') + 1, 5000); in main()