Lines Matching defs:sptr
147 sec_name_t *sptr;
149 for (sptr = seclistptr; sptr != NULL;
150 sptr = sptr->next) {
151 if (strcmp(scn_name, sptr->name) == 0) {
187 sec_name_t *sptr;
227 if (((sptr = malloc(sizeof (sec_name_t)))
228 == NULL) || ((sptr->name = strdup(optarg))
236 seclistptr = sptr;
238 seclistendptr = sptr;
240 seclistendptr->next = sptr;
241 seclistendptr = sptr;