Home
last modified time | relevance | path

Searched refs:delim (Results 1 – 25 of 43) sorted by relevance

12

/linux/lib/
A Dtest_scanf.c453 numbers_list_ll(delim); in numbers_list()
454 numbers_list_l(delim); in numbers_list()
455 numbers_list_d(delim); in numbers_list()
456 numbers_list_h(delim); in numbers_list()
457 numbers_list_hh(delim); in numbers_list()
525 numbers_list_field_width_ll(delim); in numbers_list_field_width_typemax()
526 numbers_list_field_width_l(delim); in numbers_list_field_width_typemax()
527 numbers_list_field_width_d(delim); in numbers_list_field_width_typemax()
528 numbers_list_field_width_h(delim); in numbers_list_field_width_typemax()
529 numbers_list_field_width_hh(delim); in numbers_list_field_width_typemax()
[all …]
/linux/fs/cifs/
A Dunc.c21 char *dst, *delim; in extract_hostname() local
34 delim = strchr(src, '\\'); in extract_hostname()
35 if (!delim) in extract_hostname()
38 len = delim - src; in extract_hostname()
52 char *delim, *dst; in extract_sharename() local
58 delim = strchr(src, '\\'); in extract_sharename()
59 if (!delim) in extract_sharename()
61 delim++; in extract_sharename()
64 dst = kstrdup(delim, GFP_KERNEL); in extract_sharename()
/linux/net/netfilter/
A Dnf_conntrack_ftp.c207 if (data[i] == delim) { in get_port()
228 char delim; in try_eprt() local
237 delim = data[0]; in try_eprt()
238 if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) { in try_eprt()
249 pr_debug("EPRT: Got %c%c%c\n", delim, data[1], delim); in try_eprt()
262 (struct in6_addr *)cmd->u3.ip6, delim); in try_eprt()
277 char delim; in try_epsv_response() local
281 delim = data[0]; in try_epsv_response()
282 if (isdigit(delim) || delim < 33 || delim > 126 || in try_epsv_response()
283 data[1] != delim || data[2] != delim) in try_epsv_response()
[all …]
A Dnf_conntrack_expect.c631 char *delim = ""; in exp_seq_show() local
648 delim = ","; in exp_seq_show()
651 seq_printf(s, "%sINACTIVE", delim); in exp_seq_show()
652 delim = ","; in exp_seq_show()
655 seq_printf(s, "%sUSERSPACE", delim); in exp_seq_show()
/linux/tools/power/x86/turbostat/
A Dturbostat.c800 void print_header(char *delim) in print_header() argument
886 outp += sprintf(outp, "%s%18.18s", delim, mp->name); in print_header()
888 outp += sprintf(outp, "%s%10.10s", delim, mp->name); in print_header()
891 outp += sprintf(outp, "%s%8s", delim, mp->name); in print_header()
893 outp += sprintf(outp, "%s%s", delim, mp->name); in print_header()
972 outp += sprintf(outp, "%s%8s", delim, mp->name); in print_header()
974 outp += sprintf(outp, "%s%s", delim, mp->name); in print_header()
1069 char *delim = "\t"; in format_counters() local
1322 sprintf(outp, fmt8, (printed++ ? delim : ""), in format_counters()
1334 sprintf(outp, fmt8, (printed++ ? delim : ""), in format_counters()
[all …]
/linux/tools/testing/selftests/cgroup/
A Dcgroup_util.c167 const char delim[] = "\n"; in cg_read_lc() local
174 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc()
197 const char delim[] = "\n\t "; in cg_find_unified_root() local
206 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root()
207 mount = strtok(NULL, delim); in cg_find_unified_root()
208 type = strtok(NULL, delim); in cg_find_unified_root()
209 strtok(NULL, delim); in cg_find_unified_root()
210 strtok(NULL, delim); in cg_find_unified_root()
211 strtok(NULL, delim); in cg_find_unified_root()
504 const char delim[] = "\n"; in is_swap_enabled() local
[all …]
/linux/drivers/gpu/drm/
A Ddrm_modes.c1548 if (*delim != '=') in drm_mode_parse_cmdline_int()
1551 value = delim + 1; in drm_mode_parse_cmdline_int()
1566 if (*delim != '=') in drm_mode_parse_panel_orientation()
1569 value = delim + 1; in drm_mode_parse_panel_orientation()
1570 delim = strchr(value, ','); in drm_mode_parse_panel_orientation()
1571 if (!delim) in drm_mode_parse_panel_orientation()
1598 delim = strchr(option, '='); in drm_mode_parse_cmdline_options()
1599 if (!delim) { in drm_mode_parse_cmdline_options()
1600 delim = strchr(option, ','); in drm_mode_parse_cmdline_options()
1602 if (!delim) in drm_mode_parse_cmdline_options()
[all …]
/linux/net/sunrpc/
A Daddr.c162 const size_t buflen, const char *delim, in rpc_parse_scope_id() argument
170 if ((buf + buflen) == delim) in rpc_parse_scope_id()
173 if (*delim != IPV6_SCOPE_DELIMITER) in rpc_parse_scope_id()
179 len = (buf + buflen) - delim - 1; in rpc_parse_scope_id()
183 memcpy(p, delim + 1, len); in rpc_parse_scope_id()
204 const char *delim; in rpc_pton6() local
212 if (in6_pton(buf, buflen, addr, IPV6_SCOPE_DELIMITER, &delim) == 0) in rpc_pton6()
215 if (!rpc_parse_scope_id(net, buf, buflen, delim, sin6)) in rpc_pton6()
/linux/fs/afs/
A Daddr_list.c65 char delim, in afs_parse_text_addrs() argument
76 _enter("%*.*s,%c", (int)len, (int)len, text, delim); in afs_parse_text_addrs()
83 if (delim == ':' && (memchr(text, ',', len) || !memchr(text, '.', len))) in afs_parse_text_addrs()
84 delim = ','; in afs_parse_text_addrs()
93 if (*p == delim) in afs_parse_text_addrs()
112 p = memchr(p, delim, end - p); in afs_parse_text_addrs()
141 if (*p == delim) { in afs_parse_text_addrs()
151 if (*q == '+' || *q == delim) in afs_parse_text_addrs()
191 } else if (*p == delim) { in afs_parse_text_addrs()
/linux/net/core/
A Dnetpoll.c526 char *cur=opt, *delim; in netpoll_parse_options() local
533 *delim = 0; in netpoll_parse_options()
536 cur = delim; in netpoll_parse_options()
544 *delim = 0; in netpoll_parse_options()
550 cur = delim; in netpoll_parse_options()
558 *delim = 0; in netpoll_parse_options()
560 cur = delim; in netpoll_parse_options()
568 *delim = 0; in netpoll_parse_options()
573 cur = delim; in netpoll_parse_options()
580 *delim = 0; in netpoll_parse_options()
[all …]
A Dutils.c86 static inline int xdigit2bin(char c, int delim) in xdigit2bin() argument
90 if (c == delim || c == '\0') in xdigit2bin()
101 if (delim == -1) in xdigit2bin()
120 int delim, const char **end) in in4_pton() argument
136 c = xdigit2bin(srclen > 0 ? *s : '\0', delim); in in4_pton()
186 int delim, const char **end) in in6_pton() argument
206 c = xdigit2bin(srclen > 0 ? *s : '\0', delim); in in6_pton()
249 ret = in4_pton(tok ? tok : s, srclen + (int)(s - tok), d, delim, &s); in in6_pton()
/linux/drivers/mtd/parsers/
A Dcmdlinepart.c94 char delim; in newpart() local
113 delim = 0; in newpart()
123 delim = ')'; in newpart()
125 if (delim) { in newpart()
129 p = strchr(name, delim); in newpart()
131 pr_err("no closing %c found in partition name\n", delim); in newpart()
/linux/include/linux/
A Dinet.h53 extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
54 extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
/linux/kernel/trace/
A Dtrace_output.c66 trace_print_flags_seq(struct trace_seq *p, const char *delim, in trace_print_flags_seq() argument
83 if (!first && delim) in trace_print_flags_seq()
84 trace_seq_puts(p, delim); in trace_print_flags_seq()
92 if (!first && delim) in trace_print_flags_seq()
93 trace_seq_puts(p, delim); in trace_print_flags_seq()
147 if (!first && delim) in trace_print_flags_seq_u64()
148 trace_seq_puts(p, delim); in trace_print_flags_seq_u64()
156 if (!first && delim) in trace_print_flags_seq_u64()
157 trace_seq_puts(p, delim); in trace_print_flags_seq_u64()
926 char *delim) in trace_ctxwake_print() argument
[all …]
/linux/arch/s390/boot/
A Dipl_parm.c134 char *parm, *delim; in append_ipl_block_parm() local
139 delim = early_command_line + len; /* '\0' character position */ in append_ipl_block_parm()
157 *delim = ' '; /* replace '\0' with space */ in append_ipl_block_parm()
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DCore.py17 def define_flag_field(event_name, field_name, delim): argument
18 flag_fields[event_name][field_name]['delim'] = delim
/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
A DCore.pm90 my ($event_name, $field_name, $delim) = @_;
92 $flag_fields{$event_name}{$field_name}{"delim"} = $delim;
/linux/include/trace/
A Dtrace_events.h306 #define __print_flags(flag, delim, flag_array...) \ argument
310 trace_print_flags_seq(p, delim, flag, __flags); \
324 #define __print_flags_u64(flag, delim, flag_array...) \ argument
328 trace_print_flags_seq_u64(p, delim, flag, __flags); \
338 #define __print_flags_u64(flag, delim, flag_array...) \ argument
339 __print_flags(flag, delim, flag_array)
/linux/block/
A Ddisk-events.c341 const char *delim = ""; in __disk_events_show() local
348 delim, disk_events_strs[i]); in __disk_events_show()
349 delim = " "; in __disk_events_show()
/linux/net/ceph/
A Dmessenger.c1175 char delim, const char **ipend) in ceph_pton() argument
1197 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1207 delim_p = memchr(name, delim, namelen); in ceph_dns_resolve_name()
1242 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1253 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() argument
1257 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1259 ret = ceph_dns_resolve_name(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1279 char delim = ','; in ceph_parse_ips() local
1282 delim = ']'; in ceph_parse_ips()
1286 ret = ceph_parse_server_name(p, end - p, &addr[i], delim, &ipend); in ceph_parse_ips()
[all …]
/linux/tools/lib/traceevent/
A Devent-parse.c1426 char *delim = " "; in event_read_fields() local
1494 delim = " "; in event_read_fields()
1510 delim = " "; in event_read_fields()
1520 delim = ""; in event_read_fields()
1523 delim = " "; in event_read_fields()
1562 delim = " "; in event_read_fields()
1564 delim = ""; in event_read_fields()
5036 char *delim = " "; in print_raw_buff_arg() local
5045 delim = ":"; in print_raw_buff_arg()
5049 delim = "-"; in print_raw_buff_arg()
[all …]
/linux/tools/usb/usbip/libsrc/
A Dvhci_driver.c194 char delim[] = {' ', ' ', '\n'}; in read_record() local
222 end = strchr(start, delim[part]); in read_record()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c173 const char *delim) in define_flag_field() argument
183 XPUSHs(sv_2mortal(newSVpv(delim, 0))); in define_flag_field()
215 define_flag_field(ev_name, cur_field_name, args->flags.delim); in define_event_symbols()
/linux/drivers/bluetooth/
A Dhci_h5.c517 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
528 byte = &delim; in h5_unslip_one_byte()
641 const char delim = SLIP_DELIMITER; in h5_slip_delim() local
643 skb_put_data(skb, &delim, 1); in h5_slip_delim()
/linux/drivers/net/bonding/
A Dbond_options.c1390 char *delim; in bond_option_queue_id_set() local
1395 delim = strchr(newval->string, ':'); in bond_option_queue_id_set()
1396 if (!delim) in bond_option_queue_id_set()
1402 *delim = '\0'; in bond_option_queue_id_set()
1403 if (sscanf(++delim, "%hd\n", &qid) != 1) in bond_option_queue_id_set()

Completed in 78 milliseconds

12