Lines Matching defs:modp
109 char *modp; /* for walking thru modnamep */
285 for (i = 0, modp = strtok(modnamep, ",");
286 modp != NULL; ++i, modp = strtok(NULL, ",")) {
287 if (push_module(modp) == FAILURE) {
322 if ((modp = strtok(buf, " \t\n")) == NULL)
326 modp, FMNAMESZ);
328 if ((modp = strtok(NULL, " \t\n")) != NULL) {
535 struct str_mlist *modp;
544 if ((modp = calloc(n, sizeof (struct str_mlist))) == NULL) {
553 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name,
556 listp->sl_modlist = modp;