Home | History | Annotate | Download | only in client

Lines Matching refs:txt

789 	char *txt;
794 txt = xml_node_get_text(ctx->xml, ssid);
795 if (txt == NULL)
797 wpa_printf(MSG_DEBUG, "- Policy/SPExclusionList/<X+>/SSID = %s", txt);
798 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0)
800 xml_node_get_text_free(ctx->xml, txt);
820 char *txt = NULL, *pos;
852 txt = xml_node_get_text(ctx->xml, node);
853 if (txt == NULL)
856 txt);
857 pos = strrchr(txt, ',');
862 snprintf(val, sizeof(val), "%s,%d,%d,%s", txt,
868 xml_node_get_text_free(ctx->xml, txt);
2072 struct osu_lang_text *txt;
2079 txt = &last->friendly_name[last->friendly_name_count++];
2080 snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 14);
2081 snprintf(txt->text, sizeof(txt->text), "%s", pos);
2085 struct osu_lang_text *txt;
2092 txt = &last->serv_desc[last->serv_desc_count++];
2093 snprintf(txt->lang, sizeof(txt->lang), "%s", buf + 5);
2094 snprintf(txt->text, sizeof(txt->text), "%s", pos);
2294 snprintf(fname, sizeof(fname), "%s/osu-providers.txt", dir);