Lines Matching defs:buf
54 int err, char *buf, size_t size);
64 char *buf, size_t size);
68 char *buf, size_t size);
77 int *error_pos, int err, char *buf,
80 int bpf__strerror_apply_obj_config(int err, char *buf, size_t size);
84 int bpf__strerror_setup_output_event(struct evlist *evlist, int err, char *buf, size_t size);
147 __bpf_strerror(char *buf, size_t size)
151 strncpy(buf,
154 buf[size - 1] = '\0';
162 char *buf, size_t size)
164 return __bpf_strerror(buf, size);
170 char *buf, size_t size)
172 return __bpf_strerror(buf, size);
177 char *buf, size_t size)
179 return __bpf_strerror(buf, size);
188 char *buf, size_t size)
190 return __bpf_strerror(buf, size);
195 char *buf, size_t size)
197 return __bpf_strerror(buf, size);
202 int err __maybe_unused, char *buf, size_t size)
204 return __bpf_strerror(buf, size);
209 static inline int bpf__strerror_setup_stdout(struct evlist *evlist, int err, char *buf, size_t size)
211 return bpf__strerror_setup_output_event(evlist, err, buf, size);