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

/barrelfish-2018-10-04/lib/posixcompat/
H A Dstat.c24 buf->st_uid = 1000;
/barrelfish-2018-10-04/include/sys/
H A Dstat.h108 __uint16_t st_uid; /* user ID of the file's owner */ member in struct:ostat
127 uid_t st_uid; /* user ID of the file's owner */ member in struct:stat
158 uid_t st_uid; /* user ID of the file's owner */ member in struct:nstat
/barrelfish-2018-10-04/lib/libc/net/
H A Drcmd.c484 else if (sbuf.st_uid && sbuf.st_uid != pwd->pw_uid)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c1423 Return_Unify_Integer(vv, vt, buf.st_uid);
1476 pwd = getpwuid(buf.st_uid);

Completed in 110 milliseconds