Searched defs:fam (Results 1 - 6 of 6) sorted by relevance

/external/libnl/lib/genl/
H A Dctrl.c356 struct genl_family *fam; local
361 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
362 if (fam->gf_id == id) {
363 nl_object_get((struct nl_object *) fam);
364 return fam;
390 struct genl_family *fam; local
395 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
396 if (!strcmp(name, fam->gf_name)) {
397 nl_object_get((struct nl_object *) fam);
398 return fam;
[all...]
/external/skia/gm/
H A Dtexteffects.cpp54 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
57 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
58 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
98 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
101 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
102 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
208 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
212 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
213 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
/external/skqp/gm/
H A Dtexteffects.cpp54 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
57 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
58 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
98 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
101 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
102 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
208 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
212 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
213 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
/external/libnl/lib/
H A Daddr.c1075 int fam = __str2type(name, afs, ARRAY_SIZE(afs)); local
1076 return fam >= 0 ? fam : -EINVAL;
/external/iproute2/lib/
H A Dlibnetlink.c256 int rtnl_wilddump_stats_req_filter(struct rtnl_handle *rth, int fam, int type, argument
270 req.ifsm.family = fam;
/external/iproute2/misc/
H A Dss.c1451 static int get_dns_host(struct aafilter *a, const char *addr, int fam) argument
1462 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
1465 if (fam == AF_UNSPEC) {
1529 int fam = preferred_family; local
1532 if (fam == AF_UNIX || strncmp(addr, "unix:", 5) == 0) {
1541 fam = AF_UNIX;
1545 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) {
1568 fam = AF_PACKET;
1572 if (fam
2085 generic_record_read(FILE *fp, int (*worker)(char*, const struct filter *, int), const struct filter *f, int fam) argument
3455 packet_show_line(char *buf, const struct filter *f, int fam) argument
[all...]

Completed in 480 milliseconds