Searched refs:endp (Results 1 – 2 of 2) sorted by relevance
249 char *endp = NULL; in ckteec_invoke_init() local268 tmpconv = strtoul(login_gid_env, &endp, 10); in ckteec_invoke_init()270 (login_gid_env + strlen(login_gid_env) != endp)) { in ckteec_invoke_init()
285 char *endp = buf; in read_mmc_sysfs_hex() local306 *value = strtol(buf, &endp, 16); in read_mmc_sysfs_hex()307 if (errno || endp == buf) in read_mmc_sysfs_hex()
Completed in 9 milliseconds