Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh.c101 char *endptr; in cmd_bind() local
110 thread_id = (rt_ubase_t)strtoul(argv[1], &endptr, 0); in cmd_bind()
111 if (*endptr != '\0') in cmd_bind()
118 core_id = (rt_uint8_t)strtoul(argv[2], &endptr, 0); in cmd_bind()
119 if (*endptr != '\0') in cmd_bind()
/components/drivers/ofw/libfdt/
A Dfdt_overlay.c434 char *sep, *endptr; in overlay_fixup_phandle() local
464 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
465 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
/components/drivers/ofw/
A Dfdt.c328 const fdt32_t *reg, *endptr; in fdt_scan_memory() local
349 endptr = reg + (len / sizeof(fdt32_t)); in fdt_scan_memory()
352 while ((endptr - reg) >= (_root_addr_cells + _root_size_cells)) in fdt_scan_memory()

Completed in 8 milliseconds