Searched refs:bstr (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_ematch.h13 struct bstr struct
18 struct bstr *next;
21 static inline struct bstr * bstr_alloc(const char *text)
23 struct bstr *b = calloc(1, sizeof(*b));
39 static inline struct bstr * bstr_new(char *data, unsigned int len)
41 struct bstr *b = calloc(1, sizeof(*b));
52 static inline int bstrcmp(struct bstr *b, const char *text)
63 static inline unsigned long bstrtoul(struct bstr *b)
79 static inline void bstr_print(FILE *fd, struct bstr *b, int ascii)
97 static inline struct bstr *bstr_nex
[all...]
H A Dem_meta.c126 static struct meta_entry * lookup_meta_entry(struct bstr *kind)
162 struct bstr *a = (struct bstr *) val;
249 static inline struct bstr *
250 parse_object(struct bstr *args, struct bstr *arg, struct tcf_meta_val *obj,
255 struct bstr *a;
360 struct bstr *args)
363 struct bstr *a;
H A Dem_nbyte.c42 struct bstr *args)
44 struct bstr *a;
45 struct bstr *needle = args;
H A Demp_ematch.y16 struct bstr *b;
H A Dem_cmp.c42 struct bstr *args)
44 struct bstr *a;
H A Dem_u32.c38 struct bstr *args)
40 struct bstr *a;
H A Dm_ematch.c259 int em_parse_error(int err, struct bstr *args, struct bstr *carg,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/affs/
H A Damigaffs.c494 /* This function copies name to bstr, with at most 30
495 * characters length. The bstr will be prepended by
502 affs_copy_name(unsigned char *bstr, struct dentry *dentry) argument
506 *bstr++ = len;
507 memcpy(bstr, dentry->d_name.name, len);
H A Daffs.h143 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);

Completed in 71 milliseconds