iteconfig.c | 82 struct itebell ib, newib; local in function:main 92 fd = initialize(_PATH_CONSOLE, &is, &ib, &newis, &newib); 107 fd = initialize(optarg, &is, &ib, &newis, &newib); 118 newib.pitch = xstrtol(optarg); 121 newib.msec = xstrtol(optarg); 125 newib.volume = xstrtol(optarg); 154 if (memcmp(&newib, &ib, sizeof(ib))) { 155 xioctl(fd, ITEIOCSBELL, &newib); 257 initialize(file, is, ib, newis, newib) 260 struct itebell *ib, *newib; [all...] |