Home | History | Annotate | Download | only in tests

Lines Matching full:child

389 make_value (char const *parent, char const *child)
393 (char *) malloc (strlen (parent) + strlen (child) + sizeof format);
394 sprintf (value, format, parent, child);