Home
last modified time | relevance | path

Searched refs:tmpchannel (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/zap/
H A Dzap.c66 struct dvbcfg_zapchannel *tmpchannel = private_data; in find_channel() local
68 if (strcmp(channel->name, tmpchannel->name) == 0) { in find_channel()
69 memcpy(tmpchannel, channel, sizeof(struct dvbcfg_zapchannel)); in find_channel()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dedit2.c1163 if (!is_channel(tmpchannel)) snprintf(tmpbuf,sizeof(tmpbuf),"#%s",tmpchannel);
1165 tmpchannel=tmpbuf;
1194 char *tmpchannel = NULL; local
1199 if (tmpchannel && !strcmp(tmpchannel, "*")) tmpchannel = get_channel_by_refnum(0);
1200 else if (tmpchannel) {
1210 tmpchannel = output;
1212 if (!tmpchannel && (tmpchannel = get_channel_by_refnum(0)) == NULL) {
1814 char *tmpchannel = NULL; local
1819 if (tmpchannel && *tmpchannel) {
1822 tmpchannel = tmpbuf;
[all …]
H A Dedit4.c1664 char *tmpchannel=(char *) 0; local
1668 tmpchannel=new_next_arg(args,&args);
1670 if (tmpchannel && mode) {
1672 if (CheckChannel(chan->channel,tmpchannel)) {
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/gnutv/
H A Dgnutv.c95 struct dvbcfg_zapchannel *tmpchannel = private_data; in find_channel() local
97 if (strcmp(channel->name, tmpchannel->name) == 0) { in find_channel()
98 memcpy(tmpchannel, channel, sizeof(struct dvbcfg_zapchannel)); in find_channel()
/dports/net-im/purple-mattermost/purple-mattermost-2.0/
H A Dlibmattermost.c548 if(tmpchannel->team_id == NULL || purple_strequal(tmpchannel->team_id, team_id)) { in mm_add_channels_to_blist()
576 g_free(tmpchannel); in mm_add_channels_to_blist()
1018 tmpchannel->id = g_strdup(id); in mm_get_channel_by_id_response()
1020 tmpchannel->type = g_strdup(type); in mm_get_channel_by_id_response()
1022 tmpchannel->name = g_strdup(name); in mm_get_channel_by_id_response()
1023 tmpchannel->team_id = g_strdup(team_id); in mm_get_channel_by_id_response()
1024 tmpchannel->header = g_strdup(header); in mm_get_channel_by_id_response()
1025 tmpchannel->purpose = g_strdup(purpose); in mm_get_channel_by_id_response()
1026tmpchannel->channel_approximate_view_time = mm_find_channel_approximate_view_time(ma, tmpchannel->… in mm_get_channel_by_id_response()
1040 mm_join_room(ma, tmpchannel); in mm_get_channel_by_id_response()
[all …]
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dninjacmd.c680 u_char *tmpchannel = UNULL, tmpbuf[1024]; local
684 tmpchannel = make_chan(next_arg(args, &args));
691 tmpchannel = get_channel_by_refnum(0);
693 if ((chan = lookup_channel(tmpchannel, from_server, 0)) == NULL)
695 put_info("You are not on %s!", tmpchannel);
705 send_to_server("PART %s", tmpchannel);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/hal/
H A Dphy.c285 u8 tmpchannel = hal_data->CurrentChannel; in rtw_hal_set_chan() local
295 hal_data->CurrentChannel = tmpchannel; in rtw_hal_set_chan()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/hal/
H A Dphy.c285 u8 tmpchannel = hal_data->CurrentChannel; in rtw_hal_set_chan() local
295 hal_data->CurrentChannel = tmpchannel; in rtw_hal_set_chan()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8188eu/hal/
H A Dphy.c285 u8 tmpchannel = hal_data->CurrentChannel; in rtw_hal_set_chan() local
295 hal_data->CurrentChannel = tmpchannel; in rtw_hal_set_chan()