Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c185 const char *gidstr; member
472 mapping->gidstr = idstr; in askmapping()
475 mapping->gidstr = idstr; in askmapping()
851 || !mapping->gidstr[0])) { in outputmap()
854 mapping->gidstr, in outputmap()
866 && mapping->gidstr[0]) { in outputmap()
869 mapping->gidstr, in outputmap()
925 if (mapping->defined && mapping->gidstr[0] in sanitize()
956 firstowner->gidstr = ""; in sanitize()
991 genericgroup->gidstr in sanitize()
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dacls.h109 char *gidstr; /* gid text from the same record */ member
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c4239 item->gidstr = strchr(item->uidstr, ':'); in getmappingitem()
4240 if (item->gidstr) { in getmappingitem()
4241 pu = item->gidstr++; in getmappingitem()
4242 item->sidstr = strchr(item->gidstr, ':'); in getmappingitem()
4390 || (!item->uidstr[0] && !item->gidstr[0])) { in ntfs_do_user_mapping()
4398 if (sid && !item->uidstr[0] && !item->gidstr[0] in ntfs_do_user_mapping()
4455 || !item->gidstr[0]; in ntfs_do_group_mapping()
4457 if ((item->gidstr[0] >= '0') in ntfs_do_group_mapping()
4458 && (item->gidstr[0] <= '9')) in ntfs_do_group_mapping()
4459 gid = atoi(item->gidstr); in ntfs_do_group_mapping()
[all...]
/third_party/libuv/test/
H A Dtest-spawn.c1468 char gidstr[10]; in TEST_IMPL() local
1484 snprintf(gidstr, sizeof(gidstr), "%d", pw->pw_gid); in TEST_IMPL()
1486 options.args[3] = gidstr; in TEST_IMPL()

Completed in 9 milliseconds