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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c642 const char *ascii_oh_name = (const char *)oh_name; local
644 while (n > 0 && *ascii_oh_name) {
645 *name = *ascii_oh_name;
647 ascii_oh_name++;
684 char *ascii_oh_name = (char *)oh_name; local
687 *ascii_oh_name = *name;
689 ascii_oh_name++;

Completed in 50 milliseconds