D | nscd.c | 484 char *tables = xstrdup (dbnames[0]); in more_help() local 488 if (asprintf (&more_tables, "%s %s", tables, dbnames[i]) < 0) in more_help() 490 free (tables); in more_help() 493 tables = more_tables; in more_help() 503 "), tables, REPORT_BUGS_TO) < 0) in more_help() 505 free (tables); in more_help()
|