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