Searched refs:getuid (Results 1 - 24 of 24) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | getlogin.c | 39 return fmtuid(getuid());
|
H A D | eaccess.c | 63 ruid = getuid();
|
H A D | omitted.c | 117 #define sysgetuid getuid 359 * getuid() gets ksh to do the right thing and 403 getuid(void) function 935 base = ((getuid() & 0xffff) << 16) | (time(NiL) & 0xffff);
|
/ast/src/lib/libcmd/ |
H A D | logname.c | 74 logname = fmtuid(getuid());
|
H A D | id.c | 278 user = (flags & R_FLAG) ? getuid() : geteuid();
|
/ast/src/lib/libast/preroot/ |
H A D | ispreroot.c | 51 if ((ruid = getuid()) != (euid = geteuid())) setuid(ruid);
|
H A D | getpreroot.c | 82 if ((ruid = getuid()) != (euid = geteuid())) setuid(ruid);
|
/ast/src/lib/libast/path/ |
H A D | pathshell.c | 64 if (!(ru = getuid()) || !eaccess("/bin", W_OK))
|
H A D | pathprobe.c | 84 if ((vfs.f_flag & ST_NOSUID) && (stat(path, &st) || st.st_uid != getuid() && st.st_uid != geteuid()))
|
/ast/src/cmd/ksh93/bltins/ |
H A D | regress.c | 202 intercept_ruid = getuid(); 214 intercept_ruid = getuid();
|
/ast/src/cmd/at/ |
H A D | atx.c | 100 error(ERROR_SYSTEM|3, "%s %s user denied (uid=%u euid=%u => uid=%d)", argv[2], error_info.id, getuid(), geteuid(), uid);
|
/ast/src/lib/libtk/compat/ |
H A D | unistd.h | 55 extern uid_t getuid _ANSI_ARGS_((void));
|
/ast/src/cmd/probe/ |
H A D | probe.c | 400 suid = (n = geteuid()) != getuid(); 446 if (lstat(processor, &vs) || getuid() != vs.st_uid && (!ps.st_mode || getgid() != ps.st_gid)) 453 setuid(getuid());
|
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_func.c | 284 sfsprintf( buf, size, "/tmp/ifs.%s", fmtuid(getuid()) );
|
H A D | vcs.c | 80 CST->who = getuid();
|
/ast/src/cmd/ksh93/sh/ |
H A D | suid_exec.c | 109 ruserid = getuid();
|
H A D | path.c | 1388 sabuf.ac_uid = getuid();
|
H A D | init.c | 1283 shgd->userid=getuid();
|
/ast/src/cmd/mailx/ |
H A D | local.c | 154 (pw = getpwuid(getuid())))
|
/ast/src/lib/libast/misc/ |
H A D | procopen.c | 644 setuid(getuid());
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvPs.c | 351 pwPtr = getpwuid(getuid());
|
/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 142 struct passwd *userinfo = getpwuid(getuid());
|
/ast/src/cmd/pax/ |
H A D | pax-slt.c | 626 strncpy(slt->owner, fmtuid(getuid()), sizeof(slt->owner) - 1);
|
/ast/src/cmd/nmake/ |
H A D | rule.c | 1370 "getuid", (Systab_f)getuid,
|
Completed in 122 milliseconds