HomeSort by: relevance | last modified time | path
    Searched defs:nulptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c 3439 char *endptr, *nulptr; local
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; local
3460 nulptr = &dataset_id_buf[dataset_id_string_len];
3461 *nulptr = '\0';
3463 if (num < UINT64_MAX && endptr == nulptr) {
3471 char *endptr, *nulptr; local
    [all...]
srp-replication.c 3439 char *endptr, *nulptr; local
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; local
3460 nulptr = &dataset_id_buf[dataset_id_string_len];
3461 *nulptr = '\0';
3463 if (num < UINT64_MAX && endptr == nulptr) {
3471 char *endptr, *nulptr; local
    [all...]

Completed in 35 milliseconds