Searched refs:st_uid (Results 26 - 50 of 51) sorted by relevance

123

/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c140 //idType= (buffer->st_uid== BT_UID) ? 1 : (buffer->st_uid== BT_GID) ? 2 : 3;
141 if(buffer->st_uid == BT_UID)
/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c548 statbuf->uid = sb.st_uid;
/external/dnsmasq/src/
H A Dtftp.c325 else if ((daemon->options & OPT_TFTP_SECURE) && uid != statbuf.st_uid)
/external/iproute2/misc/
H A Difstat.c707 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
H A Dnstat.c557 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
/external/openssh/openbsd-compat/
H A Dbsd-cray.c728 if (stat(jtmp, &statbuf) == 0 && statbuf.st_uid == uid)
/external/yaffs2/yaffs2/utils/
H A Dmkyaffsimage.c350 oh->yst_uid = s->st_uid;
/external/linux-tools-perf/util/
H A Dsession.c50 if (!force && input_stat.st_uid && (input_stat.st_uid != geteuid())) {
/external/openssh/
H A Dreadconf.c1092 if (((sb.st_uid != 0 && sb.st_uid != getuid()) ||
H A Dsshd.c1701 (st.st_uid != getuid () ||
1704 if (st.st_uid != 0 || (st.st_mode & (S_IWGRP|S_IWOTH)) != 0)
H A Dauthfile.c627 if ((st.st_uid == getuid()) && (st.st_mode & 077) != 0) {
H A Dloginrec.c1683 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){
H A Dsession.c1451 if (st.st_uid != 0 || (st.st_mode & 022) != 0)
/external/mksh/src/
H A Dhistrap.c852 chown(nfile, statb.st_uid, statb.st_gid))
H A Dmisc.c1839 if ((sb.st_uid != 0) && chown(fn, 0, 0))
H A Dfuncs.c2971 return (stat(opnd1, &b1) == 0 && b1.st_uid == ksheuid);
/external/ppp/pppd/
H A Doptions.c1092 if (sbuf.st_uid == uid)
/external/valgrind/main/coregrind/
H A Dm_libcfile.c257 (_p_vgstat)->uid = (UInt) ( (_p_vkistat)->st_uid ); \
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c850 buf->st_uid = 0;
/external/genext2fs/
H A Dgenext2fs.c1649 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &s->st_mode);
1684 uid = st.st_uid;
/external/bzip2/
H A Dbzip2.c1073 (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid );
/external/strace/
H A Dstrace.c618 run_euid = statbuf.st_uid;
/external/flac/libFLAC/
H A Dmetadata_iterators.c3318 (void)chown(filename, stats->st_uid, -1);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c3708 LogMsg("%3d: read_msg: file ā€œ%sā€ mode %o (octal) uid %d gid %d", req->sd, cliaddr.sun_path, sb.st_mode, sb.st_uid, sb.st_gid);
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]

Completed in 963 milliseconds

123