Home
last modified time | relevance | path

Searched refs:start_tmp (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/sunpromake/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/devel/smake/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/devel/schilybase/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/devel/sccs/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/net/rscsi/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/archivers/star/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/sysutils/cdrtools/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/editors/ved/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/sysutils/schilyutils/schily-2021-09-18/libvms/
H A Dvms_misc.c298 char *start_tmp = NULL; in find_dir() local
311 if (start_tmp == NULL) { in find_dir()
313 start_tmp = cp; in find_dir()
323 if (start_tmp == NULL) { in find_dir()
325 start_tmp = cp; in find_dir()
348 lenth = end_tmp+ 1- start_tmp; in find_dir()
370 lenth = end_tmp+ 1- start_tmp; in find_dir()
383 *start = start_tmp; in find_dir()
/dports/databases/rrdtool12/rrdtool-1.2.30/src/
H A Drrd_xport.c58 time_t start_tmp = 0, end_tmp = 0; in rrd_xport() local
119 if (proc_start_end(&start_tv, &end_tv, &start_tmp, &end_tmp) == -1) { in rrd_xport()
123 if (start_tmp < 3600 * 24 * 365 * 10) { in rrd_xport()
125 start_tmp); in rrd_xport()
129 if (end_tmp < start_tmp) { in rrd_xport()
131 start_tmp, end_tmp); in rrd_xport()
135 im.start = start_tmp; in rrd_xport()
H A Drrd_fetch.c75 time_t start_tmp=0, end_tmp=0; in rrd_fetch() local
125 if (proc_start_end(&start_tv,&end_tv,&start_tmp,&end_tmp) == -1){ in rrd_fetch()
130 if (start_tmp < 3600*24*365*10){ in rrd_fetch()
135 if (end_tmp < start_tmp) { in rrd_fetch()
136 rrd_set_error("start (%ld) should be less than end (%ld)", start_tmp, end_tmp); in rrd_fetch()
140 *start = start_tmp; in rrd_fetch()
H A Drrd_graph_helper.c631 time_t start_tmp=0,end_tmp=0; in rrd_parse_def() local
714 if (proc_start_end(&start_tv,&end_tv,&start_tmp,&end_tmp) == -1){ in rrd_parse_def()
718 if (start_tmp < 3600*24*365*10) { in rrd_parse_def()
720 "after 1980 (%ld)",start_tmp); in rrd_parse_def()
724 if (end_tmp < start_tmp) { in rrd_parse_def()
726 start_tmp, end_tmp); in rrd_parse_def()
730 gdp->start = start_tmp; in rrd_parse_def()
732 gdp->start_orig = start_tmp; in rrd_parse_def()
/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Drrd_fetch.c75 time_t start_tmp = 0, end_tmp = 0; in rrd_fetch() local
154 if (rrd_proc_start_end(&start_tv, &end_tv, &start_tmp, &end_tmp) == -1) { in rrd_fetch()
161 if (start_tmp < 3600 * 24 * 365 * 10) { in rrd_fetch()
170 time_t delta = (start_tmp % step_tmp); in rrd_fetch()
171 start_tmp -= delta; in rrd_fetch()
175 if (end_tmp < start_tmp) { in rrd_fetch()
176 rrd_set_error("start (%ld) should be less than end (%ld)", start_tmp, in rrd_fetch()
184 *start = start_tmp; in rrd_fetch()
H A Drrd_xport.c87 time_t start_tmp = 0, end_tmp = 0; in rrd_xport() local
174 if (rrd_proc_start_end(&start_tv, &end_tv, &start_tmp, &end_tmp) == -1) { in rrd_xport()
178 if (start_tmp < 3600 * 24 * 365 * 10) { in rrd_xport()
180 start_tmp); in rrd_xport()
184 if (end_tmp < start_tmp) { in rrd_xport()
186 start_tmp, end_tmp); in rrd_xport()
190 im.start = start_tmp; in rrd_xport()
H A Drrd_graph_helper.c606 time_t start_tmp = 0, end_tmp = 0; in newGraphDescription() local
607 if (rrd_proc_start_end(&start_tv, &end_tv, &start_tmp, &end_tmp) == -1) { in newGraphDescription()
610 dprintfparsed("got start %s translated to: %lld\n",start,(long long int)start_tmp); in newGraphDescription()
614 if (start_tmp < 3600 * 24 * 365 * 10) { in newGraphDescription()
616 "after 1980 (%ld)", start_tmp); in newGraphDescription()
618 if (end_tmp < start_tmp) { in newGraphDescription()
620 start_tmp, end_tmp); in newGraphDescription()
627 gdp->start = start_tmp; in newGraphDescription()
628 gdp->start_orig = start_tmp; in newGraphDescription()
/dports/archivers/zip/zip30/vms/
H A Dvmszip.c365 char *start_tmp = NULL; in find_dir() local
382 if (start_tmp == NULL) in find_dir()
385 start_tmp = cp; in find_dir()
399 if (start_tmp == NULL) in find_dir()
402 start_tmp = cp; in find_dir()
433 lenth = end_tmp+ 1- start_tmp; in find_dir()
463 lenth = end_tmp+ 1- start_tmp; in find_dir()
482 *start = start_tmp; in find_dir()
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_strbuf_common.c1045 size_t pos_tmp, start_tmp; in eina_strbuf_replace_all() local
1089 start = start_tmp = 0; in eina_strbuf_replace_all()
1104 memcpy(((unsigned char *)(buf->buf)) + start, tmp_buf + start_tmp, in eina_strbuf_replace_all()
1109 start_tmp = pos_tmp + len1; in eina_strbuf_replace_all()
1111 spos = strstr(tmp_buf + start_tmp, str); in eina_strbuf_replace_all()
1116 pos = start + pos_tmp - start_tmp; in eina_strbuf_replace_all()
1119 memcpy(((unsigned char *)(buf->buf)) + start, tmp_buf + start_tmp, in eina_strbuf_replace_all()
/dports/accessibility/py-atspi/pyatspi-2.38.1/tests/dummyatk/
H A Dmy-atk-text.c514 gint start_tmp; in my_atk_text_get_text_after_offset() local
555 if(!current_token(str, offset, &start_tmp, start_offset, tables[boundary_type])) in my_atk_text_get_text_after_offset()
557 if(!next_token(str, offset, &start_tmp, start_offset, tables[boundary_type])) in my_atk_text_get_text_after_offset()
570 if(!next_token(str, *start_offset, &start_tmp, end_offset, tables[boundary_type])) in my_atk_text_get_text_after_offset()
608 gint start_tmp; in my_atk_text_get_text_at_offset() local
638 if(!current_token(str, offset, &start_tmp, end_offset, tables[boundary_type])) in my_atk_text_get_text_at_offset()
640 if(!next_token(str, offset, &start_tmp, end_offset, tables[boundary_type])) in my_atk_text_get_text_at_offset()
646 if(!previous_token(str, start_tmp, &start_tmp, start_offset, tables[boundary_type])) in my_atk_text_get_text_at_offset()
685 gint start_tmp; in my_atk_text_get_text_before_offset() local
723 if(!previous_token(str, offset, &start_tmp, end_offset, tables[boundary_type])) in my_atk_text_get_text_before_offset()
[all …]
/dports/emulators/cemu/CEmu-1.3/tests/autotester/
H A Dautotester.cpp500 std::string start_tmp = tmpHash["start"].string_value(); in loadJSONConfig() local
501 const auto& start_tmp_const = hash_consts.find(start_tmp); in loadJSONConfig()
505 } else if (std::regex_match(start_tmp, std::regex("^(0x[0-9a-fA-F]+)|\\d+$"))) { in loadJSONConfig()
506 …hash_param.start = static_cast<uint32_t>(std::stoul(start_tmp, nullptr, (start_tmp.substr(0, 2) ==… in loadJSONConfig()
/dports/databases/rrdtool12/rrdtool-1.2.30/bindings/perl-shared/
H A DRRDs.xs308 time_t start_tmp, end_tmp;
319 if( proc_start_end( &start_tv, &end_tv, &start_tmp, &end_tmp) == -1) {
323 PUSHs(sv_2mortal(newSVuv(start_tmp)));
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/icx/
H A Dicx_linkagg.py165 start_tmp = re.search(r'[0-9]/[0-9]/([0-9]+)', start)
167 start = int(start_tmp.group(1))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dicx_linkagg.py159 start_tmp = re.search(r'[0-9]/[0-9]/([0-9]+)', start)
161 start = int(start_tmp.group(1))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/icx/
H A Dicx_linkagg.py159 start_tmp = re.search(r'[0-9]/[0-9]/([0-9]+)', start)
161 start = int(start_tmp.group(1))
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/sparse/
H A Dsvec_setvec.hpp357 pod_vector<size_t> start_tmp(n_set); in collect_garbage() local
362 start_tmp[i] = 0; in collect_garbage()
367 start_tmp[i] = data_[start + 1]; in collect_garbage()
371 start_tmp[i] = tmp_start; in collect_garbage()
389 start_.swap(start_tmp); in collect_garbage()
/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dsparse_sizevec.hpp352 pod_vector<size_t> start_tmp(n_set); in collect_garbage() local
357 start_tmp[i] = 0; in collect_garbage()
362 start_tmp[i] = data_[start + 1]; in collect_garbage()
366 start_tmp[i] = tmp_start; in collect_garbage()
384 start_.swap(start_tmp); in collect_garbage()

123