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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c2319 char first_ch; local
2330 first_ch = arg[0];
2332 switch (first_ch & 0x7f) {
2345 if (!(first_ch & 0x80))
2351 arg[0] = first_ch & 0x7f;
2359 arg[0] = first_ch;
2364 if (!(first_ch & 0x80))
2415 char first_ch, ored_ch; local
2434 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2435 ored_ch |= first_ch;
[all...]

Completed in 100 milliseconds