Searched refs:pbool (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dinit.c61 int pbool(void) { function
64 cbool pbool2 = &pbool;
/external/autotest/client/deps/iwcap/src/
H A Diwcap.c256 static void pbool(const char *tag, int v) function
401 #define PBOOL(c, b, name) if (checks & (c)) pbool(name, phy_caps & (b))
412 pbool("smps", ((phy_caps & 0x000c) >> 2) < 2);
442 pbool("sta", check_iftype(tb_msg, NL80211_IFTYPE_STATION));
444 pbool("ibss", check_iftype(tb_msg, NL80211_IFTYPE_ADHOC));
446 pbool("ap", check_iftype(tb_msg, NL80211_IFTYPE_AP));
448 pbool("mbss", check_iftype(tb_msg, NL80211_IFTYPE_MESH_POINT));
450 pbool("mon", check_iftype(tb_msg, NL80211_IFTYPE_MONITOR));
/external/selinux/libsemanage/src/
H A Dpywrap-test.py279 for pbool in blist:
280 if self.verbose: print "Boolean reference: ", pbool
281 name = semanage.semanage_bool_get_name(pbool)
282 value = semanage.semanage_bool_get_value(pbool)
284 semanage.semanage_bool_free(pbool)
820 (status, pbool) = semanage.semanage_bool_create(sh)
825 status = semanage.semanage_bool_set_name(sh, pbool, "allow_execmem")
828 if self.verbose: print "SEBool name set: ", semanage.semanage_bool_get_name(pbool)
830 semanage.semanage_bool_set_value(pbool, 0)
831 if self.verbose: print "SEbool value set: ", semanage.semanage_bool_get_value(pbool)
[all...]

Completed in 145 milliseconds