Lines Matching defs:notfounds
1054 * int _rmdevtabattrs(device, attributes, notfounds)
1057 * char ***notfounds
1062 * to remove from the device, and <notfounds> is the address of a
1072 * notfounds The place to put the address of the list of addresses
1089 char ***notfounds) /* Attributes req'd but not found */
1114 *notfounds = NULL;
1208 if (*notfounds = malloc(sizeof (char **)*(nattrs+1))) {
1212 pnxt = *notfounds;
1219 free(*notfounds);
1220 *notfounds = NULL;
1233 for (pnxt = *notfounds; *pnxt; pnxt++)
1235 free(*notfounds);
1236 *notfounds = NULL;
1299 for (pnxt = *notfounds; *pnxt; pnxt++)
1301 free(*notfounds);
1302 *notfounds = NULL;
1314 *notfounds = NULL;