Searched refs:CLSSIZ (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | pkgstrct.h | 40 #define CLSSIZ 64 macro 83 char pkg_class[CLSSIZ+1];
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | srchcfile.c | 128 char classname[CLSSIZ+1]; in srchcfile() 290 if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) { in srchcfile()
|
H A D | gpkgmap.c | 263 if (getstr(fp, NULL, CLSSIZ, ept->pkg_class)) { in gpkgmap() 788 CLSSIZ, ept->pkg_class)) { in gpkgmapvfp()
|
/titanic_41/usr/src/cmd/svr4pkg/installf/ |
H A D | installf.c | 144 (void) strncpy(ept->pkg_class, classname, CLSSIZ); in validate()
|
H A D | main.c | 210 if (strlen(classname) > (size_t)CLSSIZ) { in main()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 119 if (strlen(def_class) > (size_t)CLSSIZ) { in main()
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 146 char name[CLSSIZ+1]; /* name of class */
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgdbmerg.c | 1103 char *oldclass, newclass[CLSSIZ+1]; in chgclass()
|