df.c | 321 char *nextcp, **av; local in function:maketypelist 338 for (i = 1, nextcp = fslist; 339 (nextcp = strchr(nextcp, ',')) != NULL; i++) 340 ++nextcp; 346 for (i = 1, nextcp = fslist; 347 (nextcp = strchr(nextcp, ',')) != NULL; i++) { 348 *nextcp = '\0'; 349 av[i] = ++nextcp; [all...] |