Searched defs:sb (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | strbuf.c | 20 void strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() 28 void strbuf_release(struct strbuf *sb) in strbuf_release() 36 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() 45 void strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() 54 static void strbuf_splice(struct strbuf *sb, size_t pos, size_t len, in strbuf_splice() 73 void strbuf_remove(struct strbuf *sb, size_t pos, size_t len) in strbuf_remove() 78 void strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() 85 void strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) in strbuf_addv() 108 void strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf() 117 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
|
D | strbuf.h | 59 static inline ssize_t strbuf_avail(const struct strbuf *sb) { in strbuf_avail() 65 static inline void strbuf_setlen(struct strbuf *sb, size_t len) { in strbuf_setlen() 74 static inline void strbuf_addch(struct strbuf *sb, int c) { in strbuf_addch() 83 static inline void strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr()
|
D | parse-options.c | 655 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp() local
|
D | header.c | 1593 struct strbuf sb; in process_cpu_topology() local 1703 struct strbuf sb; in process_numa_topology() local 1763 struct strbuf sb; in process_pmu_mappings() local
|
/tools/usb/ |
D | testusb.c | 246 static int find_testdev(const char *name, const struct stat *sb, int flag) in find_testdev()
|
/tools/net/ |
D | bpf_dbg.c | 946 struct stat sb; in try_load_pcap() local
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 1756 struct stat sb; in check_dev_msr() local
|