Home
last modified time | relevance | path

Searched refs:sep (Results 51 - 75 of 1491) sorted by relevance

12345678910>>...60

/kernel/linux/linux-6.6/scripts/
H A Dver_linux55 mods = mods sep $1
56 sep = " "
/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.c325 char sep = path[0]; in is_sysvol_or_netlogon() local
327 s = strchr(path + 1, sep) + 1; in is_sysvol_or_netlogon()
531 char sep; in lookup_cache_entry() local
538 sep = *npath; in lookup_cache_entry()
539 while ((s = strchr(s, sep)) && ++cnt < 3) in lookup_cache_entry()
559 while (e > s && *e == sep) in lookup_cache_entry()
575 while (e > s && *e != sep) in lookup_cache_entry()
1337 char *s, sep, *p; in dfs_cache_get_tgt_share() local
1347 sep = it->it_name[0]; in dfs_cache_get_tgt_share()
1348 if (sep ! in dfs_cache_get_tgt_share()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsrcline.c386 char *sep; in filename_split() local
388 sep = strchr(filename, '\n'); in filename_split()
389 if (sep) in filename_split()
390 *sep = '\0'; in filename_split()
395 sep = strchr(filename, ':'); in filename_split()
396 if (sep) { in filename_split()
397 *sep++ = '\0'; in filename_split()
398 *line_nr = strtoul(sep, NULL, 0); in filename_split()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk96 # print if p is true. Call with sep="" and p=0 to print out the last field
98 function update_fieldsep(sep, p) {
100 sep_tmp = sep;
134 last_fs = sep;
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py72 file_dir = suite_file.split("distributedtest")[1].strip(os.sep).split(os.sep)[0]
123 dst_dir = case_dir.split("distributedtest")[1].strip(os.sep)
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-lock.c1676 static void print_header_csv(const char *sep) in print_header_csv() argument
1682 fprintf(lock_output, "%s%s ", key->header, sep); in print_header_csv()
1686 fprintf(lock_output, "%s%s %s\n", "pid", sep, in print_header_csv()
1690 fprintf(lock_output, "%s%s %s", "type", sep, "caller"); in print_header_csv()
1692 fprintf(lock_output, "%s %s", sep, "stacktrace"); in print_header_csv()
1696 fprintf(lock_output, "%s%s %s%s %s\n", "address", sep, "symbol", sep, "type"); in print_header_csv()
1761 const char *sep) in print_lock_stat_csv()
1769 fprintf(lock_output, "%s ", sep); in print_lock_stat_csv()
1774 fprintf(lock_output, "%s%s %s", get_type_str(st->flags), sep, s in print_lock_stat_csv()
1760 print_lock_stat_csv(struct lock_contention *con, struct lock_stat *st, const char *sep) print_lock_stat_csv() argument
1842 print_footer_csv(int total, int bad, struct lock_contention_fails *fails, const char *sep) print_footer_csv() argument
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dfeature.c298 char *sep; in read_next_kernel_config_option() local
304 sep = strchr(buf, '='); in read_next_kernel_config_option()
305 if (!sep) in read_next_kernel_config_option()
312 *sep = '\0'; in read_next_kernel_config_option()
313 if (!sep[1]) in read_next_kernel_config_option()
316 *value = sep + 1; in read_next_kernel_config_option()
/kernel/linux/linux-5.10/scripts/
H A Dver_linux58 mods = mods sep $1
59 sep = " "
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py40 if current_dir.endswith(os.sep + "tests"):
95 dir_name_list = dir_path.rstrip(os.sep).split(os.sep)
174 src = src.replace("/", os.sep)
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py109 findkey = "%stests%s" % (os.sep, os.sep)
114 pos1 = subpath.find(os.sep)
116 subpath = subpath[pos1 + len(os.sep):]
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c77 char *sep = ""; in config_show() local
101 sep, in config_show()
104 sep = ","; in config_show()
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dinterrupts.py170 sep = " "
172 sep = ""
175 text += "%*s%u:%s" % (prec - 1, "IPI", ipi, sep)
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-display.c243 const char *sep = config->csv_sep; in print_aggr_id_csv() local
248 id.socket, id.die, id.core, sep, aggr_nr, sep); in print_aggr_id_csv()
252 id.socket, id.die, id.cache_lvl, id.cache, sep, aggr_nr, sep); in print_aggr_id_csv()
256 id.socket, id.die, sep, aggr_nr, sep); in print_aggr_id_csv()
260 id.socket, sep, aggr_nr, sep); in print_aggr_id_csv()
264 id.node, sep, aggr_n in print_aggr_id_csv()
676 const char *sep = config->csv_sep; print_counter_value_csv() local
[all...]
H A Dsrcline.c377 char *sep; in filename_split() local
379 sep = strchr(filename, '\n'); in filename_split()
380 if (sep) in filename_split()
381 *sep = '\0'; in filename_split()
386 sep = strchr(filename, ':'); in filename_split()
387 if (sep) { in filename_split()
388 *sep++ = '\0'; in filename_split()
389 *line_nr = strtoul(sep, NULL, 0); in filename_split()
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtime.c444 const char *sep; in time_travel_connect_external() local
448 if ((sep = strchr(socket, ':'))) { in time_travel_connect_external()
450 if (sep - socket > sizeof(buf) - 1) in time_travel_connect_external()
453 memcpy(buf, socket, sep - socket); in time_travel_connect_external()
461 socket = sep + 1; in time_travel_connect_external()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtime.c527 const char *sep; in time_travel_connect_external() local
531 if ((sep = strchr(socket, ':'))) { in time_travel_connect_external()
533 if (sep - socket > sizeof(buf) - 1) in time_travel_connect_external()
536 memcpy(buf, socket, sep - socket); in time_travel_connect_external()
544 socket = sep + 1; in time_travel_connect_external()
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dcore.c210 static bool is_uuid_sep(char sep) in is_uuid_sep() argument
212 if (sep == '\n' || sep == '-' || sep == ':' || sep == '\0') in is_uuid_sep()
/kernel/linux/linux-5.10/mm/kasan/
H A Dreport.c215 const char *sep = strchr(*frame_descr, ' '); in tokenize_frame_descr() local
217 if (sep == NULL) in tokenize_frame_descr()
218 sep = *frame_descr + strlen(*frame_descr); in tokenize_frame_descr()
221 const size_t tok_len = sep - *frame_descr; in tokenize_frame_descr()
234 *frame_descr = sep + 1; in tokenize_frame_descr()
/kernel/linux/linux-6.6/tools/lib/perf/
H A Dcpumap.c139 char sep; in perf_cpu_map__read() local
141 sep = 0; in perf_cpu_map__read()
144 n = fscanf(file, "%u%c", &cpu, &sep); in perf_cpu_map__read()
173 if (n == 2 && sep == '-') in perf_cpu_map__read()
177 if (n == 1 || sep == '\n') in perf_cpu_map__read()
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dimg2code.py87 sep = '\n' if (i+1) % (TARGET_WIDTH/PIXEL_PER_BYTE) == 0 else ' '
88 f.write('0x%02X,%s' % (v, sep))
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dimg2code.py88 sep = '\n' if (i+1) % (TARGET_WIDTH/PIXEL_PER_BYTE) == 0 else ' '
89 f.write('0x%02X,%s' % (v, sep))
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c245 char *filter, *sep, *tok; in apply_subtest_filter() local
249 for (sep = filter; (tok = strsep(&sep, ","));) { in apply_subtest_filter()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Ddebugfs.c60 bool sep = false; in spi_nor_print_flags() local
66 if (sep) in spi_nor_print_flags()
68 sep = true; in spi_nor_print_flags()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c277 char *filter, *sep, *tok; in apply_subtest_filter() local
281 for (sep = filter; (tok = strsep(&sep, ","));) { in apply_subtest_filter()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Drun_vmtests.sh189 local sep=$(echo -n "$title" | tr "[:graph:][:space:]" -)
190 printf "%s\n%s\n%s\n" "$sep" "$title" "$sep"

Completed in 23 milliseconds

12345678910>>...60