Searched refs:cCount (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.c133 int pCount, cCount, state; local
138 for (cCount = 0; cCount < MAX_INPUT_SIZE; ++cCount) {
142 if (!p_IsWhiteSpace(buffer[cCount])) {
143 argv[pCount++] = &buffer[cCount];
146 buffer[cCount] = 0;
150 if (p_IsWhiteSpace(buffer[cCount])) {
151 buffer[cCount] = 0;
/freebsd-10-stable/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.c111 int pCount, cCount, state; local
116 for (cCount = 0; cCount < MAX_INPUT_SIZE; ++cCount) {
120 if (!p_IsWhiteSpace(buffer[cCount])) {
121 argv[pCount++] = &buffer[cCount];
124 buffer[cCount] = 0;
128 if (p_IsWhiteSpace(buffer[cCount])) {
129 buffer[cCount] = 0;

Completed in 119 milliseconds