dict
ficlDictionary *dict;
dict = ficlSystemGetDictionary(bf_sys);
ficlDictionaryAppendPrimitive(dict, (char *)(*cmdp)->c_name,
} dict[1];
newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
memset(db, 0, sizeof(*db) - sizeof(db->dict));
db->dict[--i].codem1 = BADCODEM1;
db->dict[i].cptr = 0;
dictp = &db->dict[hval];
dictp = &db->dict[hval];
dictp2 = &db->dict[max_ent+1];
if (db->dict[dictp2->cptr].codem1 == max_ent)
db->dict[dictp2->cptr].codem1 = BADCODEM1;
dictp = &db->dict[db->dict[finchar].cptr];
incode, finchar, db->dict[finchar].cptr, max_ent);
db->dict[finchar].cptr, dictp->codem1);
dictp = &db->dict[hval];
dictp = &db->dict[hval];
dictp2 = &db->dict[max_ent+1];
if (db->dict[dictp2->cptr].codem1 == max_ent) {
db->dict[dictp2->cptr].codem1 = BADCODEM1;
fmd_hdl_opendict(fmd_hdl_t *hdl, const char *dict)
(void) fmd_conf_setprop(mp->mod_conf, FMD_PROP_DICTIONARIES, dict);
fmd_module_dc_opendict(fmd_module_t *mp, const char *dict)
dictnam = strdupa(fmd_strbasename(dict));
if (dict[0] == '/') {
len = strlen(fmd.d_rootdir) + strlen(dict) + 1;
(void) snprintf(dictdir, len, "%s%s", fmd.d_rootdir, dict);
len = strlen(fmd.d_rootdir) + strlen(p) + strlen(dict) + 3;
"%s/%s/%s", fmd.d_rootdir, p, dict);
mp->mod_name, dict, dictdir, dictnam);
if(dict) {
int dict;
dict++;
dict++;
if (mdb_readstr(name, 256, (uintptr_t)(dict.rcd_name)) == -1) {
rctl_dict_entry_t dict;
if (mdb_vread(&dict, sizeof (dict), addr) == -1) {
if (mdb_readstr(name, 256, (uintptr_t)(dict.rcd_name)) == -1) {
switch (dict.rcd_entity) {
mdb_printf("%2d %-27s %0?p %7s 0x%08x", dict.rcd_id, name, addr,
type, dict.rcd_flagaction);
rctl_dict_entry_t dict;
if (mdb_vread(&dict, sizeof (rctl_dict_entry_t),
static int dict(char *, char *);
i = dict(bp, ep);
i = dict(bp, ep);
ficlDictionary *dict;
dict = ficlSystemGetDictionary(bf_sys);
(void) ficlDictionaryAppendPrimitive(dict,
ficlDictionary *dict = ficlVmGetDictionary(vm);
for (i = 0; i < dict->wordlistCount; i++)
ficlPrimitiveWordsBackend(vm, dict, dict->wordlists[i], ss);
char *p, *urlcode, *dict, *olang;
dict = alloca((size_t)(p - acp->aci_code) + 1);
(void) strncpy(dict, acp->aci_code,
dict[(size_t)(p - acp->aci_code)] = '\0';
} else if ((url = dgettext(dict, url_token)) == url_token) {
if ((url = dgettext(dict, url_token)) == url_token)
if ((url = dgettext(dict, FMD_MSG_URLKEY)) == FMD_MSG_URLKEY)
txt = dgettext(dict, key);
nvlist_t *nvl, const char *dict, const char *code)
items[i] = fmd_msg_getitem_locked(h, nvl, dict, code, i);
if ((format = dgettext(dict, FMD_MSG_TEMPLATE)) == FMD_MSG_TEMPLATE)
char *dict, *key, *p, *s;
dict = strndupa(code, p - code);
p = bindtextdomain(dict, NULL);
(void) bindtextdomain(dict, h->fmh_binding);
if (dgettext(dict, key) == key &&
if (dgettext(dict, key) == key) {
s = fmd_msg_getitem_locked(h, nvl, dict, code, item);
(void) bindtextdomain(dict, old_b);
const char *locale, const char *dict, const char *key)
p = bindtextdomain(dict, NULL);
(void) bindtextdomain(dict, h->fmh_binding);
if ((s = dgettext(dict, key)) == key &&
if ((s = dgettext(dict, key)) == key) {
(void) bindtextdomain(dict, old_b);
char *dict, *key, *p, *s;
dict = strndupa(code, p - code);
p = bindtextdomain(dict, NULL);
(void) bindtextdomain(dict, h->fmh_binding);
if (dgettext(dict, key) == key &&
if (dgettext(dict, key) == key) {
s = fmd_msg_gettext_locked(h, nvl, dict, code);
(void) bindtextdomain(dict, old_b);
nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item)
nd_get_diagcode(nd_hdl_t *nhdl, const char *dict, const char *class, char *buf,
if ((dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dict)) == NULL) {
dirpath, dict);
db_dictionary *dict = (db_dictionary*) dictchar;
WRITELOCK(dict, FALSE, "w apply_log_entry");
dict->add_table_aux(j->get_table_name(),
dict->delete_table_aux(j->get_table_name(),
WRITEUNLOCK(dict, FALSE, "wu apply_log_entry");
WRITEUNLOCK(dict, TRUE, "wu apply_log_entry");
delete_dictionary(db_dict_desc *dict)
if (dict) {
if (dict->tables.tables_val) {
for (i = 0; i < dict->tables.tables_len; i++) {
bucket = dict->tables.tables_val[i];
delete dict->tables.tables_val;
delete dict;
ASSERTWHELD(this->dict);
ASSERTWHELD(this->dict);
INITRW(dict);
READLOCKOK(dict);
char* dict, bool_t clean)
if ((*func)(j, dict, &count) == FALSE) done = TRUE;
PWDICT *dict;
if ((dict = PWOpen(path, "r")) == NULL) {
(void) PWClose(dict);
PyObject *dict = NULL;
if ((dict = PyDict_New()) == NULL) {
if (!convertBEInfoToDictionary(be, &dict)) {
Py_DECREF(dict);
if (PyList_Append(listOfDicts, dict) != 0) {
Py_DECREF(dict);
Py_DECREF(dict);
if ((dict = PyDict_New()) == NULL) {
if (!convertDatasetInfoToDictionary(ds, &dict)) {
Py_DECREF(dict);
if (PyList_Append(listOfDicts, dict) != 0) {
Py_DECREF(dict);
Py_DECREF(dict);
if ((dict = PyDict_New()) == NULL) {
Py_DECREF(dict);
if (!convertSnapshotInfoToDictionary(ss, &dict)) {
Py_DECREF(dict);
if (PyList_Append(listOfDicts, dict) != 0) {
Py_DECREF(dict);
Py_DECREF(dict);
PyObject *dict, *file;
&PyDict_Type, &dict))
nvl = dict2nvl(dict);
PyObject *dict, *file;
dict = PyDict_New();
PyDict_SetItem(dict, pykey, pyval);
Py_DECREF(dict);
return (dict);
dict dict
dictp = &db->dict[hval];
dictp2 = &db->dict[max_ent+1];
if (db->dict[dictp2->cptr].codem1 == max_ent) {
db->dict[dictp2->cptr].codem1 =
dictp = &db->dict[db->dict[finchar].cptr];
} dict[1];
dictp = &db->dict[hval];
dictp = &db->dict[hval];
dictp2 = &db->dict[max_ent+1];
if (db->dict[dictp2->cptr].codem1 == max_ent) {
db->dict[dictp2->cptr].codem1 = BADCODEM1;
ilen = newlen = sizeof (*db) + (hsize-1) * sizeof (db->dict[0]);
bzero(db, sizeof (*db) - sizeof (db->dict));
db->dict[--i].codem1 = BADCODEM1;
db->dict[i].cptr = 0;
dictp = &db->dict[hval];
dictp = &db->dict[hval];
dictp2 = &db->dict[max_ent+1];
if (db->dict[dictp2->cptr].codem1 == max_ent) {
db->dict[dictp2->cptr].codem1 = BADCODEM1;
dictp = &db->dict[hval];