Searched refs:b_addchr (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.c23 * b_addchr() derived from similar w_addchar function in glibc-2.2
468 static int b_addchr(o_string *o, int ch);
1040 static int b_addchr(o_string *o, int ch) function
1042 debug_printf("b_addchr: '%c' o->length=%d o=%p\n", ch, o->length, o);
1074 rc = b_addchr(o, '\\');
1078 return b_addchr(o, ch);
3227 b_addchr(dest, SPECIAL_VAR_SYMBOL);
3232 b_addchr(dest, ch | quote_mask);
3238 b_addchr(dest, SPECIAL_VAR_SYMBOL);
3241 b_addchr(des
[all...]

Completed in 53 milliseconds