Home | History | Annotate | Download | only in sna

Lines Matching refs:space

80 		/* We will get '0' if we run out of space whilst reading
116 char *space = sna->acpi.event;
121 space = strchr(space, ' ');
122 if (space)
123 space = strchr(space + 1, ' ');
124 if (space)
125 space = strchr(space + 1, ' ');
126 if (space)
127 state = atoi(space + 1);