Lines Matching defs:entry
127 * all there is). Upon entry, the extlist is entirely correct:
243 * Set ept to the first entry in extlist
798 * Description: For the specified class, review each entry and return the array
1215 struct cfent *ept; /* entry from the internal list */
1216 struct cfextra entry; /* entry from the package database */
1248 * At this point the only difference between the entry
1249 * in the contents file and the entry in extlist[] is
1254 n = srchcfile(&(entry.cf_ent), temppath, pkgserver);
1260 entry.cf_ent.path && *entry.cf_ent.path ?
1261 entry.cf_ent.path : "Unknown");
1294 * This replaces the old entry with the new
1298 repl_cfent(ept, &(entry.cf_ent));
1301 * Validate this entry and change the status flag in
1305 (void) eptstat(&(entry.cf_ent), pkginst,
1335 pinfo = entry.cf_ent.pinfo;
1412 * entry.
1414 if (entry.cf_ent.npkgs) {
1415 if (putcvfpfile(&(entry.cf_ent), *a_cfTmpVfp)) {