Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:nulptr

3439         char *endptr, *nulptr;
3442 nulptr = &partner_id_buf[partner_id_string_len];
3443 *nulptr = '\0';
3447 // If endptr == nulptr, that means we converted the entire buffer and didn't run into a NUL in the middle of it
3449 if (num < UINT64_MAX && endptr == nulptr) {
3457 char *endptr, *nulptr;
3460 nulptr = &dataset_id_buf[dataset_id_string_len];
3461 *nulptr = '\0';
3463 if (num < UINT64_MAX && endptr == nulptr) {
3471 char *endptr, *nulptr;
3474 nulptr = &priority_buf[priority_string_len];
3475 *nulptr = '\0';
3477 if (num < UINT64_MAX && endptr == nulptr) {