Searched refs:string (Results 226 - 250 of 3832) sorted by path

1234567891011>>

/linux-master/net/ceph/
H A Dstring_table.c4 #include <linux/string.h>
/linux-master/net/lapb/
H A Dlapb_in.c21 #include <linux/string.h>
H A Dlapb_subr.c19 #include <linux/string.h>
/linux-master/net/netfilter/
H A Dnf_conntrack_amanda.c59 const char *string; member in struct:__anon82
64 .string = "CONNECT ",
68 .string = "\n",
72 .string = "DATA ",
76 .string = "MESG ",
80 .string = "INDEX ",
84 .string = "STATE ",
218 search[i].ts = textsearch_prepare(ts_algo, search[i].string,
/linux-master/net/rose/
H A Drose_out.c12 #include <linux/string.h>
H A Drose_subr.c12 #include <linux/string.h>
/linux-master/net/sched/
H A Dact_meta_mark.c10 #include <linux/string.h>
H A Dact_meta_skbprio.c10 #include <linux/string.h>
H A Dact_meta_skbtcindex.c10 #include <linux/string.h>
/linux-master/samples/bpf/
H A Dsock_example.h6 #include <string.h>
H A Dtc_l2_redirect_user.c10 #include <string.h>
/linux-master/samples/connector/
H A Ducon.c23 #include <string.h>
/linux-master/samples/pidfd/
H A Dpidfd-metadata.c13 #include <string.h>
/linux-master/samples/seccomp/
H A Dbpf-direct.c27 #include <string.h>
H A Dbpf-fancy.c17 #include <string.h>
H A Dbpf-helper.c15 #include <string.h>
/linux-master/samples/timers/
H A Dhpet_example.c6 #include <string.h>
/linux-master/scripts/dtc/
H A Dfdtget.c17 #include <string.h>
70 fprintf(stderr, "Unterminated string\n");
314 usage("Invalid type string");
H A Dfdtput.c11 #include <string.h>
36 * @param namelen Length of node name, or -1 to use entire string
62 int len; /* length of this cell/string/byte */
184 * This will overwrite the node_name string. Any error is reported.
321 usage("Invalid type string");
/linux-master/scripts/dtc/libfdt/
H A Dlibfdt_env.h14 #include <string.h>
79 * fdt_strnlen: returns the length of a string or max_count - which ever is
81 * Input 1 string: the string whose size is to be determined
83 * Output: length of the string or max_count (the smallest of the two)
85 static inline size_t fdt_strnlen(const char *string, size_t max_count) argument
87 const char *p = memchr(string, 0, max_count);
88 return p ? p - string : max_count;
/linux-master/scripts/
H A Dinsert-sys-cert.c16 #include <string.h>
H A Dunifdef.c56 #include <string.h>
1038 error("unterminated string literal");
/linux-master/scripts/mod/
H A Dmk_elfconfig.c4 #include <string.h>
/linux-master/tools/bpf/
H A Dbpf_exp.l26 #include <string.h>
/linux-master/tools/build/
H A Dfixdep.c19 #include <string.h>

Completed in 286 milliseconds

1234567891011>>