Searched refs:atoi_with_bound (Results 1 – 2 of 2) sorted by relevance
175 static int atoi_with_bound ( const char* str, int bound ) in atoi_with_bound() function194 int n = atoi_with_bound(str, 65536); in atoi_portno()267 M_CONNECTIONS = atoi_with_bound(strchr(argv[i], '=') + 1, 5000); in main()
990 static int atoi_with_bound ( const char* str, int bound ) in atoi_with_bound() function1010 int n = atoi_with_bound(str, 65536); in atoi_portno()1083 M_CONNECTIONS = atoi_with_bound(strchr(argv[i], '=') + 1, 5000); in main()