Searched defs:ept (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dppkgmap.c43 ppkgmap(struct cfent *ept, FILE *fp) argument
45 if (ept->path == NULL)
48 if (ept->volno) {
49 if (fprintf(fp, "%d ", ept->volno) < 0)
53 if (ept->ftype == 'i') {
54 if (fprintf(fp, "%c %s", ept->ftype, ept->path) < 0)
57 if (fprintf(fp, "%c %s %s", ept->ftype, ept->pkg_class,
58 ept
[all...]
H A Dtputcfent.c45 tputcfent(struct cfent *ept, FILE *fp) argument
53 if (ept->path == NULL)
56 (void) fprintf(fp, pkg_gt("Pathname: %s\n"), ept->path);
59 switch (ept->ftype) {
91 (ept->ftype == 'b') ? pkg_gt("block") :
94 if (ept->ainfo.major == BADMAJOR)
99 ept->ainfo.major);
101 if (ept->ainfo.minor == BADMINOR)
106 ept->ainfo.minor);
112 pt = (ept
[all...]
H A Dsrchcfile.c58 static char lpath[PATH_MAX]; /* for ept->path */
59 static char mylocal[PATH_MAX]; /* for ept->ainfo.local */
94 * Arguments: ept - (struct cfent *) - [RO, *RW]
115 * - The ept structure supplied is filled in with a description of
117 * case of '0' in which case the contents of 'ept' is undefined.
118 * - NOTE: the ept->path item points to a path that is statically
120 * - NOTE: the ept->ainfo.local item points to a path that is
125 srchcfile(struct cfent *ept, char *path, PKGserver server) argument
150 /* initialize ept structure values */
152 (void) strlcpy(ept
[all...]
H A Dgpkgmap.c133 gpkgmap(struct cfent *ept, FILE *fp) argument
139 ept->volno = 0;
140 ept->ftype = BADFTYPE;
141 (void) strcpy(ept->pkg_class, BADCLASS);
142 ept->pkg_class_idx = -1;
143 ept->path = NULL;
144 ept->ainfo.local = NULL;
146 ept->ainfo.mode = d_mode;
147 (void) strcpy(ept->ainfo.owner, d_owner);
148 (void) strcpy(ept
648 gpkgmapvfp(struct cfent *ept, VFP_T *vfp) argument
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dckkeywd.c71 char *ept; local
74 ept = defmesg + strlen(defmesg);
77 (void) strcat(ept, ", ");
78 (void) strcat(ept, keyword[i++]);
80 (void) strcat(ept, ckquit ? ", q." : ".");
H A Dckdate.c409 char *ept, end[128]; local
411 ept = end;
412 *ept = '\0';
418 (void) sprintf(ept, "[?,q]");

Completed in 32 milliseconds