Lines Matching defs:uid
29983 uid_t *pUid, /* OUT: uid to set on the file */30171 uid_t uid; /* Userid for the file */30173 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);30203 if( osFchown(fd, uid, gid)==0 ){ p->ctrlFlags |= UNIXFILE_CHOWN; }