Searched defs:fam (Results 1 - 4 of 4) 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.cpp235 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
238 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
239 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
279 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
282 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
283 sk_tool_utils::set_portable_typeface(&paint, fam[font]);
389 const char* fam[] = { "sans-serif", "serif", "monospace" }; local
393 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) {
394 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/misc/
H A Dss.c1365 static int get_dns_host(struct aafilter *a, const char *addr, int fam) argument
1376 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
1379 if (fam == AF_UNSPEC) {
1419 int fam = preferred_family; local
1422 if (fam == AF_UNIX || strncmp(addr, "unix:", 5) == 0) {
1430 fam = AF_UNIX;
1434 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) {
1456 fam = AF_PACKET;
1460 if (fam
1865 generic_record_read(FILE *fp, int (*worker)(char*, const struct filter *, int), const struct filter *f, int fam) argument
3092 packet_show_line(char *buf, const struct filter *f, int fam) argument
[all...]

Completed in 245 milliseconds