Home | History | Annotate | Download | only in libxml2

Lines Matching defs:attrib

1593     char attrib[11];
1622 attrib[i++] = *cur;
1626 attrib[10] = 0;
1698 callback(userData, filename, attrib, owner, group, size, links,
2049 void ftpList(void *userData, const char *filename, const char* attrib,
2053 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);