Lines Matching defs:dup
1409 char *cp, *dup, *drv_minor;
1463 /* copy the whole line into dup */
1464 if ((dup = strdup(line)) == NULL) {
1471 if ((cp = strchr(dup, '#')) != NULL)
1474 if (is_blank(dup)) {
1480 free(dup);
1485 if (sscanf(dup, "%" VAL2STR(FILENAME_MAX) "s", drv) != 1) {
1489 free(dup);
1504 free(dup);
1530 free(dup);