cfront 1450 source3/include/proto.h bool trim_char(char *s,char cfront,char cback);
cfront 395 source3/lib/util_str.c bool trim_char(char *s,char cfront,char cback)
cfront 405 source3/lib/util_str.c if (cfront) {
cfront 406 source3/lib/util_str.c while (*fp && *fp == cfront)
cfront 425 source3/lib/util_str.c if (cfront) {
cfront 426 source3/lib/util_str.c fs[0] = cfront;
cfront 431 source3/lib/util_str.c return trim_string(s, cfront ? fs : NULL, bs);