Lines Matching defs:package
46 The "package" mechanism is hokey. It was done to
47 address the concern that nobody wanted package names specified
49 that identified an instance as belonging to a package.
939 /*** package=<value> ??? ***/
940 } else if (!strcmp(nameBuf, "package")) {
1072 /*** Start new package? ***/
1118 /*** Start new package? ***/
1121 (void)fprintf(fp, "package=");
1233 This function establishes the name of the package to associate with
1240 OWconfigSetPackage(char *package)
1242 if (package)
1243 (void)strcpy(currentPackage, package);
1256 associated with the named package.
1260 Note: The data structure is not really optimal for searching by package,
1264 OWconfigRemovePackage(char *package)
1269 if (!package)
1278 if (pkg && !strcmp(pkg, package)) {