Searched defs:itemp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.c109 add_cache(Cache *cp, Item *itemp) argument
121 bp = &cp->bp[(*cp->hfunc)(itemp->key, itemp->keyl, cp->hsz)];
131 (*cp->hfunc)(itemp->key, itemp->keyl, cp->hsz));
155 bp->itempp[bp->nent] = itemp;
H A Dncgrpw.c82 Item *itemp; local
87 if ((itemp = (Item *) malloc(sizeof (*itemp))) ==
91 sizeof (*itemp), "itemp");
92 } else if ((itemp->key = (char *)malloc(len)) == NULL) {
94 "itemp->key");
95 free(itemp);
96 } else if ((itemp->data = malloc(struct_size)) == NULL) {
98 struct_size, "itemp
117 Item *itemp; local
185 Item *itemp; local
277 Item *itemp; local
341 Item *itemp; local
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c400 char *itemp; local
428 itemp = strtok(NULL, ".");
431 if (!itemp)
437 section, setp, itemp);
492 if (!itemp) {
497 if (itemp) {
498 needed = cfg_get_item(&chead[0], section, itemp);
695 char *itemp; local
717 itemp = strtok(NULL, ".");
735 if (!itemp)
[all...]

Completed in 253 milliseconds