audiotest.c | 1457 char devfile[16]; local in function:test_open 1473 snprintf(devfile, sizeof(devfile), "/dev/%s%d", devname, unit); 1526 fd = OPEN(devfile, mode); 1605 fd = OPEN(devfile, mode); 3397 char devfile[16]; local in function:test_poll_in_open 3408 snprintf(devfile, sizeof(devfile), "/dev/%s%d", devname, unit); 3411 fd = OPEN(devfile, O_RDONLY);
|