Searched refs:x_parser_strcat (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c198 x_parser_strcat(struct parse *cfile, const char *str) function
403 x_parser_strcat (cfile, "class \"");
404 x_parser_strcat (cfile, tempbv[0]->bv_val);
405 x_parser_strcat (cfile, "\" {\n");
470 x_parser_strcat (cfile, "subclass \"");
471 x_parser_strcat (cfile, classdata[0]->bv_val);
474 x_parser_strcat (cfile, "\" ");
475 x_parser_strcat (cfile, tempbv[0]->bv_val);
476 x_parser_strcat (cfile, " {\n");
481 x_parser_strcat (cfil
[all...]

Completed in 78 milliseconds