Searched refs:setprop (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_saslc_client.c113 setprop(saslc_sess_t *sess, int overwrite, const char *key, const char *value) function
156 setprop(client->sess, 0, SASLC_PROP_AUTHCID, username);
157 setprop(client->sess, 1, SASLC_PROP_PASSWD, password);
158 setprop(client->sess, 1, SASLC_PROP_SERVICE, client->service);
159 setprop(client->sess, 1, SASLC_PROP_HOSTNAME, client->hostname);
160 setprop(client->sess, 1, SASLC_PROP_BASE64IO, "true");
161 setprop(client->sess, 0, SASLC_PROP_QOPMASK, "auth");
/netbsd-current/external/gpl2/dtc/dist/tests/
H A DMakefile.tests18 open_pack rw_tree1 rw_oom set_name setprop del_property del_node \
H A Dpylibfdt_tests.py410 self.fdt.setprop(node, 'compatible', TEST_BYTES_1)
418 self.fdt.setprop(node, 'missing', TEST_BYTES_1,
423 self.fdt.setprop(node, 'missing', TEST_BYTES_1)
H A Drun_tests.sh331 run_test setprop $TREE
/netbsd-current/external/gpl2/dtc/dist/pylibfdt/
H A Dlibfdt.i567 def setprop(self, nodeoffset, prop_name, val, quiet=()):

Completed in 104 milliseconds