search for: unrockridge

Displaying 1 result from an estimated 1 matches for "unrockridge".

Did you mean: rockridge
2017 Jul 01
0
[PATCH] Add new hash.c32 module
...*p++ = bb_hexdigits_upcase[c & 0xf]; + count--; + } + return p; +} + +/* + * Copyright (C) 2003 Glenn L. McGrath + * Copyright (C) 2003-2004 Erik Andersen + * + * Licensed under GPLv2 or later, see file LICENSE in this source tree. + */ + +/* + * FIXME: Considering that later-on we use 'unrockridge_iso()' , + * do we really need 'unrockridge()'? + */ +static char *unrockridge(const char *name) +{ + static char buffer[256]; + int i = 0, j = 8; + while (*name && i < 255) { + char c = *name++; + //if (c == '\\') c = '/'; + if (c == '.') { + fo...