Searched refs:endp (Results 1 – 3 of 3) sorted by relevance
529 char *endp; in main() local530 int tmp = (int)strtol(seed_env, &endp, 0); in main()531 if (*endp == '\0') { in main()
1254 char *endp; in conf_set_all_new_symbols() local1255 int tmp = strtol( env, &endp, 10 ); in conf_set_all_new_symbols()1263 env = (*endp == ':') ? endp+1 : endp; in conf_set_all_new_symbols()
863 const char *endp = p + strlen(p) - 1; in match() local866 if (*p == '*' && *endp == '*') { in match()880 else if (*endp == '*') { in match()