Lines Matching defs:input
3209 * won't be any further input.
3800 FILE *input;
3803 input = fopen(path, "r");
3804 if (input == NULL) {
3809 if (!fgets(cpuidle_buf, sizeof(cpuidle_buf), input))
3811 fclose(input);
3821 FILE *input;
3838 input = fopen(path, "r");
3839 if (input == NULL)
3841 if (!fgets(name_buf, sizeof(name_buf), input))
3849 fclose(input);
3855 input = fopen(path, "r");
3856 if (input == NULL)
3858 if (!fgets(desc, sizeof(desc), input))
3862 fclose(input);
3871 FILE *input;
3876 input = fopen(path, "r");
3877 if (input == NULL) {
3881 if (!fgets(driver_buf, sizeof(driver_buf), input))
3883 fclose(input);
3887 input = fopen(path, "r");
3888 if (input == NULL) {
3892 if (!fgets(governor_buf, sizeof(governor_buf), input))
3894 fclose(input);
3900 input = fopen(path, "r");
3901 if (input != NULL) {
3902 if (fscanf(input, "%d", &turbo) != 1)
3905 fclose(input);
3909 input = fopen(path, "r");
3910 if (input != NULL) {
3911 if (fscanf(input, "%d", &turbo) != 1)
3914 fclose(input);
5908 FILE *input;
5919 input = fopen(path, "r");
5920 if (input == NULL)
5922 if (!fgets(name_buf, sizeof(name_buf), input))
5934 fclose(input);
5949 input = fopen(path, "r");
5950 if (input == NULL)
5952 if (!fgets(name_buf, sizeof(name_buf), input))
5959 fclose(input);