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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c2320 char first_ch; local
2331 first_ch = arg[0];
2333 switch (first_ch & 0x7f) {
2346 if (!(first_ch & 0x80))
2352 arg[0] = first_ch & 0x7f;
2360 arg[0] = first_ch;
2365 if (!(first_ch & 0x80))
2416 char first_ch, ored_ch; local
2435 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2436 ored_ch |= first_ch;
[all...]

Completed in 37 milliseconds