Home
last modified time | relevance | path

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

/build/make/tools/fs_get_stats/
Dfs_get_stats.c40 char *endptr; in main() local
52 perms = (unsigned)strtoul(argv[1], &endptr, 0); in main()
53 if (!endptr || (endptr == argv[1]) || (*endptr != '\0')) { in main()
/build/kati/
Dfind.cc615 char* endptr; in ParseFind() local
616 long d = strtol(depth_str.c_str(), &endptr, 10); in ParseFind()
617 if (endptr != depth_str.data() + depth_str.size() || d < 0 || in ParseFind()
683 char* endptr; in ParseFindLeaves() local
684 long d = strtol(mindepth_str.c_str(), &endptr, 10); in ParseFindLeaves()
685 if (endptr != mindepth_str.data() + mindepth_str.size() || in ParseFindLeaves()