Home
last modified time | relevance | path

Searched refs:getpwuid (Results 101 – 125 of 224) sorted by relevance

123456789

/netbsd/external/gpl2/xcvs/dist/contrib/
H A Dlog_accum.in595 $cvs_user = $ENV{'USER'} || getlogin || (getpwuid($<))[0] || sprintf("uid#%d",$<);
/netbsd/usr.sbin/mtree/
H A Dcreate.c120 user = (pw = getpwuid(getuid())) != NULL ? pw->pw_name : in cwalk()
/netbsd/usr.bin/sockstat/
H A Dsockstat.c564 if ((pw = getpwuid(p->p_uid)) != NULL)
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dconfig.h.in58 /* Define if you have the getpwuid function. */
H A Dconfigure.ac144 AC_CHECK_FUNCS(getpwent getpwnam getpwuid)
/netbsd/usr.sbin/lpr/lpr/
H A Dlpr.c272 if ((pw = getpwuid(userid)) == NULL) in main()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dconfigure.ac144 AC_CHECK_FUNCS(getpwent getpwnam getpwuid)
/netbsd/share/examples/refuse/ian/libfetch/
H A Dcommon.c685 if ((pwd = getpwuid(getuid())) == NULL || in _fetch_netrc_auth()
/netbsd/lib/libc/gen/
H A DMakefile.inc148 getpwent.3 getpwuid.3 getpwent.3 setpwent.3
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.c518 if ((pwd = getpwuid(var_owner_uid)) != 0 in check_mail_owner()
/netbsd/external/mpl/bind/dist/bin/named/unix/
H A Dos.c426 runas_pw = getpwuid((uid_t)atoi(username)); in named_os_inituserinfo()
/netbsd/usr.bin/rlogin/
H A Drlogin.c209 if (!(pw = getpwuid(uid = getuid()))) in main()
/netbsd/usr.bin/getent/
H A Dgetent.c452 pw = getpwuid((uid_t)id); in passwd()
/netbsd/external/bsd/nvi/dist/common/
H A Drecover.c365 if ((pw = getpwuid(uid = getuid())) == NULL) { in rcv_mailfile()
/netbsd/usr.sbin/quot/
H A Dquot.c263 if (!(pwd = getpwuid(uid))) in user()
/netbsd/lib/libedit/
H A Dfilecomplete.c100 pass = getpwuid(getuid()); in fn_tilde_expand()
/netbsd/usr.bin/msgs/
H A Dmsgs.c365 pw = getpwuid(uid); in main()
/netbsd/games/tetris/
H A Dscores.c725 pw = getpwuid(getuid()); in thisuser()
/netbsd/sbin/fsck_lfs/
H A Dinode.c551 if (Uflag && (pw = getpwuid(lfs_dino_getuid(fs, dp))) != 0) in pinode()
/netbsd/sbin/mount/
H A Dmount.c598 if ((pw = getpwuid(sfp->f_owner)) != NULL) in prmount()
/netbsd/dist/pf/usr.sbin/authpf/
H A Dauthpf.c129 pw = getpwuid(uid); in main()
/netbsd/usr.bin/ftp/
H A Dmain.c474 pw = getpwuid(getuid()); in main()
/netbsd/external/gpl2/rcs/dist/src/
H A DChangeLog1003 * rcsutil.c: Declare getpwuid() more carefully.
1440 Replaced getpwuid() with getcaller().
1462 getpwuid() with getcaller().
1467 Replaced getpwuid() with getcaller().
1631 Replaced getlogin() with getpwuid(), fclose() with ffclose(),
1636 * rlog.c: Replaced getlogin with getpwuid(), %02d with %.2d,
1668 %02d with %.2d, getlogin() with getpwuid().
/netbsd/external/gpl2/xcvs/dist/src/
H A Dlock.c1039 pw = (struct passwd *) getpwuid (statp->st_uid); in set_lockers_name()
/netbsd/games/larn/
H A Dmain.c99 if ((pwe = getpwuid(getuid())) != NULL) in main()

123456789