Home
last modified time | relevance | path

Searched refs:start_str (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dsigcommon.c28 const char *start_str, in router_get_hash_impl_helper() argument
34 start = tor_memstr(s, s_len, start_str); in router_get_hash_impl_helper()
37 "couldn't find start of hashed material \"%s\"",start_str); in router_get_hash_impl_helper()
43 start_str); in router_get_hash_impl_helper()
46 end = tor_memstr(start+strlen(start_str), in router_get_hash_impl_helper()
47 s_len - (start-s) - strlen(start_str), end_str); in router_get_hash_impl_helper()
75 const char *start_str, in router_get_hash_impl() argument
80 if (router_get_hash_impl_helper(s,s_len,start_str,end_str,end_c,LOG_WARN, in router_get_hash_impl()
113 const char *start_str, in router_get_hashes_impl() argument
117 if (router_get_hash_impl_helper(s,s_len,start_str,end_str,end_c,LOG_WARN, in router_get_hashes_impl()
H A Dsigcommon.h17 const char *start_str, const char *end_str,
31 const char *start_str,
37 const char *start_str, const char *end_str,
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dsigcommon.c28 const char *start_str, in router_get_hash_impl_helper() argument
34 start = tor_memstr(s, s_len, start_str); in router_get_hash_impl_helper()
37 "couldn't find start of hashed material \"%s\"",start_str); in router_get_hash_impl_helper()
43 start_str); in router_get_hash_impl_helper()
46 end = tor_memstr(start+strlen(start_str), in router_get_hash_impl_helper()
47 s_len - (start-s) - strlen(start_str), end_str); in router_get_hash_impl_helper()
75 const char *start_str, in router_get_hash_impl() argument
80 if (router_get_hash_impl_helper(s,s_len,start_str,end_str,end_c,LOG_WARN, in router_get_hash_impl()
113 const char *start_str, in router_get_hashes_impl() argument
117 if (router_get_hash_impl_helper(s,s_len,start_str,end_str,end_c,LOG_WARN, in router_get_hashes_impl()
H A Dsigcommon.h17 const char *start_str, const char *end_str,
31 const char *start_str,
37 const char *start_str, const char *end_str,
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dtime-utils.c54 if (start_str && (*start_str != '\0') && in parse_timestr_sec_nsec()
69 char *start_str, *end_str; in split_start_end() local
80 start_str = str; in split_start_end()
81 d = strchr(start_str, ch); in split_start_end()
88 *start = start_str; in split_start_end()
96 char *start_str = NULL, *end_str; in perf_time__parse_str() local
100 if (rc || !start_str) in perf_time__parse_str()
108 free(start_str); in perf_time__parse_str()
265 if (ret || !start_str) in percent_dash_split()
270 free(start_str); in percent_dash_split()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dtime-utils.c54 if (start_str && (*start_str != '\0') && in parse_timestr_sec_nsec()
69 char *start_str, *end_str; in split_start_end() local
80 start_str = str; in split_start_end()
81 d = strchr(start_str, ch); in split_start_end()
88 *start = start_str; in split_start_end()
96 char *start_str = NULL, *end_str; in perf_time__parse_str() local
100 if (rc || !start_str) in perf_time__parse_str()
108 free(start_str); in perf_time__parse_str()
265 if (ret || !start_str) in percent_dash_split()
270 free(start_str); in percent_dash_split()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dtime-utils.c54 if (start_str && (*start_str != '\0') && in parse_timestr_sec_nsec()
69 char *start_str, *end_str; in split_start_end() local
80 start_str = str; in split_start_end()
81 d = strchr(start_str, ch); in split_start_end()
88 *start = start_str; in split_start_end()
96 char *start_str = NULL, *end_str; in perf_time__parse_str() local
100 if (rc || !start_str) in perf_time__parse_str()
108 free(start_str); in perf_time__parse_str()
265 if (ret || !start_str) in percent_dash_split()
270 free(start_str); in percent_dash_split()
[all …]
/dports/sysutils/progsreiserfs/progsreiserfs-0.3.1-rc8/progsreiserfs/resizefs/
H A Dresizefs.c52 char *start_str = NULL, *end_str = NULL; in main() local
123 start_str = argv[choice--]; in main()
125 if (!progs_digit_check(start_str)) { in main()
127 if (progs_dev_check(start_str)) { in main()
129 host_dev = start_str; in main()
130 start_str = NULL; in main()
134 _("Device %s doesn't exists or invalid."), start_str); in main()
178 if ((start_str && !(start = progs_digit_parse(start_str, in main()
182 _("Invalid \"start\" modificator (%s)."), start_str); in main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobcomp/filetxt/
H A Djobcomp_filetxt.c190 char usr_str[32], grp_str[32], start_str[32], end_str[32], lim_str[32]; in slurm_jobcomp_log_record() local
223 _make_time_str(&job_ptr->resize_time, start_str, in slurm_jobcomp_log_record()
224 sizeof(start_str)); in slurm_jobcomp_log_record()
226 _make_time_str(&job_ptr->start_time, start_str, in slurm_jobcomp_log_record()
227 sizeof(start_str)); in slurm_jobcomp_log_record()
237 _make_time_str(&job_ptr->resize_time, start_str, in slurm_jobcomp_log_record()
238 sizeof(start_str)); in slurm_jobcomp_log_record()
242 snprintf(start_str, sizeof(start_str), "Unknown"); in slurm_jobcomp_log_record()
244 _make_time_str(&job_ptr->start_time, start_str, in slurm_jobcomp_log_record()
245 sizeof(start_str)); in slurm_jobcomp_log_record()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dinc22.1.150 set start_str [timestamp -format %Y-%m-%dT%X -seconds $period_start]
68 …set my_pid [spawn $sreport -M$cluster2 cluster utilization start=$start_str end=$end_str -tsecper …
133 …set my_pid [spawn $sreport -M$cluster2 cluster UserUtilizationByAccount start=$start_str end=$end_…
287 …set my_pid [spawn $sreport -M$cluster2 cluster UserUtilizationByWckey start=$start_str end=$end_st…
352 …set my_pid [spawn $sreport -M$cluster2 cluster WckeyUtilizationByUser start=$start_str end=$end_st…
429 …set my_pid [spawn $sreport -M$cluster2 user top start=$start_str end=$end_str -tsecper -p -n forma…
459 …set my_pid [spawn $sreport -M$cluster2 user top cluster='$cluster1' start=$start_str end=$end_str …
494 …set my_pid [spawn $sreport -M$cluster2 job size AcctAsParent grouping=2,4 start=$start_str end=$en…
524 …t --local job size AcctAsParent grouping=2,4 cluster='$cluster1' start=$start_str end=$end_str -ts…
555 …set my_pid [spawn $sreport -M$cluster2 job sizesbywckey grouping=2,4 start=$start_str end=$end_str…
[all …]
H A Dinc22.1.fed55 set start_str [timestamp -format %Y-%m-%dT%X -seconds $period_start]
83 …spawn $sreport --federation cluster utilization start=$start_str end=$end_str -tsecper -p -n form…
114 …spawn $sreport --federation cluster AccountUtilizationByUser start=$start_str end=$end_str -tsecp…
153 …spawn $sreport --federation cluster UserUtilizationByWckey start=$start_str end=$end_str -tsecper…
184 …spawn $sreport --federation cluster WckeyUtilizationByUser start=$start_str end=$end_str -tsecper…
219 spawn $sreport --federation user top start=$start_str end=$end_str -tsecper -p -n
250 …spawn $sreport --federation job size AcctAsParent grouping=2,4 start=$start_str end=$end_str -tse…
281 …spawn $sreport --federation job sizesbywckey grouping=2,4 start=$start_str end=$end_str -tsec -p …
H A Dinc22.1.253 set start_str [timestamp -format %Y-%m-%dT%X -seconds $period_start]
79 …set my_pid [spawn $sreport --local cluster utilization cluster='$cluster' start=$start_str end=$en…
110 …port --local cluster AccountUtilizationByUser cluster='$cluster' start=$start_str end=$end_str -ts…
149 …report --local cluster UserUtilizationByWckey cluster='$cluster' start=$start_str end=$end_str -ts…
180 …report --local cluster WckeyUtilizationByUser cluster='$cluster' start=$start_str end=$end_str -ts…
215 …set my_pid [spawn $sreport --local user top cluster='$cluster' start=$start_str end=$end_str -tsec…
246 …rt --local job size AcctAsParent grouping=2,4 cluster='$cluster' start=$start_str end=$end_str -ts…
277 …sreport --local job sizesbywckey grouping=2,4 cluster='$cluster' start=$start_str end=$end_str -ts…
H A Dinc22.1.357 set start_str [timestamp -format %Y-%m-%dT%X -seconds $period_start]
104 …set my_pid [spawn $sreport --local cluster utilization cluster='$cluster' start=$start_str end=$en…
135 …port --local cluster UserUtilizationByAccount cluster='$cluster' start=$start_str end=$end_str -ts…
177 …port --local cluster AccountUtilizationByUser cluster='$cluster' start=$start_str end=$end_str -ts…
232 …report --local cluster UserUtilizationByWckey cluster='$cluster' start=$start_str end=$end_str -ts…
269 …report --local cluster WckeyUtilizationByUser cluster='$cluster' start=$start_str end=$end_str -ts…
308 …set my_pid [spawn $sreport --local user top cluster='$cluster' start=$start_str end=$end_str -tsec…
347 …rt --local job size AcctAsParent grouping=2,4 cluster='$cluster' start=$start_str end=$end_str -ts…
382 …AcctAsParent grouping=2,4 cluster='$cluster' account='$account2' start=$start_str end=$end_str -ts…
413 …sreport --local job sizesbywckey grouping=2,4 cluster='$cluster' start=$start_str end=$end_str -ts…
H A Dinc22.1.545 set start_str [timestamp -format %Y-%m-%dT%X -seconds $period_start]
52 …set my_pid [spawn $sreport job sizesbyaccount printjobcount cluster='$cluster1' start=$start_str e…
83 …set my_pid [spawn $sreport job sizesbyaccount printjobcount cluster='$cluster1' start=$start_str e…
117 …zesbyaccount printjobcount cluster='$cluster1' account=$account1 start=$start_str end=$end_str -p …
/dports/sysutils/brasero/brasero-3.12.3/src/
H A Dbrasero-split-dialog.c204 gchar *start_str; in brasero_split_dialog_cut() local
252 g_free (start_str); in brasero_split_dialog_cut()
270 g_free (start_str); in brasero_split_dialog_cut()
381 g_free (start_str); in brasero_split_dialog_cut()
397 gchar *start_str; in brasero_split_dialog_remove_range() local
444 g_free (start_str); in brasero_split_dialog_remove_range()
464 g_free (start_str); in brasero_split_dialog_remove_range()
533 g_free (start_str); in brasero_split_dialog_remove_range()
565 g_free (start_str); in brasero_split_dialog_remove_range()
835 gchar *start_str; in brasero_split_dialog_merge_clicked_cb() local
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A Dnumerics_verbose.c104 const char* start_str = "[non-fatal error]. %s :: "; in numerics_error_nonfatal() local
105 size_t total_len = fn_name_len + strlen(start_str); in numerics_error_nonfatal()
106 char* output = (char*)malloc(fn_name_len + strlen(start_str)); in numerics_error_nonfatal()
122 const char* start_str = "[warning]. %s :: "; in numerics_warning() local
123 size_t total_len = fn_name_len + strlen(start_str); in numerics_warning()
124 char* output = (char*)malloc(fn_name_len + strlen(start_str)); in numerics_warning()
/dports/databases/pgsanity/pgsanity-0.2.9/pgsanity/
H A Dsqlprep.py15 start_str = None
30 start_str = "//"
32 start_str = start_str or start or ""
34 results.write(start_str + precontents + contents)
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dfonttxt.c29 char buf[1024], *font_str, *start_str = 0, *end_str = 0; in load_txt_font() local
44 start_str = strtok(0, " \t"); in load_txt_font()
45 if (start_str) in load_txt_font()
48 if (!font_str || !start_str) { in load_txt_font()
62 begin = strtol(start_str, 0, 0); in load_txt_font()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/installer/
H A Dstring.cc88 bool StrStartsWith(const wchar_t* str, const wchar_t* start_str) { in StrStartsWith() argument
89 if (str == nullptr || start_str == nullptr) in StrStartsWith()
92 for (int i = 0; start_str[i] != L'\0'; ++i) { in StrStartsWith()
93 if (!EqualASCIICharI(str[i], start_str[i])) in StrStartsWith()
/dports/devel/bam/bam-0.4.0/src/
H A Dsupport.c490 const char *start_str; member
529 if(info->start_len && strncmp(no_pathed, info->start_str, info->start_len)) in collect_callback()
551 strcat(recursepath, info->start_str); in collect_callback()
569 info->start_str = input + dirlen + 1; in run_collect()
571 info->start_str = input; in run_collect()
573 for(info->start_len = 0; info->start_str[info->start_len]; info->start_len++) in run_collect()
575 if(info->start_str[info->start_len] == '*') in run_collect()
580 if(info->start_str[info->start_len]) in run_collect()
581 info->end_str = info->start_str + info->start_len + 1; in run_collect()
583 info->end_str = info->start_str + info->start_len; in run_collect()
/dports/emulators/fuse/fuse-1.6.0/ui/widget/
H A Dbinary.c43 char *start_str; member
108 widget_binary.start_str ); in display_values()
173 s = widget_binary.start_str; in ask_value()
194 free( widget_binary.start_str ); in ask_value()
195 widget_binary.start_str = utils_safe_strdup( widget_text_text ); in ask_value()
360 free( widget_binary.start_str ); in widget_binary_finish()
378 widget_binary.start_str = utils_safe_strdup( "0" ); in init_widget_binary()
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A Duuid.cpp79 char *start_str, *end_str, temp_str; in Swap_Char() local
81 start_str = in_str; in Swap_Char()
82 end_str = start_str + str_len; in Swap_Char()
83 while (start_str < --end_str) { in Swap_Char()
84 temp_str = *start_str; in Swap_Char()
85 *start_str++ = *end_str; in Swap_Char()
/dports/multimedia/bitstream/bitstream-1.5/dvb/si/
H A Deit_print.h101 char start_str[24]; in eit_print() local
105 start_ts = dvb_time_format_UTC(eitn_get_start_time(p_event), NULL, start_str); in eit_print()
115 start_ts, start_str, in eit_print()
124 start_ts, start_str, in eit_print()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dcnf2ideal.py101 start_str=Template("""F:=FiniteField(2);
111 return start_str.substitute({"nvars":str(vars), "var_list":var_list, "ideal":ideal})
132 start_str=Template("""from PyPolyBoRi import *
139 start_str=start_str.substitute(vars=vars)
152 return start_str+poly_str+end_str
/dports/security/clamav/clamav-0.104.2/common/
H A Dcdiff.c516 free(start_str); in cdiff_cmd_move()
522 free(start_str); in cdiff_cmd_move()
529 free(start_str); in cdiff_cmd_move()
537 free(start_str); in cdiff_cmd_move()
546 free(start_str); in cdiff_cmd_move()
556 free(start_str); in cdiff_cmd_move()
567 free(start_str); in cdiff_cmd_move()
581 if (strncmp(lbuf, start_str, strlen(start_str))) { in cdiff_cmd_move()
582 free(start_str); in cdiff_cmd_move()
614 free(start_str); in cdiff_cmd_move()
[all …]

12345678910