Searched refs:uidstr (Results 1 - 5 of 5) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 184 const char *uidstr; member 471 mapping->uidstr = ""; in askmapping() 474 mapping->uidstr = idstr; in askmapping() 850 && (!mapping->uidstr[0] in outputmap() 853 mapping->uidstr, in outputmap() 865 && mapping->uidstr[0] in outputmap() 868 mapping->uidstr, in outputmap() 920 if (mapping->defined && mapping->uidstr[0]) { in sanitize() 926 && !mapping->uidstr[0]) { in sanitize() 955 firstowner->uidstr in sanitize() [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | acls.h | 108 char *uidstr; /* uid text from the same record */ member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 4238 item->uidstr = item->maptext; in getmappingitem() 4239 item->gidstr = strchr(item->uidstr, ':'); in getmappingitem() 4372 if ((item->uidstr[0] >= '0') && (item->uidstr[0] <= '9')) in ntfs_do_user_mapping() 4373 uid = atoi(item->uidstr); in ntfs_do_user_mapping() 4376 if (item->uidstr[0]) { in ntfs_do_user_mapping() 4377 pwd = getpwnam(item->uidstr); in ntfs_do_user_mapping() 4382 item->uidstr); in ntfs_do_user_mapping() 4390 || (!item->uidstr[0] && !item->gidstr[0])) { in ntfs_do_user_mapping() 4398 if (sid && !item->uidstr[ in ntfs_do_user_mapping() [all...] |
/third_party/libfuse/util/ |
H A D | fusermount.c | 188 char uidstr[32]; in may_unmount() local 204 uidlen = sprintf(uidstr, "%u", getuid()); in may_unmount() 226 strncmp(p + 8, uidstr, uidlen) == 0 && in may_unmount()
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 1467 char uidstr[10]; in TEST_IMPL() local 1483 snprintf(uidstr, sizeof(uidstr), "%d", pw->pw_uid); in TEST_IMPL() 1485 options.args[2] = uidstr; in TEST_IMPL()
|
Completed in 11 milliseconds