Searched refs:cuserid (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/emacs-93/emacs/lib-src/
H A Dntlib.c112 cuserid (char * s) function
H A Dntlib.h40 char * cuserid (char * s);
H A Dfakemail.c23 #define _XOPEN_SOURCE 500 /* for cuserid */
62 /* This is to declare cuserid. */
158 #define cuserid(s) \
390 temp = cuserid ((char *) NULL);
156 #define cuserid macro
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c190 (void) cuserid(myname);
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h448 # define getlogin() cuserid(NULL)
/macosx-10.10/vim-55/src/
H A Dos_unix.c2219 vim_strncpy(s, (char_u *)cuserid(NULL), len - 1);

Completed in 201 milliseconds