OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_fqdn
(Results
1 - 1
of
1
) sorted by null
/external/dnsmasq/src/
lease.c
439
char *new_name = NULL, *
new_fqdn
= NULL;
local
461
if (suffix && (
new_fqdn
= whine_malloc(strlen(new_name) + strlen(suffix) + 2)))
463
strcpy(
new_fqdn
, name);
464
strcat(
new_fqdn
, ".");
465
strcat(
new_fqdn
, suffix);
474
if (!
new_fqdn
|| !lease_tmp->fqdn || !hostname_isequal(lease_tmp->fqdn,
new_fqdn
) )
486
free(
new_fqdn
);
499
lease->fqdn =
new_fqdn
;
Completed in 495 milliseconds