Searched refs:b_addchr (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.c23 * b_addchr() derived from similar w_addchar function in glibc-2.2
467 static int b_addchr(o_string *o, int ch);
1039 static int b_addchr(o_string *o, int ch) function
1041 debug_printf("b_addchr: '%c' o->length=%d o=%p\n", ch, o->length, o);
1073 rc = b_addchr(o, '\\');
1077 return b_addchr(o, ch);
3226 b_addchr(dest, SPECIAL_VAR_SYMBOL);
3231 b_addchr(dest, ch | quote_mask);
3237 b_addchr(dest, SPECIAL_VAR_SYMBOL);
3240 b_addchr(des
[all...]

Completed in 108 milliseconds