Home | History | Annotate | Download | only in sna

Lines Matching refs:space

80 		/* We will get '0' if we run out of space whilst reading
112 char *space = sna->acpi.event;
117 space = strchr(space, ' ');
118 if (space)
119 space = strchr(space + 1, ' ');
120 if (space)
121 space = strchr(space + 1, ' ');
122 if (space)
123 state = atoi(space + 1);