Searched defs:memloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetadmin.c54 char **memloc; member in struct:__anon1868
98 for (i = 0; admlist[i].memloc; i++) {
100 oldValue = *admlist[i].memloc;
101 *admlist[i].memloc = a_paramValue;
106 if (admlist[i].memloc == (char **)NULL) {
168 for (i = 0; admlist[i].memloc; i++) {
170 *admlist[i].memloc = value;
174 if (admlist[i].memloc == NULL) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c195 char *value, *pt, *copy, **memloc; local
218 memloc = NULL;
220 memloc = &info->name;
222 memloc = &info->version;
224 memloc = &info->arch;
226 memloc = &info->vendor;
228 memloc = &info->basedir;
230 memloc = &info->catg;
233 if (memloc == NULL)
236 *memloc
[all...]

Completed in 44 milliseconds