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