Home
last modified time | relevance | path

Searched refs:maptext (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dxattrs.c275 char maptext[LINESZ]; in getmappingitem() local
289 maptext[dst++] = buf[src]; in getmappingitem()
299 maptext[dst] = '\0'; in getmappingitem()
302 } while (*psize && ((maptext[0] == '#') || !gotend)); in getmappingitem()
306 ps = maptext; in getmappingitem()
307 pu = strchr(maptext,':'); in getmappingitem()
Dacls.c4221 item->maptext[dst++] = buf[src]; in getmappingitem()
4231 item->maptext[dst] = '\0'; in getmappingitem()
4234 } while (*psize && ((item->maptext[0] == '#') || !gotend)); in getmappingitem()
4238 item->uidstr = item->maptext; in getmappingitem()
4253 item->maptext); in getmappingitem()
/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h111 char maptext[LINESZ + 1]; member