Home
last modified time | relevance | path

Searched refs:tmpret (Results 1 – 25 of 102) sorted by relevance

12345

/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dppreprocessor.cpp227 string_list tmpret; in tokenize() local
243 tmpret.push_back(s); in tokenize()
266 return tmpret; in tokenize()
271 while (pi<tmpret.size()) in tokenize()
280 while (pi < tmpret.size() && (tmpret[pi] == " " || tmpret[pi] == "\t")) in tokenize()
305 pstring tmpret(line); in replace_macros() local
310 tmpret = ""; in replace_macros()
316 tmpret += token; in replace_macros()
376 tmpret += token; in replace_macros()
380 tmpret += token; in replace_macros()
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dppreprocessor.cpp227 string_list tmpret; in tokenize() local
243 tmpret.push_back(s); in tokenize()
266 return tmpret; in tokenize()
271 while (pi<tmpret.size()) in tokenize()
280 while (pi < tmpret.size() && (tmpret[pi] == " " || tmpret[pi] == "\t")) in tokenize()
305 pstring tmpret(line); in replace_macros() local
310 tmpret = ""; in replace_macros()
316 tmpret += token; in replace_macros()
376 tmpret += token; in replace_macros()
380 tmpret += token; in replace_macros()
[all …]
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dmda_variables.c257 size_t ret, tmpret; in mda_expand_format() local
267 ret = tmpret = 0; in mda_expand_format()
271 tmpret = snprintf(ptmp, sizeof tmpbuf, "%s/", ui->directory); in mda_expand_format()
272 if (tmpret >= sizeof tmpbuf) { in mda_expand_format()
277 ret += tmpret; in mda_expand_format()
278 ptmp += tmpret; in mda_expand_format()
284 for (; *pbuf && ret < sizeof tmpbuf; ret += tmpret) { in mda_expand_format()
288 tmpret = 1; in mda_expand_format()
294 tmpret = 1; in mda_expand_format()
323 tmpret = exptoklen; in mda_expand_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dbd70528-charger.c521 int ret = 0, tmpret; in set_charge_current() local
567 tmpret = regmap_update_bits(bdpsy->regmap, in set_charge_current()
570 if (tmpret) in set_charge_current()
572 "Charge current write failure (%d)\n", tmpret); in set_charge_current()
577 if (!tmpret) in set_charge_current()
578 tmpret = regmap_update_bits(bdpsy->regmap, in set_charge_current()
583 ret = tmpret; in set_charge_current()
594 int ret = 0, tmpret; in set_current_limit() local
631 tmpret = regmap_update_bits(bdpsy->regmap, in set_current_limit()
636 ret = tmpret; in set_current_limit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dbd70528-charger.c521 int ret = 0, tmpret; in set_charge_current() local
567 tmpret = regmap_update_bits(bdpsy->regmap, in set_charge_current()
570 if (tmpret) in set_charge_current()
572 "Charge current write failure (%d)\n", tmpret); in set_charge_current()
577 if (!tmpret) in set_charge_current()
578 tmpret = regmap_update_bits(bdpsy->regmap, in set_charge_current()
583 ret = tmpret; in set_charge_current()
594 int ret = 0, tmpret; in set_current_limit() local
631 tmpret = regmap_update_bits(bdpsy->regmap, in set_current_limit()
636 ret = tmpret; in set_current_limit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dbd70528-charger.c521 int ret = 0, tmpret; in set_charge_current() local
567 tmpret = regmap_update_bits(bdpsy->regmap, in set_charge_current()
570 if (tmpret) in set_charge_current()
572 "Charge current write failure (%d)\n", tmpret); in set_charge_current()
577 if (!tmpret) in set_charge_current()
578 tmpret = regmap_update_bits(bdpsy->regmap, in set_charge_current()
583 ret = tmpret; in set_charge_current()
594 int ret = 0, tmpret; in set_current_limit() local
631 tmpret = regmap_update_bits(bdpsy->regmap, in set_current_limit()
636 ret = tmpret; in set_current_limit()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DParagraphParameters.cpp232 int tmpret = findToken(string_align, lex.getString()); in read() local
233 if (tmpret == -1) in read()
234 ++tmpret; in read()
235 align(LyXAlignment(1 << tmpret)); in read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dlinear_ranges.c190 int tmpret; in linear_range_get_selector_low_array() local
192 tmpret = linear_range_get_selector_low(&r[i], val, selector, in linear_range_get_selector_low_array()
194 if (!tmpret) in linear_range_get_selector_low_array()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dlinear_ranges.c190 int tmpret; in linear_range_get_selector_low_array() local
192 tmpret = linear_range_get_selector_low(&r[i], val, selector, in linear_range_get_selector_low_array()
194 if (!tmpret) in linear_range_get_selector_low_array()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dlinear_ranges.c190 int tmpret; in linear_range_get_selector_low_array() local
192 tmpret = linear_range_get_selector_low(&r[i], val, selector, in linear_range_get_selector_low_array()
194 if (!tmpret) in linear_range_get_selector_low_array()
/dports/net/gnetcat/netcat-0.7.1/src/
H A Dnetwork.c458 int tmpret, saved_errno = errno; in netcat_socket_new_connect() local
461 tmpret = close(sock); in netcat_socket_new_connect()
462 assert(tmpret >= 0); in netcat_socket_new_connect()
528 int tmpret, saved_errno = errno; in netcat_socket_new_listen() local
531 tmpret = close(sock); in netcat_socket_new_listen()
532 assert(tmpret >= 0); in netcat_socket_new_listen()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Drtc-bd70528.c364 int ret, tmpret, old_states; in bd70528_set_time_locked() local
372 tmpret = regmap_bulk_read(r->regmap, r->reg_time_start, &rtc_data, in bd70528_set_time_locked()
374 if (tmpret) { in bd70528_set_time_locked()
380 tmpret = regmap_bulk_write(r->regmap, r->reg_time_start, &rtc_data, in bd70528_set_time_locked()
382 if (tmpret) { in bd70528_set_time_locked()
389 if (tmpret) in bd70528_set_time_locked()
390 ret = tmpret; in bd70528_set_time_locked()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Drtc-bd70528.c364 int ret, tmpret, old_states; in bd70528_set_time_locked() local
372 tmpret = regmap_bulk_read(r->regmap, r->reg_time_start, &rtc_data, in bd70528_set_time_locked()
374 if (tmpret) { in bd70528_set_time_locked()
380 tmpret = regmap_bulk_write(r->regmap, r->reg_time_start, &rtc_data, in bd70528_set_time_locked()
382 if (tmpret) { in bd70528_set_time_locked()
389 if (tmpret) in bd70528_set_time_locked()
390 ret = tmpret; in bd70528_set_time_locked()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Drtc-bd70528.c364 int ret, tmpret, old_states; in bd70528_set_time_locked() local
372 tmpret = regmap_bulk_read(r->regmap, r->reg_time_start, &rtc_data, in bd70528_set_time_locked()
374 if (tmpret) { in bd70528_set_time_locked()
380 tmpret = regmap_bulk_write(r->regmap, r->reg_time_start, &rtc_data, in bd70528_set_time_locked()
382 if (tmpret) { in bd70528_set_time_locked()
389 if (tmpret) in bd70528_set_time_locked()
390 ret = tmpret; in bd70528_set_time_locked()
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_chmodetst.c161 static char tmpret[16]; in modey_get_param() local
165 sprintf(tmpret, "%hu", r->val); in modey_get_param()
166 return tmpret; in modey_get_param()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/dlm/
H A Ddlmconvert.c358 int tmpret; in dlm_send_remote_convert_request() local
384 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key, in dlm_send_remote_convert_request()
386 if (tmpret >= 0) { in dlm_send_remote_convert_request()
402 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key, in dlm_send_remote_convert_request()
404 if (dlm_is_host_down(tmpret)) { in dlm_send_remote_convert_request()
414 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_convert_request()
H A Ddlmunlock.c315 int tmpret; in dlm_send_remote_unlock_request() local
350 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key, in dlm_send_remote_unlock_request()
352 if (tmpret >= 0) { in dlm_send_remote_unlock_request()
359 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner); in dlm_send_remote_unlock_request()
360 if (dlm_is_host_down(tmpret)) { in dlm_send_remote_unlock_request()
374 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_unlock_request()
H A Ddlmlock.c288 int tmpret, status = 0; in dlm_send_remote_lock_request() local
299 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create, in dlm_send_remote_lock_request()
301 if (tmpret >= 0) { in dlm_send_remote_lock_request()
314 tmpret, res->owner); in dlm_send_remote_lock_request()
315 if (dlm_is_host_down(tmpret)) in dlm_send_remote_lock_request()
318 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_lock_request()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/dlm/
H A Ddlmconvert.c358 int tmpret; in dlm_send_remote_convert_request() local
384 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key, in dlm_send_remote_convert_request()
386 if (tmpret >= 0) { in dlm_send_remote_convert_request()
402 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key, in dlm_send_remote_convert_request()
404 if (dlm_is_host_down(tmpret)) { in dlm_send_remote_convert_request()
414 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_convert_request()
H A Ddlmunlock.c315 int tmpret; in dlm_send_remote_unlock_request() local
350 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key, in dlm_send_remote_unlock_request()
352 if (tmpret >= 0) { in dlm_send_remote_unlock_request()
359 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner); in dlm_send_remote_unlock_request()
360 if (dlm_is_host_down(tmpret)) { in dlm_send_remote_unlock_request()
374 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_unlock_request()
H A Ddlmlock.c288 int tmpret, status = 0; in dlm_send_remote_lock_request() local
299 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create, in dlm_send_remote_lock_request()
301 if (tmpret >= 0) { in dlm_send_remote_lock_request()
314 tmpret, res->owner); in dlm_send_remote_lock_request()
315 if (dlm_is_host_down(tmpret)) in dlm_send_remote_lock_request()
318 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_lock_request()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/dlm/
H A Ddlmconvert.c358 int tmpret; in dlm_send_remote_convert_request() local
384 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key, in dlm_send_remote_convert_request()
386 if (tmpret >= 0) { in dlm_send_remote_convert_request()
402 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key, in dlm_send_remote_convert_request()
404 if (dlm_is_host_down(tmpret)) { in dlm_send_remote_convert_request()
414 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_convert_request()
H A Ddlmunlock.c315 int tmpret; in dlm_send_remote_unlock_request() local
350 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key, in dlm_send_remote_unlock_request()
352 if (tmpret >= 0) { in dlm_send_remote_unlock_request()
359 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner); in dlm_send_remote_unlock_request()
360 if (dlm_is_host_down(tmpret)) { in dlm_send_remote_unlock_request()
374 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_unlock_request()
H A Ddlmlock.c288 int tmpret, status = 0; in dlm_send_remote_lock_request() local
299 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create, in dlm_send_remote_lock_request()
301 if (tmpret >= 0) { in dlm_send_remote_lock_request()
314 tmpret, res->owner); in dlm_send_remote_lock_request()
315 if (dlm_is_host_down(tmpret)) in dlm_send_remote_lock_request()
318 ret = dlm_err_to_dlm_status(tmpret); in dlm_send_remote_lock_request()
/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/
H A Dcomps_doc.c649 signed char ret = 0, tmpret; in comps_doc_xml() local
662 tmpret = comps_docgroup_xml((COMPS_DocGroup*)it->comps_obj, in comps_doc_xml()
665 if (tmpret == -1) return -1; in comps_doc_xml()
666 else ret += tmpret; in comps_doc_xml()
673 tmpret = comps_doccategory_xml((COMPS_DocCategory*)it->comps_obj, in comps_doc_xml()
676 if (tmpret == -1) return -1; in comps_doc_xml()
677 else ret += tmpret; in comps_doc_xml()
684 tmpret = comps_docenv_xml((COMPS_DocEnv*)it->comps_obj, in comps_doc_xml()
687 if (tmpret == -1) return -1; in comps_doc_xml()
688 else ret += tmpret; in comps_doc_xml()

12345