Searched refs:getlogin (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dgetlogin.c28 NoN(getlogin)
37 getlogin(void)
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/t/
H A Ddd.t10 dd getlogin;
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dlogname.c27 np = getlogin ();
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dlogname.c73 if (!(logname = getlogin()))
/macosx-10.10/system_cmds-643.1.1/nologin.tproj/
H A Dnologin.c43 if ((user = getlogin()) == NULL)
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dget_default_username.c56 user = (const char *)getlogin ();
/macosx-10.10/shell_cmds-179/logname/
H A Dlogname.c81 if ((p = getlogin()) == NULL)
82 err(1, "getlogin");
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_default_principal.c71 user = getlogin();
85 user = getlogin();
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dntlib.c101 getlogin () function
114 char * name = getlogin ();
H A Dntlib.h39 char * getlogin ();
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetlogin.c31 static char sccsid[] = "@(#)getlogin.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/getlogin.c,v 1.11 2009/12/05 19:04:21 ed Exp $");
75 getlogin(void) function
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dget_names.c80 if ((my_name = getlogin()) == NULL) {
/macosx-10.10/uucp-11/uucp/unix/
H A Dinit.c85 #ifndef getlogin
86 extern char *getlogin ();
240 systems truncate the getlogin return value to 8 characters, but
247 z = getlogin ();
/macosx-10.10/OpenPAM-20/openpam/bin/su/
H A Dsu.c103 user = getlogin();
/macosx-10.10/screen-22/screen/terminfo/
H A Dtetris.c19 "%4d from level %1d by %s\n",w,l,getlogin());pclose(d);}
/macosx-10.10/ruby-106/ruby/test/etc/
H A Dtest_etc.rb6 s = Etc.getlogin
7 assert(s.is_a?(String) || s == nil, "getlogin must return a String or nil")
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile85 getlogin.2 \
/macosx-10.10/ruby-106/ruby/ext/etc/
H A Detc.c41 char *getlogin();
44 * getlogin -> String
47 * Unfortunately, it is often rather easy to fool ::getlogin.
49 * Avoid ::getlogin for security-related purposes.
51 * If ::getlogin fails, try ::getpwuid.
56 * Etc.getlogin -> 'guest'
65 login = getlogin();
657 * login = Etc.getlogin
674 rb_define_module_function(mEtc, "getlogin", etc_getlogin, 0);
/macosx-10.10/screen-22/screen/
H A Dosdef.h.in138 extern char *getlogin __P((void));
/macosx-10.10/basic_cmds-55/write/
H A Dwrite.c263 if ((login = getlogin()) == NULL) {
/macosx-10.10/remote_cmds-47/logger.tproj/
H A Dlogger.c157 openlog(tag ? tag : getlogin(), logflags, 0);
/macosx-10.10/remote_cmds-47/wall.tproj/
H A Dwall.c260 if (!(whom = getlogin()))
/macosx-10.10/shell_cmds-179/date/
H A Ddate.c320 if ((p = getlogin()) == NULL)
/macosx-10.10/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c182 if ((user = getlogin()) == NULL)
/macosx-10.10/webdavfs-367/mount.tproj/
H A DEncodedSourceID.c110 accountName = getlogin();

Completed in 313 milliseconds

123