Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 12896) sorted by relevance

12345678910>>...516

/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Dwcsdistortion.c439 k[0][4] = ( cd[0][1] * cd[0][1] * cd[0][1] * cd[0][1] * pv1[12] in wcsdistortion_intermidate_tpveq()
440 + cd[0][1] * cd[0][1] * cd[1][1] * cd[1][1] * pv1[13] in wcsdistortion_intermidate_tpveq()
441 + cd[0][1] * cd[0][1] * cd[1][1] * cd[1][1] * pv1[14] in wcsdistortion_intermidate_tpveq()
442 + cd[0][1] * cd[1][1] * cd[1][1] * cd[1][1] * pv1[15] in wcsdistortion_intermidate_tpveq()
444 l[0][4] = ( cd[0][1] * cd[0][1] * cd[0][1] * cd[0][1] * pv2[16] in wcsdistortion_intermidate_tpveq()
445 + cd[0][1] * cd[0][1] * cd[1][1] * cd[1][1] * pv2[15] in wcsdistortion_intermidate_tpveq()
446 + cd[0][1] * cd[0][1] * cd[1][1] * cd[1][1] * pv2[14] in wcsdistortion_intermidate_tpveq()
447 + cd[0][1] * cd[1][1] * cd[1][1] * cd[1][1] * pv2[13] in wcsdistortion_intermidate_tpveq()
507 k[4][0] = ( cd[0][0] * cd[0][0] * cd[0][0] * cd[0][0] * pv1[12] in wcsdistortion_intermidate_tpveq()
976 determinant = cd[0][0]*cd[1][1] - cd[0][1]*cd[1][0]; in wcsdistortion_calc_tpveq()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/netisdn/
H A Di4b_l3timer.c83 T303_stop(cd); in i4b_l3_stop_all_timers()
84 T305_stop(cd); in i4b_l3_stop_all_timers()
85 T308_stop(cd); in i4b_l3_stop_all_timers()
113 START_TIMER(cd->T303_callout, T303_timeout, cd, T303VAL); in T303_start()
127 STOP_TIMER(cd->T303_callout, T303_timeout, cd); in T303_stop()
156 START_TIMER(cd->T305_callout, T305_timeout, cd, T305VAL); in T305_start()
170 STOP_TIMER(cd->T305_callout, T305_timeout, cd); in T305_stop()
214 STOP_TIMER(cd->T308_callout, T308_timeout, cd); in T308_stop()
258 STOP_TIMER(cd->T309_callout, T309_timeout, cd); in T309_stop()
302 STOP_TIMER(cd->T310_callout, T310_timeout, cd); in T310_stop()
[all …]
H A Di4b_l4.c329 (*cd->l4_driver->line_disconnected)(cd->l4_driver_softc, (void *)cd); in i4b_l4_pdeact()
604 (*cd->l4_driver->line_connected)(cd->l4_driver_softc, cd); in i4b_l4_connect_active_ind()
641 (*cd->l4_driver->line_disconnected)(cd->l4_driver_softc, (void *)cd); in i4b_l4_disconnect_ind()
836 cd->l4_driver = isdn_l4_get_driver(cd->bchan_driver_index, cd->bchan_driver_unit); in i4b_link_bchandrvr()
838 cd->l4_driver_softc = cd->l4_driver->get_softc(cd->bchan_driver_unit); in i4b_link_bchandrvr()
842 if(cd->l4_driver == NULL || cd->l4_driver_softc == NULL || cd->ilt == NULL) in i4b_link_bchandrvr()
848 cd->channelid, cd->l4_driver, cd->l4_driver_softc); in i4b_link_bchandrvr()
851 cd->l4_driver->set_linktab(cd->l4_driver_softc, cd->ilt); in i4b_link_bchandrvr()
855 (*cd->ilt->bchannel_driver->bch_config)(cd->ilt->l1token, cd->ilt->channel, cd->bprot, 1); in i4b_link_bchandrvr()
886 (*cd->ilt->bchannel_driver->bch_config)(cd->ilt->l1token, cd->ilt->channel, cd->bprot, 0); in i4b_unlink_bchandrvr()
[all …]
/dports/games/biloba/biloba-0.9.3/src/
H A Dserver.c181 cd ? cd->addr : "Server ", in do_log()
182 cd ? cd->fd : 0); in do_log()
186 cd ? cd->addr : "Server ", in do_log()
187 cd ? cd->fd : 0); in do_log()
784 cd->game->id, cd->game->name); in server_handle_conn_setup_join()
972 cd->game->id, cd->game->name); in server_handle_conn_wait_players()
1031 cd->game->id, cd->player_num, cd->game->players_move_id[cd->player_num], in server_handle_conn_play_receive()
1038 while (cd->game->players_move_id[cd->player_num] < cd->game->move_id) { in server_handle_conn_play_receive()
1178 do_log(cd, "Connection done\n", cd); in server_handle_conn_kill()
1298 do_log(cd, "New connection\n", cd); in client_conn_handler()
[all …]
/dports/net/yaz/yaz-5.31.1/src/
H A Dsiconv.c47 return cd->decoder.read_handle && cd->encoder.write_handle; in yaz_iconv_isbuiltin()
97 yaz_iconv_t cd = (yaz_iconv_t) xmalloc(sizeof(*cd)); in yaz_iconv_open() local
143 return cd; in yaz_iconv_open()
186 (*cd->encoder.init_handle)(&cd->encoder); in yaz_iconv()
195 cd, &cd->decoder, in yaz_iconv()
219 r = (*cd->encoder.write_handle)(cd, &cd->encoder, in yaz_iconv()
222 r = (*cd->encoder.flush_handle)(cd, &cd->encoder, in yaz_iconv()
248 cd, &cd->decoder, in yaz_iconv()
258 r = (*cd->encoder.write_handle)(cd, &cd->encoder, in yaz_iconv()
291 (*cd->encoder.destroy_handle)(&cd->encoder); in yaz_iconv_close()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/named/unix/
H A Ddlz_dlopen_driver.c221 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
222 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
226 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
228 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
250 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags); in dlopen_dlz_create()
301 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
350 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
367 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
372 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
375 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/named/unix/
H A Ddlz_dlopen_driver.c221 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
222 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
226 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
228 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
250 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags); in dlopen_dlz_create()
301 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
350 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
367 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
372 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
375 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/unix/
H A Ddlz_dlopen_driver.c219 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
220 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
224 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
226 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
247 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags); in dlopen_dlz_create()
298 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
347 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
364 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
369 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
372 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/named/win32/
H A Ddlz_dlopen_driver.c219 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
220 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
224 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
226 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
234 cd->dl_handle = LoadLibraryA(cd->dl_path); in dlopen_dlz_create()
285 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
334 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
351 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
356 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
359 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/win32/
H A Ddlz_dlopen_driver.c217 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
218 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
222 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
224 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
232 cd->dl_handle = LoadLibraryA(cd->dl_path); in dlopen_dlz_create()
283 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
332 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
349 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
354 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
357 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/named/win32/
H A Ddlz_dlopen_driver.c219 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
220 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
224 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
226 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
234 cd->dl_handle = LoadLibraryA(cd->dl_path); in dlopen_dlz_create()
285 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
334 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
351 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
356 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
359 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_iconv.c178 if (!cd) in tst_marc8_to_ucs4b()
276 if (!cd) in tst_ucs4b_to_utf8()
412 if (!cd) in tst_marc8_to_utf8()
447 if (!cd) in tst_marc8s_to_utf8()
464 if (!cd) in tst_marc8_to_latin1()
506 if (!cd) in tst_utf8_to_marc8()
626 if (!cd) in tst_advance_to_utf8()
638 if (!cd) in tst_utf8_to_advance()
650 if (!cd) in tst_latin1_to_marc8()
703 if (!cd) in tst_danmarc_to_utf8()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/descrypt/descrypt_core/
H A Drotate_1or2_pc2.v21 wire [55:0] cd; net
22 assign cd = rotate2 ?
26 assign CiDi_out = cd;
29 cd[31], cd[28], cd[35], cd[49], cd[41], cd[45], cd[52], cd[33], cd[55], cd[38], cd[48], cd[43],
30 cd[47], cd[32], cd[44], cd[50], cd[39], cd[29], cd[54], cd[46], cd[36], cd[30], cd[51], cd[40],
32 cd[1], cd[12], cd[19], cd[26], cd[6], cd[15], cd[7], cd[25], cd[3], cd[11], cd[18], cd[22],
33 cd[9], cd[20], cd[5], cd[14], cd[27], cd[2], cd[4], cd[0], cd[23], cd[10], cd[16], cd[13]
/dports/dns/bind911/bind-9.11.37/bin/named/unix/
H A Ddlz_dlopen_driver.c235 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
240 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
244 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
250 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
277 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags); in dlopen_dlz_create()
332 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
379 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
396 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
401 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
403 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/named/win32/
H A Ddlz_dlopen_driver.c232 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
237 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
241 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
247 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
261 cd->dl_handle = LoadLibraryA(cd->dl_path); in dlopen_dlz_create()
316 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
363 isc_mem_put(mctx, cd, sizeof(*cd)); in dlopen_dlz_create()
381 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
386 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
388 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Ddlz_dlopen_driver.c225 cd = isc_mem_get(mctx, sizeof(*cd)); in dlopen_dlz_create()
226 memset(cd, 0, sizeof(*cd)); in dlopen_dlz_create()
230 cd->dl_path = isc_mem_strdup(cd->mctx, argv[1]); in dlopen_dlz_create()
231 cd->dlzname = isc_mem_strdup(cd->mctx, dlzname); in dlopen_dlz_create()
236 r = uv_dlopen(cd->dl_path, &cd->dl_handle); in dlopen_dlz_create()
291 cd->version = cd->dlz_version(&cd->flags); in dlopen_dlz_create()
341 if (cd->dlz_destroy && cd->dbdata) { in dlopen_dlz_destroy()
343 cd->dlz_destroy(cd->dbdata); in dlopen_dlz_destroy()
349 isc_mem_free(cd->mctx, cd->dl_path); in dlopen_dlz_destroy()
350 isc_mem_free(cd->mctx, cd->dlzname); in dlopen_dlz_destroy()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/cdaudio/
H A Di_cdaudio.c108 if(cd->track_info && cd->index) in destroy_cd_data()
183 cd->cdio = bg_cdaudio_open(cd->device_name); in open_cdaudio()
187 cd->index = bg_cdaudio_get_index(cd->cdio); in open_cdaudio()
195 cd->track_info = calloc(cd->index->num_audio_tracks, sizeof(*(cd->track_info))); in open_cdaudio()
374 cd->first_sector = cd->index->tracks[cd->current_track].first_sector; in set_track_cdaudio()
406 cd->current_sector = cd->first_sector; in start_cdaudio()
432 bg_cdaudio_rip_init(cd->ripper, cd->cdio, in read_frame()
441 bg_cdaudio_rip_rip(cd->ripper, cd->frame); in read_frame()
455 if(cd->current_sector > cd->index->tracks[cd->current_track].last_sector) in read_audio_cdaudio()
463 if(cd->current_sector > cd->index->tracks[cd->current_track].last_sector) in read_audio_cdaudio()
[all …]
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/common/test/
H A DCircularDequeTest.cpp148 auto iter = cd.emplace(cd.cend(), 300); in TEST()
157 iter = cd.emplace(cd.cbegin(), 400); in TEST()
170 iter = cd.erase(cd.begin() + 1, cd.end()); in TEST()
216 cd.resize(cd.max_size() + 2); in TEST()
233 cd.resize(cd.size()); in TEST()
234 EXPECT_EQ(cd.size(), cd.max_size()); in TEST()
268 cd.erase(cd.begin() + cd.size() / 3, cd.begin() + cd.size() / 3 * 2); in TEST()
283 cd.erase(cd.begin() + cd.size() / 3, cd.begin() + cd.size() / 3 * 2); in TEST()
335 cd.begin() + cd.size() / 3 + (counter % 2) * cd.size() / 3, in TEST()
472 cd.erase(cd.begin() + 2); in TEST()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/valuecollector/
H A Dvaluecollector_test.go76 &cd.Variable{},
79 &cd.Variable{
85 &cd.Variable{
91 &cd.Variable{
101 &cd.Variable{
109 &cd.Variable{
116 &cd.Variable{
127 &cd.Variable{
133 &cd.Variable{
139 &cd.Variable{
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_arm_coproc.cc110 cpu->cd.arm.auxctrl = cpu->cd.arm.r[rd]; in arm_coproc_15()
135 cpu->cd.arm.control = cpu->cd.arm.r[rd]; in arm_coproc_15()
179 cpu->cd.arm.ttb = cpu->cd.arm.r[rd]; in arm_coproc_15()
189 cpu->cd.arm.r[rd] = cpu->cd.arm.dacr; in arm_coproc_15()
191 cpu->cd.arm.dacr = cpu->cd.arm.r[rd]; in arm_coproc_15()
204 cpu->cd.arm.r[rd] = cpu->cd.arm.far; in arm_coproc_15()
206 cpu->cd.arm.far = cpu->cd.arm.r[rd]; in arm_coproc_15()
246 cpu->cd.arm.r[rd] = cpu->cd.arm.pid; in arm_coproc_15()
248 cpu->cd.arm.pid = cpu->cd.arm.r[rd]; in arm_coproc_15()
269 cpu->cd.arm.r[rd] = cpu->cd.arm.cpar; in arm_coproc_15()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/genwqe/
H A Dcard_base.c126 if (!cd) in genwqe_dev_alloc()
154 return cd; in genwqe_dev_alloc()
159 if (!cd) in genwqe_dev_free()
163 kfree(cd); in genwqe_dev_free()
254 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
413 cd->slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); in genwqe_read_ids()
429 cd->app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_read_ids()
436 genwqe_read_app_id(cd, cd->app_name, sizeof(cd->app_name)); in genwqe_read_ids()
448 cd->is_privileged = (__genwqe_readq(cd, IO_SLU_BITSTREAM) in genwqe_read_ids()
470 genwqe_read_ffdc_regs(cd, cd->ffdc[GENWQE_DBG_REGS].regs, in genwqe_start()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/genwqe/
H A Dcard_base.c126 if (!cd) in genwqe_dev_alloc()
154 return cd; in genwqe_dev_alloc()
159 if (!cd) in genwqe_dev_free()
163 kfree(cd); in genwqe_dev_free()
254 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
413 cd->slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); in genwqe_read_ids()
429 cd->app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_read_ids()
436 genwqe_read_app_id(cd, cd->app_name, sizeof(cd->app_name)); in genwqe_read_ids()
448 cd->is_privileged = (__genwqe_readq(cd, IO_SLU_BITSTREAM) in genwqe_read_ids()
470 genwqe_read_ffdc_regs(cd, cd->ffdc[GENWQE_DBG_REGS].regs, in genwqe_start()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/genwqe/
H A Dcard_base.c126 if (!cd) in genwqe_dev_alloc()
154 return cd; in genwqe_dev_alloc()
159 if (!cd) in genwqe_dev_free()
163 kfree(cd); in genwqe_dev_free()
254 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
413 cd->slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); in genwqe_read_ids()
429 cd->app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_read_ids()
436 genwqe_read_app_id(cd, cd->app_name, sizeof(cd->app_name)); in genwqe_read_ids()
448 cd->is_privileged = (__genwqe_readq(cd, IO_SLU_BITSTREAM) in genwqe_read_ids()
470 genwqe_read_ffdc_regs(cd, cd->ffdc[GENWQE_DBG_REGS].regs, in genwqe_start()
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/applets/clock/
H A Dclock.c413 if (cd->size >= 2 * calculate_minimum_height (cd->panel_button, cd->orient)) in use_two_line_format()
503 cd->timeformat = get_updated_timeformat (cd); in update_timeformat()
629 if (cd->map_widget && cd->calendar_popup && gtk_widget_get_visible (cd->calendar_popup)) in update_clock()
722 clock_set_timeout (cd, cd->current_time); in refresh_clock_timeout()
1258 cd->calendar_popup = create_calendar (cd); in update_calendar_popup()
1451 cd->clockw = create_main_clock_label (cd); in create_clock_widget()
1852 cd->calendar = _clock_get_widget (cd, "calendar"); in ensure_time_settings_window_is_created()
1976 if ((cd->show_weather || cd->show_temperature) && in update_panel_weather()
2191 ClockData *cd = data->cd; in location_start_element() local
2274 data.cd = cd; in cities_changed()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660/
H A Dcdrdwr.c24 Cdimg *cd; in createcd() local
34 cd = emalloc(sizeof *cd); in createcd()
51 if(readisodesc(cd, &cd->iso) < 0) in createcd()
59 if(readjolietdesc(cd, &cd->joliet) < 0) in createcd()
66 cd->nulldump = Cputdumpblock(cd); in createcd()
78 cd->nextblock = Cwoffset(cd) / Blocksize; in createcd()
81 return cd; in createcd()
88 Cdimg *cd; in opencd() local
108 cd = emalloc(sizeof *cd); in opencd()
120 if(readisodesc(cd, &cd->iso) < 0) { in opencd()
[all …]

12345678910>>...516