Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c745 char *endptr = NULL; in dhd_sd_blocksize() local
758 func = strtol(argv[1], &endptr, 0); in dhd_sd_blocksize()
759 if (*endptr != '\0') { in dhd_sd_blocksize()
765 size = strtol(argv[2], &endptr, 0); in dhd_sd_blocksize()
766 if (*endptr != '\0') { in dhd_sd_blocksize()
1107 char *endptr = NULL; in dhd_idletime() local
1116 idletime = strtol(argv[1], &endptr, 0); in dhd_idletime()
1117 if (*endptr != '\0') { in dhd_idletime()
1129 endptr = buf + strlen(buf) + 1; in dhd_idletime()
1130 memcpy(endptr, &idletime, sizeof(uint32)); in dhd_idletime()
[all …]
Dminiopt.c60 char *p, *eq, *valstr, *endptr = NULL; in miniopt() local
146 t->uval = (uint)strtoul(valstr, &endptr, 0); in miniopt()
148 t->good_int = (*endptr == '\0'); in miniopt()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu.c728 char *endptr = NULL; in dhd_sd_blocksize() local
741 func = strtol(argv[1], &endptr, 0); in dhd_sd_blocksize()
742 if (*endptr != '\0') { in dhd_sd_blocksize()
748 size = strtol(argv[2], &endptr, 0); in dhd_sd_blocksize()
749 if (*endptr != '\0') { in dhd_sd_blocksize()
1086 char *endptr = NULL; in dhd_idletime() local
1095 idletime = strtol(argv[1], &endptr, 0); in dhd_idletime()
1096 if (*endptr != '\0') { in dhd_idletime()
1108 endptr = buf + strlen(buf) + 1; in dhd_idletime()
1109 memcpy(endptr, &idletime, sizeof(uint32)); in dhd_idletime()
[all …]
Dminiopt.c58 char *p, *eq, *valstr, *endptr = NULL; in miniopt() local
144 t->uval = (uint)strtoul(valstr, &endptr, 0); in miniopt()
146 t->good_int = (*endptr == '\0'); in miniopt()
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c356 S32 os_strtol(const PS8 nptr, PPS8 endptr, S32 base) in os_strtol() argument
358 return strtol((char*)nptr, (char**)endptr, base); in os_strtol()
368 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base) in os_strtoul() argument
370 return strtoul((char*)nptr, (char**)endptr, base); in os_strtoul()
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h108 S32 os_strtol(const PS8 nptr, PPS8 endptr, S32 base);
109 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base);
/hardware/qcom/camera/
DQCameraParameters.cpp256 char **endptr = NULL) in parse_pair() argument
273 if (endptr) { in parse_pair()
274 *endptr = end; in parse_pair()