Lines Matching defs:txt
767 char *txt;
772 txt = xml_node_get_text(ctx->xml, ssid);
773 if (txt == NULL)
775 wpa_printf(MSG_DEBUG, "- Policy/SPExclusionList/<X+>/SSID = %s", txt);
776 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0)
778 xml_node_get_text_free(ctx->xml, txt);
798 char *txt = NULL, *pos;
830 txt = xml_node_get_text(ctx->xml, node);
831 if (txt == NULL)
834 txt);
835 pos = strrchr(txt, ',');
840 snprintf(val, sizeof(val), "%s,%d,%d,%s", txt,
846 xml_node_get_text_free(ctx->xml, txt);
1953 struct osu_lang_text *txt;
1960 txt = &last->friendly_name[last->friendly_name_count++];
1961 snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14);
1962 snprintf(txt->text, sizeof(txt->text), "%s", pos);
1966 struct osu_lang_text *txt;
1973 txt = &last->serv_desc[last->serv_desc_count++];
1974 snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5);
1975 snprintf(txt->text, sizeof(txt->text), "%s", pos);
2147 snprintf(fname, sizeof(fname), "%s/osu-providers.txt", dir);