Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Durl.c516 size_t full_help_len = strlen(((URLDATA *)local_head->data)->text) + 30; in display_url_handler() local
517 char *full_help_text = (char *)malloc(sizeof(char) * full_help_len); in display_url_handler()
539 safe_snprintf(full_help_text, full_help_len, "%s (seen %d time%s) (%s)", in display_url_handler()