Lines Matching refs:x_parser_strcat
198 x_parser_strcat(struct parse *cfile, const char *str) in x_parser_strcat() function
403 x_parser_strcat (cfile, "class \""); in ldap_parse_class()
404 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_class()
405 x_parser_strcat (cfile, "\" {\n"); in ldap_parse_class()
470 x_parser_strcat (cfile, "subclass \""); in ldap_parse_subclass()
471 x_parser_strcat (cfile, classdata[0]->bv_val); in ldap_parse_subclass()
474 x_parser_strcat (cfile, "\" "); in ldap_parse_subclass()
475 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_subclass()
476 x_parser_strcat (cfile, " {\n"); in ldap_parse_subclass()
481 x_parser_strcat (cfile, "\" \""); in ldap_parse_subclass()
482 x_parser_strcat (cfile, tmp); in ldap_parse_subclass()
483 x_parser_strcat (cfile, "\" {\n"); in ldap_parse_subclass()
509 x_parser_strcat (cfile, "host "); in ldap_parse_host()
510 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_host()
511 x_parser_strcat (cfile, " {\n"); in ldap_parse_host()
517 x_parser_strcat (cfile, "hardware "); in ldap_parse_host()
518 x_parser_strcat (cfile, hwaddr[0]->bv_val); in ldap_parse_host()
519 x_parser_strcat (cfile, ";\n"); in ldap_parse_host()
543 x_parser_strcat (cfile, "shared-network \""); in ldap_parse_shared_network()
544 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_shared_network()
545 x_parser_strcat (cfile, "\" {\n"); in ldap_parse_shared_network()
598 x_parser_strcat (cfile, "subnet "); in ldap_parse_subnet()
599 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_subnet()
601 x_parser_strcat (cfile, " netmask "); in ldap_parse_subnet()
603 x_parser_strcat (cfile, netmaskbuf); in ldap_parse_subnet()
605 x_parser_strcat (cfile, " {\n"); in ldap_parse_subnet()
614 x_parser_strcat (cfile, "range"); in ldap_parse_subnet()
615 x_parser_strcat (cfile, " "); in ldap_parse_subnet()
616 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_subnet()
617 x_parser_strcat (cfile, ";\n"); in ldap_parse_subnet()
640 x_parser_strcat (cfile, "subnet6 "); in ldap_parse_subnet6()
641 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_subnet6()
643 x_parser_strcat (cfile, " {\n"); in ldap_parse_subnet6()
651 x_parser_strcat (cfile, "range6"); in ldap_parse_subnet6()
652 x_parser_strcat (cfile, " "); in ldap_parse_subnet6()
653 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_subnet6()
654 x_parser_strcat (cfile, ";\n"); in ldap_parse_subnet6()
663 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_subnet6()
664 x_parser_strcat (cfile, ";\n"); in ldap_parse_subnet6()
678 x_parser_strcat (cfile, "pool {\n"); in ldap_parse_pool()
682 x_parser_strcat (cfile, "range"); in ldap_parse_pool()
685 x_parser_strcat (cfile, " "); in ldap_parse_pool()
686 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_pool()
688 x_parser_strcat (cfile, ";\n"); in ldap_parse_pool()
696 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_pool()
697 x_parser_strcat (cfile, ";\n"); in ldap_parse_pool()
711 x_parser_strcat (cfile, "pool6 {\n"); in ldap_parse_pool6()
715 x_parser_strcat (cfile, "range6"); in ldap_parse_pool6()
718 x_parser_strcat (cfile, " "); in ldap_parse_pool6()
719 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_pool6()
721 x_parser_strcat (cfile, ";\n"); in ldap_parse_pool6()
729 x_parser_strcat(cfile, tempbv[i]->bv_val); in ldap_parse_pool6()
730 x_parser_strcat (cfile, ";\n"); in ldap_parse_pool6()
741 x_parser_strcat (cfile, "group {\n"); in ldap_parse_group()
753 x_parser_strcat (cfile, "key "); in ldap_parse_key()
754 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_key()
755 x_parser_strcat (cfile, " {\n"); in ldap_parse_key()
761 x_parser_strcat (cfile, "algorithm "); in ldap_parse_key()
762 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_key()
763 x_parser_strcat (cfile, ";\n"); in ldap_parse_key()
769 x_parser_strcat (cfile, "secret "); in ldap_parse_key()
770 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_key()
771 x_parser_strcat (cfile, ";\n"); in ldap_parse_key()
789 x_parser_strcat (cfile, "zone "); in ldap_parse_zone()
790 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_zone()
791 x_parser_strcat (cfile, " {\n"); in ldap_parse_zone()
797 x_parser_strcat (cfile, "primary "); in ldap_parse_zone()
798 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_zone()
800 x_parser_strcat (cfile, ";\n"); in ldap_parse_zone()
828 x_parser_strcat (cfile, "key "); in ldap_parse_zone()
829 x_parser_strcat (cfile, keyCn); in ldap_parse_zone()
830 x_parser_strcat (cfile, ";\n"); in ldap_parse_zone()
944 x_parser_strcat (cfile, "failover peer \""); in ldap_parse_failover()
945 x_parser_strcat (cfile, peername[0]->bv_val); in ldap_parse_failover()
946 x_parser_strcat (cfile, "\" {\n"); in ldap_parse_failover()
949 x_parser_strcat (cfile, "primary;\n"); in ldap_parse_failover()
951 x_parser_strcat (cfile, "secondary;\n"); in ldap_parse_failover()
953 x_parser_strcat (cfile, "address "); in ldap_parse_failover()
955 x_parser_strcat (cfile, srvaddr[0]); in ldap_parse_failover()
957 x_parser_strcat (cfile, srvaddr[1]); in ldap_parse_failover()
958 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
960 x_parser_strcat (cfile, "peer address "); in ldap_parse_failover()
962 x_parser_strcat (cfile, srvaddr[1]); in ldap_parse_failover()
964 x_parser_strcat (cfile, srvaddr[0]); in ldap_parse_failover()
965 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
971 x_parser_strcat (cfile, "port "); in ldap_parse_failover()
973 x_parser_strcat (cfile, "peer port "); in ldap_parse_failover()
974 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
975 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
984 x_parser_strcat (cfile, "peer port "); in ldap_parse_failover()
986 x_parser_strcat (cfile, "port "); in ldap_parse_failover()
987 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
988 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
996 x_parser_strcat (cfile, "max-response-delay "); in ldap_parse_failover()
997 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
998 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
1006 x_parser_strcat (cfile, "max-unacked-updates "); in ldap_parse_failover()
1007 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
1008 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
1016 x_parser_strcat (cfile, "load balance max seconds "); in ldap_parse_failover()
1017 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
1018 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
1028 x_parser_strcat (cfile, "mclt "); in ldap_parse_failover()
1029 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
1030 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
1040 x_parser_strcat (cfile, "split "); in ldap_parse_failover()
1041 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
1042 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
1053 x_parser_strcat (cfile, "hba "); in ldap_parse_failover()
1054 x_parser_strcat (cfile, tempbv[0]->bv_val); in ldap_parse_failover()
1055 x_parser_strcat (cfile, ";\n"); in ldap_parse_failover()
1805 x_parser_strcat (cfile, "}\n"); in next_ldap_entry()
1815 x_parser_strcat (cfile, "}\n"); in next_ldap_entry()
1826 x_parser_strcat (cfile, "}\n"); in next_ldap_entry()
1902 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_entry_options()
1908 x_parser_strcat (cfile, "\n"); in ldap_parse_entry_options()
1911 x_parser_strcat (cfile, ";\n"); in ldap_parse_entry_options()
1922 x_parser_strcat (cfile, "option "); in ldap_parse_entry_options()
1923 x_parser_strcat (cfile, tempbv[i]->bv_val); in ldap_parse_entry_options()
1927 x_parser_strcat (cfile, "\n"); in ldap_parse_entry_options()
1930 x_parser_strcat (cfile, ";\n"); in ldap_parse_entry_options()